node-sass: Exit status 3221225477 returned from node scripts/build.js / Windows XP

Windows XP after update node.js to 5 version trying to install grunt-sass

npm debug log

“devDependencies”: { “autoprefixer-core”: “^5.2.1”, “grunt”: “^0.4.5”, “grunt-browser-sync”: “2.1.3”, “grunt-cli”: “0.1.13”, “grunt-combine-media-queries”: “1.0.19”, “grunt-contrib-clean”: “0.6.0”, “grunt-contrib-copy”: “^0.8.0”, “grunt-contrib-imagemin”: “1.0.0”, “grunt-contrib-watch”: “0.6.1”, “grunt-csscomb”: “3.0.1”, “grunt-newer”: “1.1.1”, “grunt-notify”: “0.4.1”, “grunt-pngmin”: “1.0.2”, “grunt-postcss”: “^0.5.5”, “grunt-sass”: “1.1.0”, “grunt-sftp-deploy”: “0.2.4”, “grunt-svg2string”: “0.1.6”, “grunt-svgmin”: “^2.0.1”, “grunt-svgstore”: “0.5.0”, “load-grunt-tasks”: “3.2.0” }

17930 warn EPACKAGEJSON grunt-with-node-sass@0.9.8 No description 17931 warn EPACKAGEJSON grunt-with-node-sass@0.9.8 No repository field. 17932 warn EPACKAGEJSON grunt-with-node-sass@0.9.8 No license field. 17933 verbose stack Error: node-sass@3.4.2 postinstall: node scripts/build.js 17933 verbose stack Exit status 3221225477 17933 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:233:16) 17933 verbose stack at emitTwo (events.js:87:13) 17933 verbose stack at EventEmitter.emit (events.js:172:7) 17933 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14) 17933 verbose stack at emitTwo (events.js:87:13) 17933 verbose stack at ChildProcess.emit (events.js:172:7) 17933 verbose stack at maybeClose (internal/child_process.js:818:16) 17933 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) 17934 verbose pkgid node-sass@3.4.2 17935 verbose cwd E:\ProxySocks\markup 17936 error Windows_NT 5.1.2600 17937 error argv “C:\Program Files\nodejs\node.exe” “C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js” “install” “node-sass” 17938 error node v5.0.0 17939 error npm v3.3.6 17940 error code ELIFECYCLE 17941 error node-sass@3.4.2 postinstall: node scripts/build.js 17941 error Exit status 3221225477 17942 error Failed at the node-sass@3.4.2 postinstall script ‘node scripts/build.js’. 17942 error This is most likely a problem with the node-sass package, 17942 error not with npm itself. 17942 error Tell the author that this fails on your system: 17942 error node scripts/build.js 17942 error You can get their info via: 17942 error npm owner ls node-sass 17942 error There is likely additional logging output above. 17943 verbose exit [ 1, true ]

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 38 (33 by maintainers)

Commits related to this issue

Most upvoted comments

npm install

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 formatio@1.0.2: This package is unmaintained. Use @sinonjs/formatio instead
npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

> node-sass@0.9.6 install /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/node-sass
> node build.js

(node:1250) [DEP0006] DeprecationWarning: child_process: options.customFds option is deprecated. Use options.stdio instead.
make: Entering directory '/mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/node-sass/build'
  CXX(target) Release/obj.target/binding/binding.o
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<v8::Signature> NanNew(v8::Handle<v8::FunctionTemplate>, int, v8::Handle<v8::FunctionTemplate>*)’:
../../nan/nan.h:189:78: error: no matching function for call to ‘v8::Signature::New(v8::Isolate*, v8::Handle<v8::FunctionTemplate>&, int&, v8::Handle<v8::FunctionTemplate>*&)’
     return v8::Signature::New(v8::Isolate::GetCurrent(), receiver, argc, argv);
                                                                              ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/node.h:63:0,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:6001:27: note: candidate: static v8::Local<v8::Signature> v8::Signature::New(v8::Isolate*, v8::Local<v8::FunctionTemplate>)
   static Local<Signature> New(
                           ^
/home/turing/.node-gyp/9.11.1/include/node/v8.h:6001:27: note:   candidate expects 2 arguments, 4 provided
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<T> NanNew(P, const v8::ScriptOrigin&)’:
../../nan/nan.h:244:32: warning: ‘static v8::Local<v8::UnboundScript> v8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     return v8::ScriptCompiler::CompileUnbound(
                                ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/v8.h:26:0,
                 from /home/turing/.node-gyp/9.11.1/include/node/node.h:63,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:1455:45: note: declared here
                        Local<UnboundScript> CompileUnbound(
                                             ^
/home/turing/.node-gyp/9.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<T> NanNew(P) [with T = v8::UnboundScript; P = v8::Local<v8::String>]’:
../../nan/nan.h:253:32: warning: ‘static v8::Local<v8::UnboundScript> v8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     return v8::ScriptCompiler::CompileUnbound(
                                ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/v8.h:26:0,
                 from /home/turing/.node-gyp/9.11.1/include/node/node.h:63,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:1455:45: note: declared here
                        Local<UnboundScript> CompileUnbound(
                                             ^
/home/turing/.node-gyp/9.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h:254:43: warning: ‘static v8::Local<v8::UnboundScript> v8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), &source);
                                           ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/v8.h:26:0,
                 from /home/turing/.node-gyp/9.11.1/include/node/node.h:63,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:1455:45: note: declared here
                        Local<UnboundScript> CompileUnbound(
                                             ^
/home/turing/.node-gyp/9.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<T> NanNew(P) [with T = v8::BooleanObject; P = bool]’:
../../nan/nan.h:259:40: warning: ‘static v8::Local<v8::Value> v8::BooleanObject::New(bool)’ is deprecated: Pass an isolate [-Wdeprecated-declarations]
     return v8::BooleanObject::New(value).As<v8::BooleanObject>();
                                        ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/v8.h:26:0,
                 from /home/turing/.node-gyp/9.11.1/include/node/node.h:63,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:4925:56: note: declared here
   V8_DEPRECATED("Pass an isolate", static Local<Value> New(bool value));
                                                        ^
/home/turing/.node-gyp/9.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: At global scope:
../../nan/nan.h:271:3: error: redefinition of ‘v8::Local<T> NanNew(P) [with T = v8::StringObject; P = v8::Local<v8::String>]’
   NanNew<v8::StringObject, v8::Handle<v8::String> >(
   ^
../../nan/nan.h:264:3: note: ‘v8::Local<T> NanNew(P) [with T = v8::StringObject; P = v8::Local<v8::String>]’ previously declared here
   NanNew<v8::StringObject, v8::Local<v8::String> >(
   ^
../../nan/nan.h:289:36: error: redefinition of ‘template<class T> v8::Local<v8::RegExp> NanNew(v8::Local<v8::String>, v8::RegExp::Flags)’
   NAN_INLINE v8::Local<v8::RegExp> NanNew(
                                    ^
../../nan/nan.h:283:36: note: ‘template<class T> v8::Local<v8::RegExp> NanNew(v8::Handle<v8::String>, v8::RegExp::Flags)’ previously declared here
   NAN_INLINE v8::Local<v8::RegExp> NanNew(
                                    ^
../../nan/nan.h:301:36: error: redefinition of ‘template<class T, class P> v8::Local<v8::RegExp> NanNew(v8::Local<v8::String>, v8::RegExp::Flags)’
   NAN_INLINE v8::Local<v8::RegExp> NanNew(
                                    ^
../../nan/nan.h:295:36: note: ‘template<class T, class P> v8::Local<v8::RegExp> NanNew(v8::Handle<v8::String>, v8::RegExp::Flags)’ previously declared here
   NAN_INLINE v8::Local<v8::RegExp> NanNew(
                                    ^
../../nan/nan.h: In function ‘v8::Local<T> NanNew(P) [with T = v8::Uint32; P = int]’:
../../nan/nan.h:309:51: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), val)->ToUint32();
                                                   ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/node.h:63:0,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:9883:15: note: declared here
 Local<Uint32> Value::ToUint32() const {
               ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<T> NanNew(P) [with T = v8::Uint32; P = unsigned int]’:
../../nan/nan.h:315:51: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), val)->ToUint32();
                                                   ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/node.h:63:0,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:9883:15: note: declared here
 Local<Uint32> Value::ToUint32() const {
               ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<T> NanNew(P) [with T = v8::Int32; P = int]’:
../../nan/nan.h:320:68: warning: ‘v8::Local<v8::Int32> v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     return v8::Int32::New(v8::Isolate::GetCurrent(), val)->ToInt32();
                                                                    ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/node.h:63:0,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:9889:14: note: declared here
 Local<Int32> Value::ToInt32() const {
              ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<T> NanNew(P) [with T = v8::Int32; P = unsigned int]’:
../../nan/nan.h:325:68: warning: ‘v8::Local<v8::Int32> v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     return v8::Int32::New(v8::Isolate::GetCurrent(), val)->ToInt32();
                                                                    ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/node.h:63:0,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:9889:14: note: declared here
 Local<Int32> Value::ToInt32() const {
              ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<T> NanNew(P, int) [with T = v8::String; P = unsigned char*]’:
../../nan/nan.h:369:15: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
       , length);
               ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/v8.h:26:0,
                 from /home/turing/.node-gyp/9.11.1/include/node/node.h:63,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:2731:21: note: declared here
       Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
                     ^
/home/turing/.node-gyp/9.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<T> NanNew(P, int) [with T = v8::String; P = const unsigned char*]’:
../../nan/nan.h:380:15: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
       , length);
               ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/v8.h:26:0,
                 from /home/turing/.node-gyp/9.11.1/include/node/node.h:63,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:2731:21: note: declared here
       Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
                     ^
/home/turing/.node-gyp/9.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<T> NanNew(P) [with T = v8::String; P = unsigned char*]’:
../../nan/nan.h:385:69: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     return v8::String::NewFromOneByte(v8::Isolate::GetCurrent(), arg);
                                                                     ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/v8.h:26:0,
                 from /home/turing/.node-gyp/9.11.1/include/node/node.h:63,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:2731:21: note: declared here
       Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
                     ^
/home/turing/.node-gyp/9.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<T> NanNew(P) [with T = v8::String; P = const unsigned char*]’:
../../nan/nan.h:391:69: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     return v8::String::NewFromOneByte(v8::Isolate::GetCurrent(), arg);
                                                                     ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/v8.h:26:0,
                 from /home/turing/.node-gyp/9.11.1/include/node/node.h:63,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:2731:21: note: declared here
       Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
                     ^
/home/turing/.node-gyp/9.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<v8::String> NanNew(v8::String::ExternalStringResource*)’:
../../nan/nan.h:477:71: warning: ‘static v8::Local<v8::String> v8::String::NewExternal(v8::Isolate*, v8::String::ExternalStringResource*)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     return v8::String::NewExternal(v8::Isolate::GetCurrent(), resource);
                                                                       ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/v8.h:26:0,
                 from /home/turing/.node-gyp/9.11.1/include/node/node.h:63,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:2769:38: note: declared here
                        Local<String> NewExternal(
                                      ^
/home/turing/.node-gyp/9.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: At global scope:
../../nan/nan.h:481:19: error: ‘NanNew’ declared as an ‘inline’ variable
       v8::String::ExternalAsciiStringResource *resource) {
                   ^
../../nan/nan.h:481:19: warning: ‘always_inline’ attribute ignored [-Wattributes]
../../nan/nan.h:481:19: error: ‘v8::Local<v8::String> NanNew’ redeclared as different kind of symbol
../../nan/nan.h:475:36: note: previous declaration ‘v8::Local<v8::String> NanNew(v8::String::ExternalStringResource*)’
   NAN_INLINE v8::Local<v8::String> NanNew(
                                    ^
../../nan/nan.h:481:7: error: ‘ExternalAsciiStringResource’ is not a member of ‘v8::String’
       v8::String::ExternalAsciiStringResource *resource) {
       ^
../../nan/nan.h:481:48: error: ‘resource’ was not declared in this scope
       v8::String::ExternalAsciiStringResource *resource) {
                                                ^
../../nan/nan.h:495:27: error: redefinition of ‘template<class T> v8::Local<T> _NanEscapeScopeHelper(v8::Local<T>)’
   NAN_INLINE v8::Local<T> _NanEscapeScopeHelper(v8::Local<T> val) {
                           ^
../../nan/nan.h:490:27: note: ‘template<class T> v8::Local<T> _NanEscapeScopeHelper(v8::Handle<T>)’ previously declared here
   NAN_INLINE v8::Local<T> _NanEscapeScopeHelper(v8::Handle<T> val) {
                           ^
../../nan/nan.h:567:20: error: variable or field ‘NanAddGCEpilogueCallback’ declared void
       v8::Isolate::GCEpilogueCallback callback
                    ^
../../nan/nan.h:567:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
       v8::Isolate::GCEpilogueCallback callback
       ^
../../nan/nan.h:568:18: error: expected primary-expression before ‘gc_type_filter’
     , v8::GCType gc_type_filter = v8::kGCTypeAll) {
                  ^
../../nan/nan.h:573:20: error: variable or field ‘NanRemoveGCEpilogueCallback’ declared void
       v8::Isolate::GCEpilogueCallback callback) {
                    ^
../../nan/nan.h:573:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
       v8::Isolate::GCEpilogueCallback callback) {
       ^
../../nan/nan.h:578:20: error: variable or field ‘NanAddGCPrologueCallback’ declared void
       v8::Isolate::GCPrologueCallback callback
                    ^
../../nan/nan.h:578:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
       v8::Isolate::GCPrologueCallback callback
       ^
../../nan/nan.h:579:18: error: expected primary-expression before ‘gc_type_filter’
     , v8::GCType gc_type_filter = v8::kGCTypeAll) {
                  ^
../../nan/nan.h:584:20: error: variable or field ‘NanRemoveGCPrologueCallback’ declared void
       v8::Isolate::GCPrologueCallback callback) {
                    ^
../../nan/nan.h:584:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
       v8::Isolate::GCPrologueCallback callback) {
       ^
../../nan/nan.h:663:15: error: ‘WeakCallbackData’ in namespace ‘v8’ does not name a template type
     const v8::WeakCallbackData<T, _NanWeakCallbackInfo<T, P> > &data) {
               ^
../../nan/nan.h:663:31: error: expected ‘,’ or ‘...’ before ‘<’ token
     const v8::WeakCallbackData<T, _NanWeakCallbackInfo<T, P> > &data) {
                               ^
../../nan/nan.h: In function ‘void _NanWeakCallbackDispatcher(int)’:
../../nan/nan.h:664:42: error: ‘data’ was not declared in this scope
       _NanWeakCallbackInfo<T, P> *info = data.GetParameter();
                                          ^
../../nan/nan.h: At global scope:
../../nan/nan.h:755:13: error: ‘node::smalloc’ has not been declared
     , node::smalloc::FreeCallback callback
             ^
../../nan/nan.h:755:35: error: expected ‘,’ or ‘...’ before ‘callback’
     , node::smalloc::FreeCallback callback
                                   ^
../../nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(char*, size_t, int)’:
../../nan/nan.h:759:50: error: ‘callback’ was not declared in this scope
         v8::Isolate::GetCurrent(), data, length, callback, hint);
                                                  ^
../../nan/nan.h:759:60: error: ‘hint’ was not declared in this scope
         v8::Isolate::GetCurrent(), data, length, callback, hint);
                                                            ^
../../nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(const char*, uint32_t)’:
../../nan/nan.h:766:67: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
     return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
                                                                   ^
In file included from ../../nan/nan.h:24:0,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/node_buffer.h:66:40: note:   initializing argument 2 of ‘v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, char*, size_t)’
 NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
                                        ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h:766:29: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((char*)data), ((size_t)size))’ from ‘v8::MaybeLocal<v8::Object>’ to ‘v8::Local<v8::Object>’
     return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
                             ^
../../nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(uint32_t)’:
../../nan/nan.h:770:29: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((size_t)size))’ from ‘v8::MaybeLocal<v8::Object>’ to ‘v8::Local<v8::Object>’
     return node::Buffer::New(v8::Isolate::GetCurrent(), size);
                             ^
../../nan/nan.h: In function ‘v8::Local<v8::Object> NanBufferUse(char*, uint32_t)’:
../../nan/nan.h:777:12: error: ‘Use’ is not a member of ‘node::Buffer’
     return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
            ^
../../nan/nan.h: In function ‘v8::Local<v8::Script> NanCompileScript(v8::Local<v8::String>, const v8::ScriptOrigin&)’:
../../nan/nan.h:804:74: warning: ‘static v8::Local<v8::Script> v8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
                                                                          ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/v8.h:26:0,
                 from /home/turing/.node-gyp/9.11.1/include/node/node.h:63,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:1475:21: note: declared here
       Local<Script> Compile(Isolate* isolate, Source* source,
                     ^
/home/turing/.node-gyp/9.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘v8::Local<v8::Script> NanCompileScript(v8::Local<v8::String>)’:
../../nan/nan.h:811:74: warning: ‘static v8::Local<v8::Script> v8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
                                                                          ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/v8.h:26:0,
                 from /home/turing/.node-gyp/9.11.1/include/node/node.h:63,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:1475:21: note: declared here
       Local<Script> Compile(Isolate* isolate, Source* source,
                     ^
/home/turing/.node-gyp/9.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
In file included from ../binding.cpp:1:0:
../../nan/nan.h: In function ‘bool _NanGetExternalParts(v8::Handle<v8::Value>, const char**, size_t*)’:
../../nan/nan.h:2103:12: error: ‘class v8::String’ has no member named ‘IsExternalAscii’
   if (str->IsExternalAscii()) {
            ^
../../nan/nan.h:2104:23: error: ‘ExternalAsciiStringResource’ in ‘class v8::String’ does not name a type
     const v8::String::ExternalAsciiStringResource* ext;
                       ^
../../nan/nan.h:2105:5: error: ‘ext’ was not declared in this scope
     ext = str->GetExternalAsciiStringResource();
     ^
../../nan/nan.h:2105:16: error: ‘class v8::String’ has no member named ‘GetExternalAsciiStringResource’
     ext = str->GetExternalAsciiStringResource();
                ^
../binding.cpp: In function ‘void MakeCallback(uv_work_t*)’:
../binding.cpp:110:12: warning: ‘v8::TryCatch::TryCatch()’ is deprecated: Use isolate version [-Wdeprecated-declarations]
   TryCatch try_catch;
            ^
In file included from /home/turing/.node-gyp/9.11.1/include/node/v8.h:26:0,
                 from /home/turing/.node-gyp/9.11.1/include/node/node.h:63,
                 from ../../nan/nan.h:23,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/v8.h:8394:40: note: declared here
   V8_DEPRECATED("Use isolate version", TryCatch());
                                        ^
/home/turing/.node-gyp/9.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^
../binding.cpp:138:35: warning: ‘void node::FatalException(const v8::TryCatch&)’ is deprecated: Use FatalException(isolate, ...) [-Wdeprecated-declarations]
     node::FatalException(try_catch);
                                   ^
In file included from ../../nan/nan.h:23:0,
                 from ../binding.cpp:1:
/home/turing/.node-gyp/9.11.1/include/node/node.h:369:29: note: declared here
                 inline void FatalException(const v8::TryCatch& try_catch) {
                             ^
/home/turing/.node-gyp/9.11.1/include/node/node.h:88:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^
binding.target.mk:125: recipe for target 'Release/obj.target/binding/binding.o' failed
make: *** [Release/obj.target/binding/binding.o] Error 1
make: Leaving directory '/mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/node-sass/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/home/turing/.nvm/versions/node/v9.11.1/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack     at ChildProcess.emit (events.js:180:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
gyp ERR! System Linux 4.4.0-43-Microsoft
gyp ERR! command "/home/turing/.nvm/versions/node/v9.11.1/bin/node" "/home/turing/.nvm/versions/node/v9.11.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/node-sass
gyp ERR! node -v v9.11.1
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
Build failed
npm WARN node-sass-middleware@0.3.1 requires a peer of node-sass@0.9.x but none is installed. You must install peer dependencies yourself.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@0.9.6 install: `node build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@0.9.6 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Same problem here.

Runing on Windows Linux Subsystem

$ uname -r
4.4.0-43-Microsoft

npm install log

0 info it worked if it ends with ok
1 verbose cli [ '/home/turing/.nvm/versions/node/v9.11.1/bin/node',
1 verbose cli   '/home/turing/.nvm/versions/node/v9.11.1/bin/npm',
1 verbose cli   'install' ]
2 info using npm@5.6.0
3 info using node@v9.11.1
4 verbose npm-session 34f91a28dc9115bd
5 silly install runPreinstallTopLevelLifecycles
6 silly preinstall opentheme@0.0.0
7 info lifecycle opentheme@0.0.0~preinstall: opentheme@0.0.0
8 silly install loadCurrentTree
9 silly install readLocalPackageData
10 silly install loadIdealTree
11 silly install cloneCurrentTreeToIdealTree
12 silly install loadShrinkwrap
13 silly install loadAllDepsIntoIdealTree
14 http fetch GET 304 https://registry.npmjs.org/gulp-sass 490ms (from cache)
15 silly pacote range manifest for gulp-sass@^0.7.3 fetched in 571ms
16 http fetch GET 304 https://registry.npmjs.org/node-sass 94ms (from cache)
17 silly pacote range manifest for node-sass@^0.9 fetched in 102ms
18 http fetch GET 304 https://registry.npmjs.org/mocha 223ms (from cache)
19 silly pacote range manifest for mocha@~1.21.4 fetched in 232ms
20 http fetch GET 304 https://registry.npmjs.org/get-stdin 334ms (from cache)
21 silly pacote range manifest for get-stdin@~3.0.0 fetched in 369ms
22 http fetch GET 304 https://registry.npmjs.org/node-watch 525ms (from cache)
23 http fetch GET 304 https://registry.npmjs.org/commander 291ms (from cache)
24 http fetch GET 304 https://registry.npmjs.org/nan 529ms (from cache)
25 http fetch GET 304 https://registry.npmjs.org/chalk 551ms (from cache)
26 silly pacote version manifest for commander@2.3.0 fetched in 315ms
27 silly pacote range manifest for node-watch@~0.3.4 fetched in 546ms
28 silly pacote range manifest for nan@~1.3.0 fetched in 567ms
29 http fetch GET 304 https://registry.npmjs.org/sinon 559ms (from cache)
30 silly pacote range manifest for chalk@~0.5.1 fetched in 595ms
31 silly pacote range manifest for sinon@~1.10.3 fetched in 594ms
32 http fetch GET 304 https://registry.npmjs.org/node-sass-middleware 723ms (from cache)
33 http fetch GET 200 https://registry.npmjs.org/jade 140ms (from cache)
34 http fetch GET 304 https://registry.npmjs.org/debug 501ms (from cache)
35 http fetch GET 304 https://registry.npmjs.org/diff 363ms (from cache)
36 silly pacote range manifest for node-sass-middleware@~0.3.0 fetched in 738ms
37 http fetch GET 304 https://registry.npmjs.org/object-assign 741ms (from cache)
38 http fetch GET 304 https://registry.npmjs.org/yargs 738ms (from cache)
39 silly pacote version manifest for jade@0.26.3 fetched in 154ms
40 warn deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
41 silly pacote version manifest for debug@2.0.0 fetched in 524ms
42 silly pacote version manifest for diff@1.0.8 fetched in 391ms
43 silly pacote range manifest for object-assign@~1.0.0 fetched in 776ms
44 silly pacote range manifest for yargs@~1.3.1 fetched in 776ms
45 http fetch GET 304 https://registry.npmjs.org/glob 359ms (from cache)
46 http fetch GET 304 https://registry.npmjs.org/growl 344ms (from cache)
47 http fetch GET 304 https://registry.npmjs.org/escape-string-regexp 365ms (from cache)
48 http fetch GET 304 https://registry.npmjs.org/mkdirp 313ms (from cache)
49 silly pacote version manifest for glob@3.2.3 fetched in 368ms
50 silly pacote version manifest for growl@1.8.1 fetched in 351ms
51 silly pacote version manifest for escape-string-regexp@1.0.2 fetched in 375ms
52 silly pacote version manifest for mkdirp@0.5.0 fetched in 340ms
53 silly pacote version manifest for commander@0.6.1 fetched in 25ms
54 silly pacote version manifest for mkdirp@0.3.0 fetched in 26ms
55 http fetch GET 304 https://registry.npmjs.org/ansi-styles 300ms (from cache)
56 http fetch GET 304 https://registry.npmjs.org/has-ansi 291ms (from cache)
57 http fetch GET 304 https://registry.npmjs.org/strip-ansi 284ms (from cache)
58 http fetch GET 304 https://registry.npmjs.org/supports-color 278ms (from cache)
59 silly pacote range manifest for ansi-styles@^1.1.0 fetched in 309ms
60 silly pacote range manifest for has-ansi@^0.1.0 fetched in 301ms
61 silly pacote range manifest for strip-ansi@^0.3.0 fetched in 317ms
62 silly pacote range manifest for supports-color@^0.2.0 fetched in 312ms
63 http fetch GET 304 https://registry.npmjs.org/ms 276ms (from cache)
64 http fetch GET 304 https://registry.npmjs.org/minimatch 264ms (from cache)
65 http fetch GET 304 https://registry.npmjs.org/graceful-fs 264ms (from cache)
66 http fetch GET 304 https://registry.npmjs.org/inherits 270ms (from cache)
67 silly pacote version manifest for ms@0.6.2 fetched in 294ms
68 silly pacote range manifest for graceful-fs@~2.0.0 fetched in 280ms
69 warn deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
70 silly pacote range manifest for minimatch@~0.2.11 fetched in 284ms
71 warn deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
72 silly pacote range manifest for inherits@2 fetched in 294ms
73 http fetch GET 304 https://registry.npmjs.org/formatio 529ms (from cache)
74 http fetch GET 304 https://registry.npmjs.org/util 527ms (from cache)
75 silly pacote range manifest for formatio@~1.0 fetched in 550ms
76 warn deprecated formatio@1.0.2: This package is unmaintained. Use @sinonjs/formatio instead
77 http fetch GET 304 https://registry.npmjs.org/ansi-regex 277ms (from cache)
78 silly pacote range manifest for util@>=0.10.3 <1 fetched in 551ms
79 http fetch GET 304 https://registry.npmjs.org/minimist 283ms (from cache)
80 http fetch GET 304 https://registry.npmjs.org/ansi-regex 256ms (from cache)
81 silly pacote version manifest for minimist@0.0.8 fetched in 286ms
82 silly pacote range manifest for ansi-regex@^0.2.0 fetched in 284ms
83 silly pacote version manifest for inherits@2.0.1 fetched in 6ms
84 silly pacote range manifest for ansi-regex@^0.2.1 fetched in 261ms
85 http fetch GET 304 https://registry.npmjs.org/samsam 83ms (from cache)
86 silly pacote range manifest for samsam@~1.1 fetched in 85ms
87 silly pacote range manifest for gulp-sass@^0.7.3 fetched in 2ms
88 silly resolveWithNewModule gulp-sass@0.7.3 checking installable status
89 silly pacote range manifest for node-sass@^0.9 fetched in 3ms
90 silly resolveWithNewModule node-sass@0.9.6 checking installable status
91 silly pacote range manifest for chalk@~0.5.1 fetched in 8ms
92 silly resolveWithNewModule chalk@0.5.1 checking installable status
93 silly pacote range manifest for mocha@~1.21.4 fetched in 9ms
94 silly resolveWithNewModule mocha@1.21.5 checking installable status
95 silly pacote range manifest for nan@~1.3.0 fetched in 12ms
96 silly resolveWithNewModule nan@1.3.0 checking installable status
97 silly pacote range manifest for object-assign@~1.0.0 fetched in 11ms
98 silly resolveWithNewModule object-assign@1.0.0 checking installable status
99 silly pacote range manifest for sinon@~1.10.3 fetched in 12ms
100 silly resolveWithNewModule sinon@1.10.3 checking installable status
101 silly pacote range manifest for node-watch@~0.3.4 fetched in 15ms
102 silly resolveWithNewModule node-watch@0.3.5 checking installable status
103 silly pacote range manifest for node-sass-middleware@~0.3.0 fetched in 15ms
104 silly resolveWithNewModule node-sass-middleware@0.3.1 checking installable status
105 silly pacote range manifest for yargs@~1.3.1 fetched in 16ms
106 silly resolveWithNewModule yargs@1.3.3 checking installable status
107 silly pacote range manifest for get-stdin@~3.0.0 fetched in 17ms
108 silly resolveWithNewModule get-stdin@3.0.2 checking installable status
109 silly pacote range manifest for ansi-styles@^1.1.0 fetched in 3ms
110 silly resolveWithNewModule ansi-styles@1.1.0 checking installable status
111 silly pacote range manifest for supports-color@^0.2.0 fetched in 3ms
112 silly resolveWithNewModule supports-color@0.2.0 checking installable status
113 silly pacote range manifest for strip-ansi@^0.3.0 fetched in 4ms
114 silly resolveWithNewModule strip-ansi@0.3.0 checking installable status
115 silly pacote range manifest for has-ansi@^0.1.0 fetched in 5ms
116 silly resolveWithNewModule has-ansi@0.1.0 checking installable status
117 silly pacote range manifest for ansi-regex@^0.2.0 fetched in 2ms
118 silly resolveWithNewModule ansi-regex@0.2.1 checking installable status
119 silly pacote version manifest for commander@2.3.0 fetched in 4ms
120 silly resolveWithNewModule commander@2.3.0 checking installable status
121 silly pacote version manifest for diff@1.0.8 fetched in 5ms
122 silly resolveWithNewModule diff@1.0.8 checking installable status
123 silly pacote version manifest for growl@1.8.1 fetched in 5ms
124 silly resolveWithNewModule growl@1.8.1 checking installable status
125 silly pacote version manifest for jade@0.26.3 fetched in 5ms
126 silly resolveWithNewModule jade@0.26.3 checking installable status
127 silly pacote version manifest for debug@2.0.0 fetched in 7ms
128 silly resolveWithNewModule debug@2.0.0 checking installable status
129 silly pacote version manifest for escape-string-regexp@1.0.2 fetched in 7ms
130 silly resolveWithNewModule escape-string-regexp@1.0.2 checking installable status
131 silly pacote version manifest for glob@3.2.3 fetched in 7ms
132 silly resolveWithNewModule glob@3.2.3 checking installable status
133 silly pacote version manifest for mkdirp@0.5.0 fetched in 8ms
134 silly resolveWithNewModule mkdirp@0.5.0 checking installable status
135 silly pacote version manifest for ms@0.6.2 fetched in 1ms
136 silly resolveWithNewModule ms@0.6.2 checking installable status
137 silly pacote range manifest for minimatch@~0.2.11 fetched in 2ms
138 silly resolveWithNewModule minimatch@0.2.14 checking installable status
139 silly pacote range manifest for graceful-fs@~2.0.0 fetched in 3ms
140 silly resolveWithNewModule graceful-fs@2.0.3 checking installable status
141 silly pacote range manifest for inherits@2 fetched in 4ms
142 silly resolveWithNewModule inherits@2.0.3 checking installable status
143 silly pacote version manifest for commander@0.6.1 fetched in 1ms
144 silly resolveWithNewModule commander@0.6.1 checking installable status
145 silly pacote version manifest for mkdirp@0.3.0 fetched in 1ms
146 silly resolveWithNewModule mkdirp@0.3.0 checking installable status
147 silly pacote version manifest for minimist@0.0.8 fetched in 1ms
148 silly resolveWithNewModule minimist@0.0.8 checking installable status
149 silly pacote range manifest for formatio@~1.0 fetched in 2ms
150 silly resolveWithNewModule formatio@1.0.2 checking installable status
151 silly pacote range manifest for util@>=0.10.3 <1 fetched in 3ms
152 silly resolveWithNewModule util@0.10.3 checking installable status
153 silly pacote range manifest for samsam@~1.1 fetched in 1ms
154 silly resolveWithNewModule samsam@1.1.3 checking installable status
155 silly pacote version manifest for inherits@2.0.1 fetched in 2ms
156 silly resolveWithNewModule inherits@2.0.1 checking installable status
157 silly currentTree opentheme@0.0.0
157 silly currentTree ├── abbrev@1.1.1
157 silly currentTree ├── accepts@1.3.5
157 silly currentTree ├── after@0.8.2
157 silly currentTree ├─┬ align-text@0.1.4
157 silly currentTree │ └── kind-of@3.2.2
157 silly currentTree ├── amdefine@1.0.1
157 silly currentTree ├── ansi-gray@0.1.1
157 silly currentTree ├── ansi-regex@2.1.1
157 silly currentTree ├── ansi-styles@2.2.1
157 silly currentTree ├── ansi-wrap@0.1.0
157 silly currentTree ├── aproba@1.2.0
157 silly currentTree ├── archive-type@3.2.0
157 silly currentTree ├── archy@1.0.0
157 silly currentTree ├─┬ are-we-there-yet@1.1.4
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├── argparse@1.0.10
157 silly currentTree ├── arr-diff@4.0.0
157 silly currentTree ├── arr-flatten@1.1.0
157 silly currentTree ├── arr-union@3.1.0
157 silly currentTree ├── array-differ@1.0.0
157 silly currentTree ├── array-each@1.0.1
157 silly currentTree ├── array-find-index@1.0.2
157 silly currentTree ├── array-slice@1.1.0
157 silly currentTree ├── array-uniq@1.0.3
157 silly currentTree ├── array-unique@0.3.2
157 silly currentTree ├── arraybuffer.slice@0.0.6
157 silly currentTree ├── asn1@0.2.3
157 silly currentTree ├── assert-plus@0.2.0
157 silly currentTree ├── assign-symbols@1.0.0
157 silly currentTree ├── async-each-series@1.1.0
157 silly currentTree ├── async-foreach@0.1.3
157 silly currentTree ├── async@1.5.2
157 silly currentTree ├── asynckit@0.4.0
157 silly currentTree ├── atob@2.1.0
157 silly currentTree ├── autoprefixer-core@3.1.2
157 silly currentTree ├── aws-sign2@0.6.0
157 silly currentTree ├── aws4@1.7.0
157 silly currentTree ├── axios@0.17.1
157 silly currentTree ├── backo2@1.0.2
157 silly currentTree ├── balanced-match@1.0.0
157 silly currentTree ├─┬ base@0.11.2
157 silly currentTree │ ├── component-emitter@1.2.1
157 silly currentTree │ ├── define-property@1.0.0
157 silly currentTree │ ├── is-accessor-descriptor@1.0.0
157 silly currentTree │ ├── is-data-descriptor@1.0.0
157 silly currentTree │ └── is-descriptor@1.0.2
157 silly currentTree ├── base64-arraybuffer@0.1.5
157 silly currentTree ├── base64id@1.0.0
157 silly currentTree ├── batch@0.6.1
157 silly currentTree ├── bcrypt-pbkdf@1.0.1
157 silly currentTree ├── beeper@1.1.1
157 silly currentTree ├── better-assert@1.0.2
157 silly currentTree ├── bin-build@2.2.0
157 silly currentTree ├── bin-check@2.0.0
157 silly currentTree ├─┬ bin-version-check@2.1.0
157 silly currentTree │ └── semver@4.3.6
157 silly currentTree ├── bin-version@1.0.4
157 silly currentTree ├── bin-wrapper@3.0.2
157 silly currentTree ├─┬ bl@1.2.2
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├── blob@0.0.4
157 silly currentTree ├─┬ block-stream@0.0.9
157 silly currentTree │ └── inherits@2.0.3
157 silly currentTree ├── boom@2.10.1
157 silly currentTree ├── brace-expansion@1.1.11
157 silly currentTree ├─┬ braces@2.3.2
157 silly currentTree │ └── extend-shallow@2.0.1
157 silly currentTree ├── browser-sync-client@1.0.2
157 silly currentTree ├── browser-sync@1.9.2
157 silly currentTree ├── buffer-crc32@0.2.13
157 silly currentTree ├── buffer-from@1.0.0
157 silly currentTree ├─┬ buffer-to-vinyl@1.1.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ ├── string_decoder@1.1.1
157 silly currentTree │ └── vinyl@1.2.0
157 silly currentTree ├── bufferstreams@0.0.2
157 silly currentTree ├── builtin-modules@1.1.1
157 silly currentTree ├─┬ cache-base@1.0.1
157 silly currentTree │ └── component-emitter@1.2.1
157 silly currentTree ├── callsite@1.0.0
157 silly currentTree ├── camelcase-keys@1.0.0
157 silly currentTree ├── camelcase@1.2.1
157 silly currentTree ├── caniuse-db@1.0.30000830
157 silly currentTree ├── capture-stack-trace@1.0.0
157 silly currentTree ├── caseless@0.11.0
157 silly currentTree ├─┬ caw@1.2.0
157 silly currentTree │ └── object-assign@3.0.0
157 silly currentTree ├── center-align@0.1.3
157 silly currentTree ├── chalk@1.1.3
157 silly currentTree ├── clap@1.2.3
157 silly currentTree ├─┬ class-utils@0.3.6
157 silly currentTree │ └── define-property@0.2.5
157 silly currentTree ├─┬ clean-css@3.0.10
157 silly currentTree │ ├── commander@2.5.1
157 silly currentTree │ └── source-map@0.1.43
157 silly currentTree ├─┬ cli@1.0.1
157 silly currentTree │ ├── glob@7.1.2
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ └── minimatch@3.0.4
157 silly currentTree ├── cliui@3.2.0
157 silly currentTree ├── clone-stats@0.0.1
157 silly currentTree ├── clone@1.0.4
157 silly currentTree ├── co@3.1.0
157 silly currentTree ├── coa@1.0.4
157 silly currentTree ├── code-point-at@1.1.0
157 silly currentTree ├── collection-visit@1.0.0
157 silly currentTree ├── color-support@1.1.3
157 silly currentTree ├── colors@1.1.2
157 silly currentTree ├── combined-stream@1.0.6
157 silly currentTree ├── commander@2.15.1
157 silly currentTree ├── component-bind@1.0.0
157 silly currentTree ├── component-emitter@1.1.2
157 silly currentTree ├── component-inherit@0.0.3
157 silly currentTree ├── concat-map@0.0.1
157 silly currentTree ├─┬ concat-stream@1.6.2
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├── connect@3.6.6
157 silly currentTree ├── console-browserify@1.1.0
157 silly currentTree ├── console-control-strings@1.1.0
157 silly currentTree ├── console-stream@0.1.1
157 silly currentTree ├── convert-source-map@1.5.1
157 silly currentTree ├── cookie@0.1.5
157 silly currentTree ├── copy-descriptor@0.1.1
157 silly currentTree ├── core-util-is@1.0.2
157 silly currentTree ├── create-error-class@3.0.2
157 silly currentTree ├─┬ cross-spawn@3.0.1
157 silly currentTree │ └── lru-cache@4.1.2
157 silly currentTree ├── cryptiles@2.0.5
157 silly currentTree ├── csslint@0.10.0
157 silly currentTree ├── csso@2.0.0
157 silly currentTree ├── currently-unhandled@0.4.1
157 silly currentTree ├─┬ dashdash@1.14.1
157 silly currentTree │ └── assert-plus@1.0.0
157 silly currentTree ├── date-now@0.1.4
157 silly currentTree ├── dateformat@2.2.0
157 silly currentTree ├── deap@1.0.1
157 silly currentTree ├── debug@2.6.9
157 silly currentTree ├── decamelize@1.2.0
157 silly currentTree ├── decode-uri-component@0.2.0
157 silly currentTree ├─┬ decompress-tar@3.1.0
157 silly currentTree │ ├── clone@0.2.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── readable-stream@1.0.34
157 silly currentTree │ ├── through2@0.6.5
157 silly currentTree │ └── vinyl@0.4.6
157 silly currentTree ├─┬ decompress-tarbz2@3.1.0
157 silly currentTree │ ├── clone@0.2.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── readable-stream@1.0.34
157 silly currentTree │ ├── through2@0.6.5
157 silly currentTree │ └── vinyl@0.4.6
157 silly currentTree ├─┬ decompress-targz@3.1.0
157 silly currentTree │ ├── clone@0.2.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── readable-stream@1.0.34
157 silly currentTree │ ├── through2@0.6.5
157 silly currentTree │ └── vinyl@0.4.6
157 silly currentTree ├─┬ decompress-unzip@3.4.0
157 silly currentTree │ └── vinyl@1.2.0
157 silly currentTree ├─┬ decompress@3.0.0
157 silly currentTree │ ├── arr-diff@2.0.0
157 silly currentTree │ ├── array-unique@0.2.1
157 silly currentTree │ ├── braces@1.8.5
157 silly currentTree │ ├── expand-brackets@0.1.5
157 silly currentTree │ ├── extglob@0.3.2
157 silly currentTree │ ├─┬ glob-stream@5.3.5
157 silly currentTree │ │ ├── isarray@0.0.1
157 silly currentTree │ │ ├── readable-stream@1.0.34
157 silly currentTree │ │ ├── string_decoder@0.10.31
157 silly currentTree │ │ └── through2@0.6.5
157 silly currentTree │ ├── glob@5.0.15
157 silly currentTree │ ├── graceful-fs@4.1.11
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── is-extglob@1.0.0
157 silly currentTree │ ├── is-glob@2.0.1
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── kind-of@3.2.2
157 silly currentTree │ ├── micromatch@2.3.11
157 silly currentTree │ ├── object-assign@4.1.1
157 silly currentTree │ ├── ordered-read-streams@0.3.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ ├── string_decoder@1.1.1
157 silly currentTree │ ├── unique-stream@2.2.1
157 silly currentTree │ ├── vinyl-fs@2.4.4
157 silly currentTree │ └── vinyl@1.2.0
157 silly currentTree ├── deep-extend@0.4.2
157 silly currentTree ├── defaults@1.0.3
157 silly currentTree ├─┬ define-property@2.0.2
157 silly currentTree │ ├── is-accessor-descriptor@1.0.0
157 silly currentTree │ ├── is-data-descriptor@1.0.0
157 silly currentTree │ └── is-descriptor@1.0.2
157 silly currentTree ├── delayed-stream@1.0.0
157 silly currentTree ├── delegates@1.0.0
157 silly currentTree ├── depd@1.1.2
157 silly currentTree ├── deprecated@0.0.1
157 silly currentTree ├── destroy@1.0.4
157 silly currentTree ├── detect-file@1.0.0
157 silly currentTree ├─┬ dev-ip@0.1.7
157 silly currentTree │ └── lodash@2.2.1
157 silly currentTree ├─┬ dom-serializer@0.1.0
157 silly currentTree │ ├── domelementtype@1.1.3
157 silly currentTree │ └── entities@1.1.1
157 silly currentTree ├── domelementtype@1.3.0
157 silly currentTree ├── domhandler@2.3.0
157 silly currentTree ├── domutils@1.5.1
157 silly currentTree ├─┬ download@4.4.3
157 silly currentTree │ ├── arr-diff@2.0.0
157 silly currentTree │ ├── array-unique@0.2.1
157 silly currentTree │ ├── braces@1.8.5
157 silly currentTree │ ├── expand-brackets@0.1.5
157 silly currentTree │ ├── extglob@0.3.2
157 silly currentTree │ ├─┬ glob-stream@5.3.5
157 silly currentTree │ │ ├── isarray@0.0.1
157 silly currentTree │ │ ├── readable-stream@1.0.34
157 silly currentTree │ │ ├── string_decoder@0.10.31
157 silly currentTree │ │ └── through2@0.6.5
157 silly currentTree │ ├── glob@5.0.15
157 silly currentTree │ ├── graceful-fs@4.1.11
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── is-extglob@1.0.0
157 silly currentTree │ ├── is-glob@2.0.1
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── kind-of@3.2.2
157 silly currentTree │ ├── micromatch@2.3.11
157 silly currentTree │ ├── object-assign@4.1.1
157 silly currentTree │ ├── ordered-read-streams@0.3.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ ├── string_decoder@1.1.1
157 silly currentTree │ ├── unique-stream@2.2.1
157 silly currentTree │ ├── vinyl-fs@2.4.4
157 silly currentTree │ └── vinyl@1.2.0
157 silly currentTree ├── duplexer@0.1.1
157 silly currentTree ├── duplexer2@0.0.2
157 silly currentTree ├─┬ duplexify@3.5.4
157 silly currentTree │ ├── end-of-stream@1.4.1
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── once@1.4.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├── each-async@1.1.1
157 silly currentTree ├─┬ easy-extender@2.3.2
157 silly currentTree │ └── lodash@3.10.1
157 silly currentTree ├── eazy-logger@2.1.3
157 silly currentTree ├── ecc-jsbn@0.1.1
157 silly currentTree ├── ee-first@1.1.1
157 silly currentTree ├── emitter-steward@0.0.1
157 silly currentTree ├── encodeurl@1.0.2
157 silly currentTree ├── end-of-stream@0.1.5
157 silly currentTree ├─┬ engine.io-client@1.8.5
157 silly currentTree │ ├── component-emitter@1.2.1
157 silly currentTree │ ├── debug@2.3.3
157 silly currentTree │ └── ms@0.7.2
157 silly currentTree ├── engine.io-parser@1.3.2
157 silly currentTree ├─┬ engine.io@1.8.5
157 silly currentTree │ ├── accepts@1.3.3
157 silly currentTree │ ├── cookie@0.3.1
157 silly currentTree │ ├── debug@2.3.3
157 silly currentTree │ └── ms@0.7.2
157 silly currentTree ├── entities@1.0.0
157 silly currentTree ├── error-ex@1.3.1
157 silly currentTree ├── escape-html@1.0.3
157 silly currentTree ├── escape-string-regexp@1.0.5
157 silly currentTree ├── esprima@2.7.3
157 silly currentTree ├── etag@1.8.1
157 silly currentTree ├── event-stream@3.3.4
157 silly currentTree ├── eventemitter3@3.0.1
157 silly currentTree ├── exec-buffer@2.0.1
157 silly currentTree ├─┬ exec-series@1.0.3
157 silly currentTree │ └── object-assign@4.1.1
157 silly currentTree ├─┬ executable@1.1.0
157 silly currentTree │ ├── camelcase-keys@2.1.0
157 silly currentTree │ ├── camelcase@2.1.1
157 silly currentTree │ ├── meow@3.7.0
157 silly currentTree │ └── object-assign@4.1.1
157 silly currentTree ├── exit@0.1.2
157 silly currentTree ├─┬ expand-brackets@2.1.4
157 silly currentTree │ ├── define-property@0.2.5
157 silly currentTree │ └── extend-shallow@2.0.1
157 silly currentTree ├─┬ expand-range@1.8.2
157 silly currentTree │ ├── fill-range@2.2.3
157 silly currentTree │ ├── is-number@2.1.0
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── isobject@2.1.0
157 silly currentTree │ └── kind-of@3.2.2
157 silly currentTree ├── expand-tilde@2.0.2
157 silly currentTree ├─┬ extend-shallow@3.0.2
157 silly currentTree │ └── is-extendable@1.0.1
157 silly currentTree ├── extend@3.0.1
157 silly currentTree ├─┬ extglob@2.0.4
157 silly currentTree │ ├── define-property@1.0.0
157 silly currentTree │ ├── extend-shallow@2.0.1
157 silly currentTree │ ├── is-accessor-descriptor@1.0.0
157 silly currentTree │ ├── is-data-descriptor@1.0.0
157 silly currentTree │ └── is-descriptor@1.0.2
157 silly currentTree ├── extsprintf@1.3.0
157 silly currentTree ├── fancy-log@1.3.2
157 silly currentTree ├── fd-slicer@1.0.1
157 silly currentTree ├─┬ figures@1.7.0
157 silly currentTree │ └── object-assign@4.1.1
157 silly currentTree ├── file-type@3.9.0
157 silly currentTree ├── filename-regex@2.0.1
157 silly currentTree ├── filename-reserved-regex@1.0.0
157 silly currentTree ├── filenamify@1.2.1
157 silly currentTree ├─┬ fill-range@4.0.0
157 silly currentTree │ └── extend-shallow@2.0.1
157 silly currentTree ├── finalhandler@1.1.0
157 silly currentTree ├── find-index@0.1.1
157 silly currentTree ├── find-up@1.1.2
157 silly currentTree ├─┬ find-versions@1.2.1
157 silly currentTree │ ├── camelcase-keys@2.1.0
157 silly currentTree │ ├── camelcase@2.1.1
157 silly currentTree │ ├── meow@3.7.0
157 silly currentTree │ └── object-assign@4.1.1
157 silly currentTree ├── findup-sync@2.0.0
157 silly currentTree ├── fined@1.1.0
157 silly currentTree ├── first-chunk-stream@1.0.0
157 silly currentTree ├── flagged-respawn@1.0.0
157 silly currentTree ├─┬ follow-redirects@1.4.1
157 silly currentTree │ └── debug@3.1.0
157 silly currentTree ├── for-in@1.0.2
157 silly currentTree ├── for-own@1.0.0
157 silly currentTree ├── forever-agent@0.6.1
157 silly currentTree ├── form-data@2.1.4
157 silly currentTree ├─┬ foxy@7.1.0
157 silly currentTree │ └── dev-ip@1.0.1
157 silly currentTree ├── fragment-cache@0.2.1
157 silly currentTree ├── fresh@0.5.2
157 silly currentTree ├── from@0.1.7
157 silly currentTree ├── fs.realpath@1.0.0
157 silly currentTree ├─┬ fstream@1.0.11
157 silly currentTree │ ├── graceful-fs@4.1.11
157 silly currentTree │ └── inherits@2.0.3
157 silly currentTree ├─┬ gauge@2.7.4
157 silly currentTree │ └── object-assign@4.1.1
157 silly currentTree ├── gaze@0.5.2
157 silly currentTree ├── generate-function@2.0.0
157 silly currentTree ├── generate-object-property@1.2.0
157 silly currentTree ├── get-caller-file@1.0.2
157 silly currentTree ├── get-proxy@1.1.0
157 silly currentTree ├── get-stdin@4.0.1
157 silly currentTree ├── get-value@2.0.6
157 silly currentTree ├─┬ getpass@0.1.7
157 silly currentTree │ └── assert-plus@1.0.0
157 silly currentTree ├── gifsicle@3.0.4
157 silly currentTree ├─┬ glob-base@0.3.0
157 silly currentTree │ ├── glob-parent@2.0.0
157 silly currentTree │ ├── is-extglob@1.0.0
157 silly currentTree │ └── is-glob@2.0.1
157 silly currentTree ├── glob-parent@3.1.0
157 silly currentTree ├─┬ glob-stream@3.1.18
157 silly currentTree │ ├── glob@4.5.3
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── readable-stream@1.0.34
157 silly currentTree │ └── through2@0.6.5
157 silly currentTree ├── glob-watcher@0.0.7
157 silly currentTree ├─┬ glob@3.1.21
157 silly currentTree │ └── minimatch@0.2.14
157 silly currentTree ├── glob2base@0.0.12
157 silly currentTree ├── global-modules@1.0.0
157 silly currentTree ├── global-prefix@1.0.2
157 silly currentTree ├─┬ globule@0.1.0
157 silly currentTree │ ├── lodash@1.0.2
157 silly currentTree │ └── minimatch@0.2.14
157 silly currentTree ├── glogg@1.0.1
157 silly currentTree ├─┬ got@5.7.1
157 silly currentTree │ ├── duplexer2@0.1.4
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── object-assign@4.1.1
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├── graceful-fs@1.2.3
157 silly currentTree ├── graceful-readlink@1.0.1
157 silly currentTree ├─┬ gulp-autoprefixer@1.0.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── object-assign@1.0.0
157 silly currentTree │ ├── readable-stream@1.0.34
157 silly currentTree │ └── through2@0.6.5
157 silly currentTree ├── gulp-csslint@0.1.5
157 silly currentTree ├─┬ gulp-decompress@1.2.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├─┬ gulp-imagemin@2.4.0
157 silly currentTree │ └── object-assign@4.1.1
157 silly currentTree ├─┬ gulp-jshint@1.12.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── lodash@3.10.1
157 silly currentTree │ ├── readable-stream@1.0.34
157 silly currentTree │ └── through2@0.6.5
157 silly currentTree ├─┬ gulp-minify-css@0.3.13
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── readable-stream@1.0.34
157 silly currentTree │ └── through2@0.6.5
157 silly currentTree ├── gulp-rename@1.2.2
157 silly currentTree ├─┬ gulp-sourcemaps@1.6.0
157 silly currentTree │ ├── graceful-fs@4.1.11
157 silly currentTree │ └── vinyl@1.2.0
157 silly currentTree ├─┬ gulp-uglify@1.5.4
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── isobject@2.1.0
157 silly currentTree │ └── vinyl-sourcemaps-apply@0.2.1
157 silly currentTree ├─┬ gulp-util@3.0.8
157 silly currentTree │ └── object-assign@3.0.0
157 silly currentTree ├─┬ gulp@3.9.1
157 silly currentTree │ └── semver@4.3.6
157 silly currentTree ├── gulplog@1.0.0
157 silly currentTree ├── har-validator@2.0.6
157 silly currentTree ├── has-ansi@2.0.0
157 silly currentTree ├── has-binary@0.1.7
157 silly currentTree ├── has-cors@1.1.0
157 silly currentTree ├── has-gulplog@0.1.0
157 silly currentTree ├── has-unicode@2.0.1
157 silly currentTree ├── has-value@1.0.0
157 silly currentTree ├─┬ has-values@1.0.0
157 silly currentTree │ └── kind-of@4.0.0
157 silly currentTree ├── hawk@3.1.3
157 silly currentTree ├── hoek@2.16.3
157 silly currentTree ├── homedir-polyfill@1.0.1
157 silly currentTree ├── hosted-git-info@2.6.0
157 silly currentTree ├── htmlparser2@3.8.3
157 silly currentTree ├─┬ http-errors@1.6.3
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ └── statuses@1.5.0
157 silly currentTree ├── http-proxy@1.17.0
157 silly currentTree ├── http-signature@1.1.1
157 silly currentTree ├─┬ imagemin-gifsicle@4.2.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── readable-stream@1.0.34
157 silly currentTree │ └── through2@0.6.5
157 silly currentTree ├── imagemin-jpegtran@4.3.2
157 silly currentTree ├─┬ imagemin-optipng@4.3.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── readable-stream@1.0.34
157 silly currentTree │ └── through2@0.6.5
157 silly currentTree ├── imagemin-pngquant@4.2.2
157 silly currentTree ├── imagemin-svgo@4.2.1
157 silly currentTree ├─┬ imagemin@4.0.0
157 silly currentTree │ ├── arr-diff@2.0.0
157 silly currentTree │ ├── array-unique@0.2.1
157 silly currentTree │ ├── braces@1.8.5
157 silly currentTree │ ├── expand-brackets@0.1.5
157 silly currentTree │ ├── extglob@0.3.2
157 silly currentTree │ ├─┬ glob-stream@5.3.5
157 silly currentTree │ │ ├── isarray@0.0.1
157 silly currentTree │ │ ├── readable-stream@1.0.34
157 silly currentTree │ │ ├── string_decoder@0.10.31
157 silly currentTree │ │ └── through2@0.6.5
157 silly currentTree │ ├── glob@5.0.15
157 silly currentTree │ ├── graceful-fs@4.1.11
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── is-extglob@1.0.0
157 silly currentTree │ ├── is-glob@2.0.1
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── kind-of@3.2.2
157 silly currentTree │ ├── micromatch@2.3.11
157 silly currentTree │ ├── object-assign@4.1.1
157 silly currentTree │ ├── ordered-read-streams@0.3.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ ├── string_decoder@1.1.1
157 silly currentTree │ ├── unique-stream@2.2.1
157 silly currentTree │ ├── vinyl-fs@2.4.4
157 silly currentTree │ └── vinyl@1.2.0
157 silly currentTree ├── immutable@3.8.2
157 silly currentTree ├── in-publish@2.0.0
157 silly currentTree ├── indent-string@1.2.2
157 silly currentTree ├── indexof@0.0.1
157 silly currentTree ├── inflight@1.0.6
157 silly currentTree ├── inherits@1.0.2
157 silly currentTree ├── ini@1.3.5
157 silly currentTree ├── interpret@1.1.0
157 silly currentTree ├── invert-kv@1.0.0
157 silly currentTree ├── ip-regex@1.0.3
157 silly currentTree ├── irregular-plurals@1.4.0
157 silly currentTree ├── is-absolute@1.0.0
157 silly currentTree ├─┬ is-accessor-descriptor@0.1.6
157 silly currentTree │ └── kind-of@3.2.2
157 silly currentTree ├── is-arrayish@0.2.1
157 silly currentTree ├── is-buffer@1.1.6
157 silly currentTree ├── is-builtin-module@1.0.0
157 silly currentTree ├── is-bzip2@1.0.0
157 silly currentTree ├─┬ is-data-descriptor@0.1.4
157 silly currentTree │ └── kind-of@3.2.2
157 silly currentTree ├─┬ is-descriptor@0.1.6
157 silly currentTree │ └── kind-of@5.1.0
157 silly currentTree ├── is-dotfile@1.0.3
157 silly currentTree ├── is-equal-shallow@0.1.3
157 silly currentTree ├── is-extendable@0.1.1
157 silly currentTree ├── is-extglob@2.1.1
157 silly currentTree ├── is-finite@1.0.2
157 silly currentTree ├── is-fullwidth-code-point@1.0.0
157 silly currentTree ├── is-gif@1.0.0
157 silly currentTree ├── is-glob@3.1.0
157 silly currentTree ├── is-gzip@1.0.0
157 silly currentTree ├── is-jpg@1.0.1
157 silly currentTree ├── is-my-ip-valid@1.0.0
157 silly currentTree ├── is-my-json-valid@2.17.2
157 silly currentTree ├── is-natural-number@2.1.1
157 silly currentTree ├─┬ is-number@3.0.0
157 silly currentTree │ └── kind-of@3.2.2
157 silly currentTree ├── is-obj@1.0.1
157 silly currentTree ├─┬ is-odd@2.0.0
157 silly currentTree │ └── is-number@4.0.0
157 silly currentTree ├── is-plain-object@2.0.4
157 silly currentTree ├── is-png@1.1.0
157 silly currentTree ├── is-posix-bracket@0.1.1
157 silly currentTree ├── is-primitive@2.0.0
157 silly currentTree ├── is-property@1.0.2
157 silly currentTree ├── is-redirect@1.0.0
157 silly currentTree ├── is-relative@1.0.0
157 silly currentTree ├── is-retry-allowed@1.1.0
157 silly currentTree ├── is-stream@1.1.0
157 silly currentTree ├── is-svg@1.1.1
157 silly currentTree ├── is-tar@1.0.0
157 silly currentTree ├── is-typedarray@1.0.0
157 silly currentTree ├── is-unc-path@1.0.0
157 silly currentTree ├── is-url@1.2.4
157 silly currentTree ├── is-utf8@0.2.1
157 silly currentTree ├── is-valid-glob@0.3.0
157 silly currentTree ├── is-windows@1.0.2
157 silly currentTree ├── is-zip@1.0.0
157 silly currentTree ├── isarray@0.0.1
157 silly currentTree ├── isexe@2.0.0
157 silly currentTree ├── isobject@3.0.1
157 silly currentTree ├── isstream@0.1.2
157 silly currentTree ├── jpegtran-bin@3.2.0
157 silly currentTree ├── js-base64@2.1.9
157 silly currentTree ├── js-yaml@3.6.1
157 silly currentTree ├── jsbn@0.1.1
157 silly currentTree ├── jshint-stylish@1.0.2
157 silly currentTree ├─┬ jshint@2.9.5
157 silly currentTree │ ├── lodash@3.7.0
157 silly currentTree │ ├── minimatch@3.0.4
157 silly currentTree │ └── strip-json-comments@1.0.4
157 silly currentTree ├── json-schema@0.2.3
157 silly currentTree ├── json-stable-stringify@1.0.1
157 silly currentTree ├── json-stringify-safe@5.0.1
157 silly currentTree ├── json3@3.3.2
157 silly currentTree ├── jsonify@0.0.0
157 silly currentTree ├── jsonpointer@4.0.1
157 silly currentTree ├─┬ jsprim@1.4.1
157 silly currentTree │ └── assert-plus@1.0.0
157 silly currentTree ├── kind-of@6.0.2
157 silly currentTree ├── lazy-cache@1.0.4
157 silly currentTree ├── lazy-req@1.1.0
157 silly currentTree ├─┬ lazystream@1.0.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├── lcid@1.0.0
157 silly currentTree ├── liftoff@2.5.0
157 silly currentTree ├─┬ load-json-file@1.1.0
157 silly currentTree │ └── graceful-fs@4.1.11
157 silly currentTree ├─┬ localtunnel@1.9.0
157 silly currentTree │ └── debug@2.6.8
157 silly currentTree ├── lodash._baseclone@4.5.7
157 silly currentTree ├── lodash._basecopy@3.0.1
157 silly currentTree ├── lodash._basetostring@3.0.1
157 silly currentTree ├── lodash._basevalues@3.0.0
157 silly currentTree ├── lodash._getnative@3.9.1
157 silly currentTree ├── lodash._isiterateecall@3.0.9
157 silly currentTree ├── lodash._reescape@3.0.0
157 silly currentTree ├── lodash._reevaluate@3.0.0
157 silly currentTree ├── lodash._reinterpolate@3.0.0
157 silly currentTree ├── lodash._root@3.0.1
157 silly currentTree ├── lodash.assign@4.2.0
157 silly currentTree ├── lodash.clonedeep@4.3.1
157 silly currentTree ├── lodash.escape@3.2.0
157 silly currentTree ├── lodash.isarguments@3.1.0
157 silly currentTree ├── lodash.isarray@3.0.4
157 silly currentTree ├── lodash.isequal@4.5.0
157 silly currentTree ├── lodash.keys@3.1.2
157 silly currentTree ├── lodash.mergewith@4.6.1
157 silly currentTree ├── lodash.restparam@3.6.1
157 silly currentTree ├── lodash.template@3.6.2
157 silly currentTree ├── lodash.templatesettings@3.1.1
157 silly currentTree ├── lodash@2.4.2
157 silly currentTree ├── log-symbols@1.0.2
157 silly currentTree ├── logalot@2.1.0
157 silly currentTree ├── longest@1.0.1
157 silly currentTree ├── loud-rejection@1.6.0
157 silly currentTree ├── lowercase-keys@1.0.1
157 silly currentTree ├─┬ lpad-align@1.1.2
157 silly currentTree │ ├── camelcase-keys@2.1.0
157 silly currentTree │ ├── camelcase@2.1.1
157 silly currentTree │ ├── indent-string@2.1.0
157 silly currentTree │ ├── meow@3.7.0
157 silly currentTree │ ├── object-assign@4.1.1
157 silly currentTree │ └── repeating@2.0.1
157 silly currentTree ├── lru-cache@2.7.3
157 silly currentTree ├── make-iterator@1.0.1
157 silly currentTree ├── map-cache@0.2.2
157 silly currentTree ├── map-obj@1.0.1
157 silly currentTree ├── map-stream@0.1.0
157 silly currentTree ├── map-visit@1.0.0
157 silly currentTree ├── memory-cache@0.0.5
157 silly currentTree ├── meow@2.1.0
157 silly currentTree ├─┬ merge-stream@1.0.1
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├── micromatch@3.1.10
157 silly currentTree ├── mime-db@1.33.0
157 silly currentTree ├── mime-types@2.1.18
157 silly currentTree ├── mime@1.4.1
157 silly currentTree ├── minimatch@2.0.10
157 silly currentTree ├── minimist@1.2.0
157 silly currentTree ├─┬ mixin-deep@1.3.1
157 silly currentTree │ └── is-extendable@1.0.1
157 silly currentTree ├─┬ mkdirp@0.5.1
157 silly currentTree │ └── minimist@0.0.8
157 silly currentTree ├── ms@2.0.0
157 silly currentTree ├── multipipe@0.1.2
157 silly currentTree ├── nan@2.10.0
157 silly currentTree ├── nanomatch@1.2.9
157 silly currentTree ├── natives@1.1.3
157 silly currentTree ├── negotiator@0.6.1
157 silly currentTree ├─┬ node-gyp@3.6.2
157 silly currentTree │ ├── glob@7.1.2
157 silly currentTree │ ├── graceful-fs@4.1.11
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── minimatch@3.0.4
157 silly currentTree │ └── semver@5.3.0
157 silly currentTree ├─┬ node-sass@4.8.3
157 silly currentTree │ ├── camelcase-keys@2.1.0
157 silly currentTree │ ├── camelcase@2.1.1
157 silly currentTree │ ├── gaze@1.1.2
157 silly currentTree │ ├── glob@7.1.2
157 silly currentTree │ ├── globule@1.2.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── lodash.clonedeep@4.5.0
157 silly currentTree │ ├── lodash@4.17.5
157 silly currentTree │ ├── meow@3.7.0
157 silly currentTree │ ├── minimatch@3.0.4
157 silly currentTree │ └── object-assign@4.1.1
157 silly currentTree ├── node-status-codes@1.0.0
157 silly currentTree ├── nopt@3.0.6
157 silly currentTree ├── normalize-package-data@2.4.0
157 silly currentTree ├── normalize-path@2.1.1
157 silly currentTree ├── npmlog@4.1.2
157 silly currentTree ├── number-is-nan@1.0.1
157 silly currentTree ├── oauth-sign@0.8.2
157 silly currentTree ├── object-assign@2.1.1
157 silly currentTree ├── object-component@0.0.3
157 silly currentTree ├─┬ object-copy@0.1.0
157 silly currentTree │ ├── define-property@0.2.5
157 silly currentTree │ └── kind-of@3.2.2
157 silly currentTree ├── object-path@0.8.1
157 silly currentTree ├── object-visit@1.0.1
157 silly currentTree ├── object.defaults@1.1.0
157 silly currentTree ├── object.map@1.0.1
157 silly currentTree ├─┬ object.omit@2.0.1
157 silly currentTree │ └── for-own@0.1.5
157 silly currentTree ├── object.pick@1.3.0
157 silly currentTree ├── on-finished@2.3.0
157 silly currentTree ├── once@1.3.3
157 silly currentTree ├── onetime@1.1.0
157 silly currentTree ├── openurl@1.1.1
157 silly currentTree ├── opn@1.0.2
157 silly currentTree ├─┬ opt-merger@1.1.1
157 silly currentTree │ └── lodash@3.10.1
157 silly currentTree ├── optional@0.1.4
157 silly currentTree ├── options@0.0.6
157 silly currentTree ├── optipng-bin@3.1.4
157 silly currentTree ├── orchestrator@0.3.8
157 silly currentTree ├── ordered-read-streams@0.1.0
157 silly currentTree ├── os-filter-obj@1.0.3
157 silly currentTree ├── os-homedir@1.0.2
157 silly currentTree ├── os-locale@1.4.0
157 silly currentTree ├── os-tmpdir@1.0.2
157 silly currentTree ├── osenv@0.1.5
157 silly currentTree ├── parse-filepath@1.0.2
157 silly currentTree ├─┬ parse-glob@3.0.4
157 silly currentTree │ ├── is-extglob@1.0.0
157 silly currentTree │ └── is-glob@2.0.1
157 silly currentTree ├── parse-json@2.2.0
157 silly currentTree ├── parse-passwd@1.0.0
157 silly currentTree ├── parsejson@0.0.3
157 silly currentTree ├── parseqs@0.0.5
157 silly currentTree ├── parserlib@0.2.5
157 silly currentTree ├── parseuri@0.0.5
157 silly currentTree ├── parseurl@1.3.2
157 silly currentTree ├── pascalcase@0.1.1
157 silly currentTree ├── path-dirname@1.0.2
157 silly currentTree ├── path-exists@2.1.0
157 silly currentTree ├── path-is-absolute@1.0.1
157 silly currentTree ├── path-parse@1.0.5
157 silly currentTree ├── path-root-regex@0.1.2
157 silly currentTree ├── path-root@0.1.1
157 silly currentTree ├─┬ path-type@1.1.0
157 silly currentTree │ └── graceful-fs@4.1.11
157 silly currentTree ├── pause-stream@0.0.11
157 silly currentTree ├── pend@1.2.0
157 silly currentTree ├── pify@2.3.0
157 silly currentTree ├── pinkie-promise@2.0.1
157 silly currentTree ├── pinkie@2.0.4
157 silly currentTree ├── plur@2.1.2
157 silly currentTree ├── pngquant-bin@3.1.1
157 silly currentTree ├── portscanner-plus@0.2.1
157 silly currentTree ├── portscanner@1.2.0
157 silly currentTree ├── posix-character-classes@0.1.1
157 silly currentTree ├─┬ postcss@2.2.6
157 silly currentTree │ └── source-map@0.1.43
157 silly currentTree ├── prepend-http@1.0.4
157 silly currentTree ├── preserve@0.2.0
157 silly currentTree ├─┬ pretty-bytes@2.0.1
157 silly currentTree │ ├── camelcase-keys@2.1.0
157 silly currentTree │ ├── camelcase@2.1.1
157 silly currentTree │ ├── meow@3.7.0
157 silly currentTree │ └── object-assign@4.1.1
157 silly currentTree ├── pretty-hrtime@1.0.3
157 silly currentTree ├── process-nextick-args@2.0.0
157 silly currentTree ├── pseudomap@1.0.2
157 silly currentTree ├── punycode@1.4.1
157 silly currentTree ├── q@1.5.1
157 silly currentTree ├── qs@6.3.2
157 silly currentTree ├─┬ randomatic@1.1.7
157 silly currentTree │ └── kind-of@4.0.0
157 silly currentTree ├── range-parser@1.2.0
157 silly currentTree ├── rc@1.2.6
157 silly currentTree ├─┬ rcfinder@0.1.9
157 silly currentTree │ └── lodash.clonedeep@4.5.0
157 silly currentTree ├── rcloader@0.1.2
157 silly currentTree ├─┬ read-all-stream@3.1.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├── read-pkg-up@1.0.1
157 silly currentTree ├── read-pkg@1.1.0
157 silly currentTree ├─┬ readable-stream@1.1.14
157 silly currentTree │ └── inherits@2.0.3
157 silly currentTree ├── rechoir@0.6.2
157 silly currentTree ├─┬ redent@1.0.0
157 silly currentTree │ ├── indent-string@2.1.0
157 silly currentTree │ └── repeating@2.0.1
157 silly currentTree ├── regex-cache@0.4.4
157 silly currentTree ├── regex-not@1.0.2
157 silly currentTree ├── remove-trailing-separator@1.1.0
157 silly currentTree ├── repeat-element@1.1.2
157 silly currentTree ├── repeat-string@1.6.1
157 silly currentTree ├── repeating@1.1.3
157 silly currentTree ├── replace-ext@0.0.1
157 silly currentTree ├─┬ request@2.79.0
157 silly currentTree │ └── uuid@3.2.1
157 silly currentTree ├── require-directory@2.1.1
157 silly currentTree ├── require-main-filename@1.0.1
157 silly currentTree ├── requires-port@1.0.0
157 silly currentTree ├── resolve-dir@1.0.1
157 silly currentTree ├── resolve-url@0.2.1
157 silly currentTree ├── resolve@1.7.1
157 silly currentTree ├── resp-modifier@1.0.2
157 silly currentTree ├── ret@0.1.15
157 silly currentTree ├── right-align@0.1.3
157 silly currentTree ├─┬ rimraf@2.6.2
157 silly currentTree │ ├── glob@7.1.2
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ └── minimatch@3.0.4
157 silly currentTree ├── safe-buffer@5.1.1
157 silly currentTree ├── safe-regex@1.1.0
157 silly currentTree ├─┬ sass-graph@2.2.4
157 silly currentTree │ ├── camelcase@3.0.0
157 silly currentTree │ ├── glob@7.1.2
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── lodash@4.17.5
157 silly currentTree │ ├── minimatch@3.0.4
157 silly currentTree │ ├── yargs-parser@5.0.0
157 silly currentTree │ └── yargs@7.1.0
157 silly currentTree ├── sax@1.2.4
157 silly currentTree ├─┬ scss-tokenizer@0.2.3
157 silly currentTree │ └── source-map@0.4.4
157 silly currentTree ├─┬ seek-bzip@1.0.5
157 silly currentTree │ └── commander@2.8.1
157 silly currentTree ├── semver-regex@1.0.0
157 silly currentTree ├── semver-truncate@1.1.2
157 silly currentTree ├── semver@5.5.0
157 silly currentTree ├─┬ send@0.16.2
157 silly currentTree │ └── statuses@1.4.0
157 silly currentTree ├── sequencify@0.0.7
157 silly currentTree ├── serve-index@1.9.1
157 silly currentTree ├── serve-static@1.13.2
157 silly currentTree ├── set-blocking@2.0.0
157 silly currentTree ├── set-immediate-shim@1.0.1
157 silly currentTree ├─┬ set-value@2.0.0
157 silly currentTree │ └── extend-shallow@2.0.1
157 silly currentTree ├── setprototypeof@1.1.0
157 silly currentTree ├── shelljs@0.3.0
157 silly currentTree ├── sigmund@1.0.1
157 silly currentTree ├── signal-exit@3.0.2
157 silly currentTree ├─┬ snapdragon-node@2.1.1
157 silly currentTree │ ├── define-property@1.0.0
157 silly currentTree │ ├── is-accessor-descriptor@1.0.0
157 silly currentTree │ ├── is-data-descriptor@1.0.0
157 silly currentTree │ └── is-descriptor@1.0.2
157 silly currentTree ├─┬ snapdragon-util@3.0.1
157 silly currentTree │ └── kind-of@3.2.2
157 silly currentTree ├─┬ snapdragon@0.8.2
157 silly currentTree │ ├── define-property@0.2.5
157 silly currentTree │ └── extend-shallow@2.0.1
157 silly currentTree ├── sntp@1.0.9
157 silly currentTree ├─┬ socket.io-adapter@0.5.0
157 silly currentTree │ ├── debug@2.3.3
157 silly currentTree │ └── ms@0.7.2
157 silly currentTree ├─┬ socket.io-client@1.7.4
157 silly currentTree │ ├── component-emitter@1.2.1
157 silly currentTree │ ├── debug@2.3.3
157 silly currentTree │ └── ms@0.7.2
157 silly currentTree ├─┬ socket.io-parser@2.3.1
157 silly currentTree │ ├── debug@2.2.0
157 silly currentTree │ └── ms@0.7.1
157 silly currentTree ├─┬ socket.io@1.7.4
157 silly currentTree │ ├── debug@2.3.3
157 silly currentTree │ ├── ms@0.7.2
157 silly currentTree │ └── object-assign@4.1.0
157 silly currentTree ├── source-map-resolve@0.5.1
157 silly currentTree ├── source-map-url@0.4.0
157 silly currentTree ├── source-map@0.5.7
157 silly currentTree ├── sparkles@1.0.0
157 silly currentTree ├── spdx-correct@3.0.0
157 silly currentTree ├── spdx-exceptions@2.1.0
157 silly currentTree ├── spdx-expression-parse@3.0.0
157 silly currentTree ├── spdx-license-ids@3.0.0
157 silly currentTree ├── split-string@3.1.0
157 silly currentTree ├── split@0.3.3
157 silly currentTree ├── sprintf-js@1.0.3
157 silly currentTree ├── squeak@1.3.0
157 silly currentTree ├─┬ sshpk@1.14.1
157 silly currentTree │ └── assert-plus@1.0.0
157 silly currentTree ├── stat-mode@0.2.2
157 silly currentTree ├─┬ static-extend@0.1.2
157 silly currentTree │ └── define-property@0.2.5
157 silly currentTree ├── statuses@1.3.1
157 silly currentTree ├─┬ stdout-stream@1.4.0
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├── stream-combiner@0.0.4
157 silly currentTree ├─┬ stream-combiner2@1.1.1
157 silly currentTree │ ├── duplexer2@0.1.4
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├── stream-consume@0.1.1
157 silly currentTree ├── stream-shift@1.0.0
157 silly currentTree ├── string_decoder@0.10.31
157 silly currentTree ├── string-length@1.0.1
157 silly currentTree ├── string-width@1.0.2
157 silly currentTree ├── stringstream@0.0.5
157 silly currentTree ├── strip-ansi@3.0.1
157 silly currentTree ├── strip-bom-stream@1.0.0
157 silly currentTree ├── strip-bom@2.0.0
157 silly currentTree ├─┬ strip-dirs@1.1.1
157 silly currentTree │ ├── is-absolute@0.1.7
157 silly currentTree │ └── is-relative@0.1.3
157 silly currentTree ├── strip-indent@1.0.1
157 silly currentTree ├── strip-json-comments@2.0.1
157 silly currentTree ├── strip-outer@1.0.1
157 silly currentTree ├── sum-up@1.0.3
157 silly currentTree ├── supports-color@2.0.0
157 silly currentTree ├── svgo@0.6.6
157 silly currentTree ├─┬ tar-stream@1.5.5
157 silly currentTree │ ├── end-of-stream@1.4.1
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── once@1.4.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├─┬ tar@2.2.1
157 silly currentTree │ └── inherits@2.0.3
157 silly currentTree ├── tempfile@1.1.1
157 silly currentTree ├── text-table@0.2.0
157 silly currentTree ├─┬ tfunk@3.1.0
157 silly currentTree │ └── object-path@0.9.2
157 silly currentTree ├── through@2.3.8
157 silly currentTree ├── through2-concurrent@1.1.1
157 silly currentTree ├── through2-filter@2.0.0
157 silly currentTree ├─┬ through2@2.0.3
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├── tildify@1.2.0
157 silly currentTree ├── time-stamp@1.1.0
157 silly currentTree ├── timed-out@3.1.3
157 silly currentTree ├─┬ to-absolute-glob@0.1.1
157 silly currentTree │ └── extend-shallow@2.0.1
157 silly currentTree ├── to-array@0.1.4
157 silly currentTree ├─┬ to-object-path@0.3.0
157 silly currentTree │ └── kind-of@3.2.2
157 silly currentTree ├── to-regex-range@2.1.1
157 silly currentTree ├── to-regex@3.0.2
157 silly currentTree ├── tough-cookie@2.3.4
157 silly currentTree ├── trim-newlines@1.0.0
157 silly currentTree ├── trim-repeated@1.0.0
157 silly currentTree ├─┬ true-case-path@1.0.2
157 silly currentTree │ ├── glob@6.0.4
157 silly currentTree │ └── inherits@2.0.3
157 silly currentTree ├── tunnel-agent@0.4.3
157 silly currentTree ├── tweetnacl@0.14.5
157 silly currentTree ├── typedarray@0.0.6
157 silly currentTree ├── ua-parser-js@0.7.17
157 silly currentTree ├─┬ uglify-js@2.6.4
157 silly currentTree │ ├── async@0.2.10
157 silly currentTree │ ├── cliui@2.1.0
157 silly currentTree │ └── yargs@3.10.0
157 silly currentTree ├── uglify-save-license@0.4.1
157 silly currentTree ├── uglify-to-browserify@1.0.2
157 silly currentTree ├── ultron@1.0.2
157 silly currentTree ├── unc-path-regex@0.1.2
157 silly currentTree ├─┬ union-value@1.0.0
157 silly currentTree │ ├── extend-shallow@2.0.1
157 silly currentTree │ └── set-value@0.4.3
157 silly currentTree ├── unique-stream@1.0.0
157 silly currentTree ├── unpipe@1.0.0
157 silly currentTree ├─┬ unset-value@1.0.0
157 silly currentTree │ ├─┬ has-value@0.3.1
157 silly currentTree │ │ └── isobject@2.1.0
157 silly currentTree │ ├── has-values@0.1.4
157 silly currentTree │ └── isarray@1.0.0
157 silly currentTree ├── unzip-response@1.0.2
157 silly currentTree ├── urix@0.1.0
157 silly currentTree ├── url-parse-lax@1.0.0
157 silly currentTree ├── url-regex@3.2.0
157 silly currentTree ├── use@3.1.0
157 silly currentTree ├── user-home@1.1.1
157 silly currentTree ├── util-deprecate@1.0.2
157 silly currentTree ├── utils-merge@1.0.1
157 silly currentTree ├── uuid@2.0.3
157 silly currentTree ├── v8flags@2.1.1
157 silly currentTree ├── vali-date@1.0.0
157 silly currentTree ├── validate-npm-package-license@3.0.3
157 silly currentTree ├─┬ verror@1.10.0
157 silly currentTree │ └── assert-plus@1.0.0
157 silly currentTree ├─┬ vinyl-assign@1.2.1
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── isarray@1.0.0
157 silly currentTree │ ├── object-assign@4.1.1
157 silly currentTree │ ├── readable-stream@2.3.6
157 silly currentTree │ └── string_decoder@1.1.1
157 silly currentTree ├─┬ vinyl-fs@0.3.14
157 silly currentTree │ ├── clone@0.2.0
157 silly currentTree │ ├── glob-watcher@0.0.6
157 silly currentTree │ ├── graceful-fs@3.0.11
157 silly currentTree │ ├── inherits@2.0.3
157 silly currentTree │ ├── readable-stream@1.0.34
157 silly currentTree │ ├── strip-bom@1.0.0
157 silly currentTree │ ├── through2@0.6.5
157 silly currentTree │ └── vinyl@0.4.6
157 silly currentTree ├─┬ vinyl-sourcemaps-apply@0.1.4
157 silly currentTree │ └── source-map@0.1.43
157 silly currentTree ├── vinyl@0.5.3
157 silly currentTree ├── ware@1.3.0
157 silly currentTree ├── whet.extend@0.9.9
157 silly currentTree ├── which-module@1.0.0
157 silly currentTree ├── which@1.3.0
157 silly currentTree ├── wide-align@1.1.2
157 silly currentTree ├── window-size@0.1.0
157 silly currentTree ├── wordwrap@0.0.2
157 silly currentTree ├── wrap-ansi@2.1.0
157 silly currentTree ├── wrap-fn@0.1.5
157 silly currentTree ├── wrappy@1.0.2
157 silly currentTree ├── ws@1.1.5
157 silly currentTree ├── wtf-8@1.0.0
157 silly currentTree ├── xmlhttprequest-ssl@1.5.3
157 silly currentTree ├── xtend@4.0.1
157 silly currentTree ├── y18n@3.2.1
157 silly currentTree ├── yallist@2.1.2
157 silly currentTree ├─┬ yargs-parser@4.2.1
157 silly currentTree │ └── camelcase@3.0.0
157 silly currentTree ├─┬ yargs@6.6.0
157 silly currentTree │ └── camelcase@3.0.0
157 silly currentTree ├── yauzl@2.9.1
157 silly currentTree └── yeast@0.1.2
158 silly idealTree opentheme@0.0.0
158 silly idealTree ├── abbrev@1.1.1
158 silly idealTree ├── accepts@1.3.5
158 silly idealTree ├── after@0.8.2
158 silly idealTree ├─┬ align-text@0.1.4
158 silly idealTree │ └── kind-of@3.2.2
158 silly idealTree ├── amdefine@1.0.1
158 silly idealTree ├── ansi-gray@0.1.1
158 silly idealTree ├── ansi-regex@2.1.1
158 silly idealTree ├── ansi-styles@2.2.1
158 silly idealTree ├── ansi-wrap@0.1.0
158 silly idealTree ├── aproba@1.2.0
158 silly idealTree ├── archive-type@3.2.0
158 silly idealTree ├── archy@1.0.0
158 silly idealTree ├─┬ are-we-there-yet@1.1.4
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├── argparse@1.0.10
158 silly idealTree ├── arr-diff@4.0.0
158 silly idealTree ├── arr-flatten@1.1.0
158 silly idealTree ├── arr-union@3.1.0
158 silly idealTree ├── array-differ@1.0.0
158 silly idealTree ├── array-each@1.0.1
158 silly idealTree ├── array-find-index@1.0.2
158 silly idealTree ├── array-slice@1.1.0
158 silly idealTree ├── array-uniq@1.0.3
158 silly idealTree ├── array-unique@0.3.2
158 silly idealTree ├── arraybuffer.slice@0.0.6
158 silly idealTree ├── asn1@0.2.3
158 silly idealTree ├── assert-plus@0.2.0
158 silly idealTree ├── assign-symbols@1.0.0
158 silly idealTree ├── async-each-series@1.1.0
158 silly idealTree ├── async-foreach@0.1.3
158 silly idealTree ├── async@1.5.2
158 silly idealTree ├── asynckit@0.4.0
158 silly idealTree ├── atob@2.1.0
158 silly idealTree ├── autoprefixer-core@3.1.2
158 silly idealTree ├── aws-sign2@0.6.0
158 silly idealTree ├── aws4@1.7.0
158 silly idealTree ├── axios@0.17.1
158 silly idealTree ├── backo2@1.0.2
158 silly idealTree ├── balanced-match@1.0.0
158 silly idealTree ├─┬ base@0.11.2
158 silly idealTree │ ├── component-emitter@1.2.1
158 silly idealTree │ ├── define-property@1.0.0
158 silly idealTree │ ├── is-accessor-descriptor@1.0.0
158 silly idealTree │ ├── is-data-descriptor@1.0.0
158 silly idealTree │ └── is-descriptor@1.0.2
158 silly idealTree ├── base64-arraybuffer@0.1.5
158 silly idealTree ├── base64id@1.0.0
158 silly idealTree ├── batch@0.6.1
158 silly idealTree ├── bcrypt-pbkdf@1.0.1
158 silly idealTree ├── beeper@1.1.1
158 silly idealTree ├── better-assert@1.0.2
158 silly idealTree ├── bin-build@2.2.0
158 silly idealTree ├── bin-check@2.0.0
158 silly idealTree ├─┬ bin-version-check@2.1.0
158 silly idealTree │ └── semver@4.3.6
158 silly idealTree ├── bin-version@1.0.4
158 silly idealTree ├── bin-wrapper@3.0.2
158 silly idealTree ├─┬ bl@1.2.2
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├── blob@0.0.4
158 silly idealTree ├─┬ block-stream@0.0.9
158 silly idealTree │ └── inherits@2.0.3
158 silly idealTree ├── boom@2.10.1
158 silly idealTree ├── brace-expansion@1.1.11
158 silly idealTree ├─┬ braces@2.3.2
158 silly idealTree │ └── extend-shallow@2.0.1
158 silly idealTree ├── browser-sync-client@1.0.2
158 silly idealTree ├── browser-sync@1.9.2
158 silly idealTree ├── buffer-crc32@0.2.13
158 silly idealTree ├── buffer-from@1.0.0
158 silly idealTree ├─┬ buffer-to-vinyl@1.1.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ ├── string_decoder@1.1.1
158 silly idealTree │ └── vinyl@1.2.0
158 silly idealTree ├── bufferstreams@0.0.2
158 silly idealTree ├── builtin-modules@1.1.1
158 silly idealTree ├─┬ cache-base@1.0.1
158 silly idealTree │ └── component-emitter@1.2.1
158 silly idealTree ├── callsite@1.0.0
158 silly idealTree ├── camelcase-keys@1.0.0
158 silly idealTree ├── camelcase@1.2.1
158 silly idealTree ├── caniuse-db@1.0.30000830
158 silly idealTree ├── capture-stack-trace@1.0.0
158 silly idealTree ├── caseless@0.11.0
158 silly idealTree ├─┬ caw@1.2.0
158 silly idealTree │ └── object-assign@3.0.0
158 silly idealTree ├── center-align@0.1.3
158 silly idealTree ├── chalk@1.1.3
158 silly idealTree ├── clap@1.2.3
158 silly idealTree ├─┬ class-utils@0.3.6
158 silly idealTree │ └── define-property@0.2.5
158 silly idealTree ├─┬ clean-css@3.0.10
158 silly idealTree │ ├── commander@2.5.1
158 silly idealTree │ └── source-map@0.1.43
158 silly idealTree ├─┬ cli@1.0.1
158 silly idealTree │ ├── glob@7.1.2
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ └── minimatch@3.0.4
158 silly idealTree ├── cliui@3.2.0
158 silly idealTree ├── clone-stats@0.0.1
158 silly idealTree ├── clone@1.0.4
158 silly idealTree ├── co@3.1.0
158 silly idealTree ├── coa@1.0.4
158 silly idealTree ├── code-point-at@1.1.0
158 silly idealTree ├── collection-visit@1.0.0
158 silly idealTree ├── color-support@1.1.3
158 silly idealTree ├── colors@1.1.2
158 silly idealTree ├── combined-stream@1.0.6
158 silly idealTree ├── commander@2.15.1
158 silly idealTree ├── component-bind@1.0.0
158 silly idealTree ├── component-emitter@1.1.2
158 silly idealTree ├── component-inherit@0.0.3
158 silly idealTree ├── concat-map@0.0.1
158 silly idealTree ├─┬ concat-stream@1.6.2
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├── connect@3.6.6
158 silly idealTree ├── console-browserify@1.1.0
158 silly idealTree ├── console-control-strings@1.1.0
158 silly idealTree ├── console-stream@0.1.1
158 silly idealTree ├── convert-source-map@1.5.1
158 silly idealTree ├── cookie@0.1.5
158 silly idealTree ├── copy-descriptor@0.1.1
158 silly idealTree ├── core-util-is@1.0.2
158 silly idealTree ├── create-error-class@3.0.2
158 silly idealTree ├─┬ cross-spawn@3.0.1
158 silly idealTree │ └── lru-cache@4.1.2
158 silly idealTree ├── cryptiles@2.0.5
158 silly idealTree ├── csslint@0.10.0
158 silly idealTree ├── csso@2.0.0
158 silly idealTree ├── currently-unhandled@0.4.1
158 silly idealTree ├─┬ dashdash@1.14.1
158 silly idealTree │ └── assert-plus@1.0.0
158 silly idealTree ├── date-now@0.1.4
158 silly idealTree ├── dateformat@2.2.0
158 silly idealTree ├── deap@1.0.1
158 silly idealTree ├── debug@2.6.9
158 silly idealTree ├── decamelize@1.2.0
158 silly idealTree ├── decode-uri-component@0.2.0
158 silly idealTree ├─┬ decompress-tar@3.1.0
158 silly idealTree │ ├── clone@0.2.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── readable-stream@1.0.34
158 silly idealTree │ ├── through2@0.6.5
158 silly idealTree │ └── vinyl@0.4.6
158 silly idealTree ├─┬ decompress-tarbz2@3.1.0
158 silly idealTree │ ├── clone@0.2.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── readable-stream@1.0.34
158 silly idealTree │ ├── through2@0.6.5
158 silly idealTree │ └── vinyl@0.4.6
158 silly idealTree ├─┬ decompress-targz@3.1.0
158 silly idealTree │ ├── clone@0.2.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── readable-stream@1.0.34
158 silly idealTree │ ├── through2@0.6.5
158 silly idealTree │ └── vinyl@0.4.6
158 silly idealTree ├─┬ decompress-unzip@3.4.0
158 silly idealTree │ └── vinyl@1.2.0
158 silly idealTree ├─┬ decompress@3.0.0
158 silly idealTree │ ├── arr-diff@2.0.0
158 silly idealTree │ ├── array-unique@0.2.1
158 silly idealTree │ ├── braces@1.8.5
158 silly idealTree │ ├── expand-brackets@0.1.5
158 silly idealTree │ ├── extglob@0.3.2
158 silly idealTree │ ├─┬ glob-stream@5.3.5
158 silly idealTree │ │ ├── isarray@0.0.1
158 silly idealTree │ │ ├── readable-stream@1.0.34
158 silly idealTree │ │ ├── string_decoder@0.10.31
158 silly idealTree │ │ └── through2@0.6.5
158 silly idealTree │ ├── glob@5.0.15
158 silly idealTree │ ├── graceful-fs@4.1.11
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── is-extglob@1.0.0
158 silly idealTree │ ├── is-glob@2.0.1
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── kind-of@3.2.2
158 silly idealTree │ ├── micromatch@2.3.11
158 silly idealTree │ ├── object-assign@4.1.1
158 silly idealTree │ ├── ordered-read-streams@0.3.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ ├── string_decoder@1.1.1
158 silly idealTree │ ├── unique-stream@2.2.1
158 silly idealTree │ ├── vinyl-fs@2.4.4
158 silly idealTree │ └── vinyl@1.2.0
158 silly idealTree ├── deep-extend@0.4.2
158 silly idealTree ├── defaults@1.0.3
158 silly idealTree ├─┬ define-property@2.0.2
158 silly idealTree │ ├── is-accessor-descriptor@1.0.0
158 silly idealTree │ ├── is-data-descriptor@1.0.0
158 silly idealTree │ └── is-descriptor@1.0.2
158 silly idealTree ├── delayed-stream@1.0.0
158 silly idealTree ├── delegates@1.0.0
158 silly idealTree ├── depd@1.1.2
158 silly idealTree ├── deprecated@0.0.1
158 silly idealTree ├── destroy@1.0.4
158 silly idealTree ├── detect-file@1.0.0
158 silly idealTree ├─┬ dev-ip@0.1.7
158 silly idealTree │ └── lodash@2.2.1
158 silly idealTree ├── diff@1.0.8
158 silly idealTree ├─┬ dom-serializer@0.1.0
158 silly idealTree │ ├── domelementtype@1.1.3
158 silly idealTree │ └── entities@1.1.1
158 silly idealTree ├── domelementtype@1.3.0
158 silly idealTree ├── domhandler@2.3.0
158 silly idealTree ├── domutils@1.5.1
158 silly idealTree ├─┬ download@4.4.3
158 silly idealTree │ ├── arr-diff@2.0.0
158 silly idealTree │ ├── array-unique@0.2.1
158 silly idealTree │ ├── braces@1.8.5
158 silly idealTree │ ├── expand-brackets@0.1.5
158 silly idealTree │ ├── extglob@0.3.2
158 silly idealTree │ ├─┬ glob-stream@5.3.5
158 silly idealTree │ │ ├── isarray@0.0.1
158 silly idealTree │ │ ├── readable-stream@1.0.34
158 silly idealTree │ │ ├── string_decoder@0.10.31
158 silly idealTree │ │ └── through2@0.6.5
158 silly idealTree │ ├── glob@5.0.15
158 silly idealTree │ ├── graceful-fs@4.1.11
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── is-extglob@1.0.0
158 silly idealTree │ ├── is-glob@2.0.1
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── kind-of@3.2.2
158 silly idealTree │ ├── micromatch@2.3.11
158 silly idealTree │ ├── object-assign@4.1.1
158 silly idealTree │ ├── ordered-read-streams@0.3.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ ├── string_decoder@1.1.1
158 silly idealTree │ ├── unique-stream@2.2.1
158 silly idealTree │ ├── vinyl-fs@2.4.4
158 silly idealTree │ └── vinyl@1.2.0
158 silly idealTree ├── duplexer@0.1.1
158 silly idealTree ├── duplexer2@0.0.2
158 silly idealTree ├─┬ duplexify@3.5.4
158 silly idealTree │ ├── end-of-stream@1.4.1
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── once@1.4.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├── each-async@1.1.1
158 silly idealTree ├─┬ easy-extender@2.3.2
158 silly idealTree │ └── lodash@3.10.1
158 silly idealTree ├── eazy-logger@2.1.3
158 silly idealTree ├── ecc-jsbn@0.1.1
158 silly idealTree ├── ee-first@1.1.1
158 silly idealTree ├── emitter-steward@0.0.1
158 silly idealTree ├── encodeurl@1.0.2
158 silly idealTree ├── end-of-stream@0.1.5
158 silly idealTree ├─┬ engine.io-client@1.8.5
158 silly idealTree │ ├── component-emitter@1.2.1
158 silly idealTree │ ├── debug@2.3.3
158 silly idealTree │ └── ms@0.7.2
158 silly idealTree ├── engine.io-parser@1.3.2
158 silly idealTree ├─┬ engine.io@1.8.5
158 silly idealTree │ ├── accepts@1.3.3
158 silly idealTree │ ├── cookie@0.3.1
158 silly idealTree │ ├── debug@2.3.3
158 silly idealTree │ └── ms@0.7.2
158 silly idealTree ├── entities@1.0.0
158 silly idealTree ├── error-ex@1.3.1
158 silly idealTree ├── escape-html@1.0.3
158 silly idealTree ├── escape-string-regexp@1.0.5
158 silly idealTree ├── esprima@2.7.3
158 silly idealTree ├── etag@1.8.1
158 silly idealTree ├── event-stream@3.3.4
158 silly idealTree ├── eventemitter3@3.0.1
158 silly idealTree ├── exec-buffer@2.0.1
158 silly idealTree ├─┬ exec-series@1.0.3
158 silly idealTree │ └── object-assign@4.1.1
158 silly idealTree ├─┬ executable@1.1.0
158 silly idealTree │ ├── camelcase-keys@2.1.0
158 silly idealTree │ ├── camelcase@2.1.1
158 silly idealTree │ ├── meow@3.7.0
158 silly idealTree │ └── object-assign@4.1.1
158 silly idealTree ├── exit@0.1.2
158 silly idealTree ├─┬ expand-brackets@2.1.4
158 silly idealTree │ ├── define-property@0.2.5
158 silly idealTree │ └── extend-shallow@2.0.1
158 silly idealTree ├─┬ expand-range@1.8.2
158 silly idealTree │ ├── fill-range@2.2.3
158 silly idealTree │ ├── is-number@2.1.0
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── isobject@2.1.0
158 silly idealTree │ └── kind-of@3.2.2
158 silly idealTree ├── expand-tilde@2.0.2
158 silly idealTree ├─┬ extend-shallow@3.0.2
158 silly idealTree │ └── is-extendable@1.0.1
158 silly idealTree ├── extend@3.0.1
158 silly idealTree ├─┬ extglob@2.0.4
158 silly idealTree │ ├── define-property@1.0.0
158 silly idealTree │ ├── extend-shallow@2.0.1
158 silly idealTree │ ├── is-accessor-descriptor@1.0.0
158 silly idealTree │ ├── is-data-descriptor@1.0.0
158 silly idealTree │ └── is-descriptor@1.0.2
158 silly idealTree ├── extsprintf@1.3.0
158 silly idealTree ├── fancy-log@1.3.2
158 silly idealTree ├── fd-slicer@1.0.1
158 silly idealTree ├─┬ figures@1.7.0
158 silly idealTree │ └── object-assign@4.1.1
158 silly idealTree ├── file-type@3.9.0
158 silly idealTree ├── filename-regex@2.0.1
158 silly idealTree ├── filename-reserved-regex@1.0.0
158 silly idealTree ├── filenamify@1.2.1
158 silly idealTree ├─┬ fill-range@4.0.0
158 silly idealTree │ └── extend-shallow@2.0.1
158 silly idealTree ├── finalhandler@1.1.0
158 silly idealTree ├── find-index@0.1.1
158 silly idealTree ├── find-up@1.1.2
158 silly idealTree ├─┬ find-versions@1.2.1
158 silly idealTree │ ├── camelcase-keys@2.1.0
158 silly idealTree │ ├── camelcase@2.1.1
158 silly idealTree │ ├── meow@3.7.0
158 silly idealTree │ └── object-assign@4.1.1
158 silly idealTree ├── findup-sync@2.0.0
158 silly idealTree ├── fined@1.1.0
158 silly idealTree ├── first-chunk-stream@1.0.0
158 silly idealTree ├── flagged-respawn@1.0.0
158 silly idealTree ├─┬ follow-redirects@1.4.1
158 silly idealTree │ └── debug@3.1.0
158 silly idealTree ├── for-in@1.0.2
158 silly idealTree ├── for-own@1.0.0
158 silly idealTree ├── forever-agent@0.6.1
158 silly idealTree ├── form-data@2.1.4
158 silly idealTree ├── formatio@1.0.2
158 silly idealTree ├─┬ foxy@7.1.0
158 silly idealTree │ └── dev-ip@1.0.1
158 silly idealTree ├── fragment-cache@0.2.1
158 silly idealTree ├── fresh@0.5.2
158 silly idealTree ├── from@0.1.7
158 silly idealTree ├── fs.realpath@1.0.0
158 silly idealTree ├─┬ fstream@1.0.11
158 silly idealTree │ ├── graceful-fs@4.1.11
158 silly idealTree │ └── inherits@2.0.3
158 silly idealTree ├─┬ gauge@2.7.4
158 silly idealTree │ └── object-assign@4.1.1
158 silly idealTree ├── gaze@0.5.2
158 silly idealTree ├── generate-function@2.0.0
158 silly idealTree ├── generate-object-property@1.2.0
158 silly idealTree ├── get-caller-file@1.0.2
158 silly idealTree ├── get-proxy@1.1.0
158 silly idealTree ├── get-stdin@4.0.1
158 silly idealTree ├── get-value@2.0.6
158 silly idealTree ├─┬ getpass@0.1.7
158 silly idealTree │ └── assert-plus@1.0.0
158 silly idealTree ├── gifsicle@3.0.4
158 silly idealTree ├─┬ glob-base@0.3.0
158 silly idealTree │ ├── glob-parent@2.0.0
158 silly idealTree │ ├── is-extglob@1.0.0
158 silly idealTree │ └── is-glob@2.0.1
158 silly idealTree ├── glob-parent@3.1.0
158 silly idealTree ├─┬ glob-stream@3.1.18
158 silly idealTree │ ├── glob@4.5.3
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── readable-stream@1.0.34
158 silly idealTree │ └── through2@0.6.5
158 silly idealTree ├── glob-watcher@0.0.7
158 silly idealTree ├─┬ glob@3.1.21
158 silly idealTree │ └── minimatch@0.2.14
158 silly idealTree ├── glob2base@0.0.12
158 silly idealTree ├── global-modules@1.0.0
158 silly idealTree ├── global-prefix@1.0.2
158 silly idealTree ├─┬ globule@0.1.0
158 silly idealTree │ ├── lodash@1.0.2
158 silly idealTree │ └── minimatch@0.2.14
158 silly idealTree ├── glogg@1.0.1
158 silly idealTree ├─┬ got@5.7.1
158 silly idealTree │ ├── duplexer2@0.1.4
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── object-assign@4.1.1
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├── graceful-fs@1.2.3
158 silly idealTree ├── graceful-readlink@1.0.1
158 silly idealTree ├── growl@1.8.1
158 silly idealTree ├─┬ gulp-autoprefixer@1.0.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── object-assign@1.0.0
158 silly idealTree │ ├── readable-stream@1.0.34
158 silly idealTree │ └── through2@0.6.5
158 silly idealTree ├── gulp-csslint@0.1.5
158 silly idealTree ├─┬ gulp-decompress@1.2.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├─┬ gulp-imagemin@2.4.0
158 silly idealTree │ └── object-assign@4.1.1
158 silly idealTree ├─┬ gulp-jshint@1.12.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── lodash@3.10.1
158 silly idealTree │ ├── readable-stream@1.0.34
158 silly idealTree │ └── through2@0.6.5
158 silly idealTree ├─┬ gulp-minify-css@0.3.13
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── readable-stream@1.0.34
158 silly idealTree │ └── through2@0.6.5
158 silly idealTree ├── gulp-rename@1.2.2
158 silly idealTree ├─┬ gulp-sass@0.7.3
158 silly idealTree │ ├── ansi-regex@0.2.1
158 silly idealTree │ ├── ansi-styles@1.1.0
158 silly idealTree │ ├── chalk@0.5.1
158 silly idealTree │ ├── get-stdin@3.0.2
158 silly idealTree │ ├── has-ansi@0.1.0
158 silly idealTree │ ├── nan@1.3.0
158 silly idealTree │ ├── node-sass@0.9.6
158 silly idealTree │ ├── object-assign@1.0.0
158 silly idealTree │ ├── strip-ansi@0.3.0
158 silly idealTree │ ├── supports-color@0.2.0
158 silly idealTree │ └── yargs@1.3.3
158 silly idealTree ├─┬ gulp-sourcemaps@1.6.0
158 silly idealTree │ ├── graceful-fs@4.1.11
158 silly idealTree │ └── vinyl@1.2.0
158 silly idealTree ├─┬ gulp-uglify@1.5.4
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── isobject@2.1.0
158 silly idealTree │ └── vinyl-sourcemaps-apply@0.2.1
158 silly idealTree ├─┬ gulp-util@3.0.8
158 silly idealTree │ └── object-assign@3.0.0
158 silly idealTree ├─┬ gulp@3.9.1
158 silly idealTree │ └── semver@4.3.6
158 silly idealTree ├── gulplog@1.0.0
158 silly idealTree ├── har-validator@2.0.6
158 silly idealTree ├── has-ansi@2.0.0
158 silly idealTree ├── has-binary@0.1.7
158 silly idealTree ├── has-cors@1.1.0
158 silly idealTree ├── has-gulplog@0.1.0
158 silly idealTree ├── has-unicode@2.0.1
158 silly idealTree ├── has-value@1.0.0
158 silly idealTree ├─┬ has-values@1.0.0
158 silly idealTree │ └── kind-of@4.0.0
158 silly idealTree ├── hawk@3.1.3
158 silly idealTree ├── hoek@2.16.3
158 silly idealTree ├── homedir-polyfill@1.0.1
158 silly idealTree ├── hosted-git-info@2.6.0
158 silly idealTree ├── htmlparser2@3.8.3
158 silly idealTree ├─┬ http-errors@1.6.3
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ └── statuses@1.5.0
158 silly idealTree ├── http-proxy@1.17.0
158 silly idealTree ├── http-signature@1.1.1
158 silly idealTree ├─┬ imagemin-gifsicle@4.2.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── readable-stream@1.0.34
158 silly idealTree │ └── through2@0.6.5
158 silly idealTree ├── imagemin-jpegtran@4.3.2
158 silly idealTree ├─┬ imagemin-optipng@4.3.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── readable-stream@1.0.34
158 silly idealTree │ └── through2@0.6.5
158 silly idealTree ├── imagemin-pngquant@4.2.2
158 silly idealTree ├── imagemin-svgo@4.2.1
158 silly idealTree ├─┬ imagemin@4.0.0
158 silly idealTree │ ├── arr-diff@2.0.0
158 silly idealTree │ ├── array-unique@0.2.1
158 silly idealTree │ ├── braces@1.8.5
158 silly idealTree │ ├── expand-brackets@0.1.5
158 silly idealTree │ ├── extglob@0.3.2
158 silly idealTree │ ├─┬ glob-stream@5.3.5
158 silly idealTree │ │ ├── isarray@0.0.1
158 silly idealTree │ │ ├── readable-stream@1.0.34
158 silly idealTree │ │ ├── string_decoder@0.10.31
158 silly idealTree │ │ └── through2@0.6.5
158 silly idealTree │ ├── glob@5.0.15
158 silly idealTree │ ├── graceful-fs@4.1.11
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── is-extglob@1.0.0
158 silly idealTree │ ├── is-glob@2.0.1
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── kind-of@3.2.2
158 silly idealTree │ ├── micromatch@2.3.11
158 silly idealTree │ ├── object-assign@4.1.1
158 silly idealTree │ ├── ordered-read-streams@0.3.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ ├── string_decoder@1.1.1
158 silly idealTree │ ├── unique-stream@2.2.1
158 silly idealTree │ ├── vinyl-fs@2.4.4
158 silly idealTree │ └── vinyl@1.2.0
158 silly idealTree ├── immutable@3.8.2
158 silly idealTree ├── in-publish@2.0.0
158 silly idealTree ├── indent-string@1.2.2
158 silly idealTree ├── indexof@0.0.1
158 silly idealTree ├── inflight@1.0.6
158 silly idealTree ├── inherits@1.0.2
158 silly idealTree ├── ini@1.3.5
158 silly idealTree ├── interpret@1.1.0
158 silly idealTree ├── invert-kv@1.0.0
158 silly idealTree ├── ip-regex@1.0.3
158 silly idealTree ├── irregular-plurals@1.4.0
158 silly idealTree ├── is-absolute@1.0.0
158 silly idealTree ├─┬ is-accessor-descriptor@0.1.6
158 silly idealTree │ └── kind-of@3.2.2
158 silly idealTree ├── is-arrayish@0.2.1
158 silly idealTree ├── is-buffer@1.1.6
158 silly idealTree ├── is-builtin-module@1.0.0
158 silly idealTree ├── is-bzip2@1.0.0
158 silly idealTree ├─┬ is-data-descriptor@0.1.4
158 silly idealTree │ └── kind-of@3.2.2
158 silly idealTree ├─┬ is-descriptor@0.1.6
158 silly idealTree │ └── kind-of@5.1.0
158 silly idealTree ├── is-dotfile@1.0.3
158 silly idealTree ├── is-equal-shallow@0.1.3
158 silly idealTree ├── is-extendable@0.1.1
158 silly idealTree ├── is-extglob@2.1.1
158 silly idealTree ├── is-finite@1.0.2
158 silly idealTree ├── is-fullwidth-code-point@1.0.0
158 silly idealTree ├── is-gif@1.0.0
158 silly idealTree ├── is-glob@3.1.0
158 silly idealTree ├── is-gzip@1.0.0
158 silly idealTree ├── is-jpg@1.0.1
158 silly idealTree ├── is-my-ip-valid@1.0.0
158 silly idealTree ├── is-my-json-valid@2.17.2
158 silly idealTree ├── is-natural-number@2.1.1
158 silly idealTree ├─┬ is-number@3.0.0
158 silly idealTree │ └── kind-of@3.2.2
158 silly idealTree ├── is-obj@1.0.1
158 silly idealTree ├─┬ is-odd@2.0.0
158 silly idealTree │ └── is-number@4.0.0
158 silly idealTree ├── is-plain-object@2.0.4
158 silly idealTree ├── is-png@1.1.0
158 silly idealTree ├── is-posix-bracket@0.1.1
158 silly idealTree ├── is-primitive@2.0.0
158 silly idealTree ├── is-property@1.0.2
158 silly idealTree ├── is-redirect@1.0.0
158 silly idealTree ├── is-relative@1.0.0
158 silly idealTree ├── is-retry-allowed@1.1.0
158 silly idealTree ├── is-stream@1.1.0
158 silly idealTree ├── is-svg@1.1.1
158 silly idealTree ├── is-tar@1.0.0
158 silly idealTree ├── is-typedarray@1.0.0
158 silly idealTree ├── is-unc-path@1.0.0
158 silly idealTree ├── is-url@1.2.4
158 silly idealTree ├── is-utf8@0.2.1
158 silly idealTree ├── is-valid-glob@0.3.0
158 silly idealTree ├── is-windows@1.0.2
158 silly idealTree ├── is-zip@1.0.0
158 silly idealTree ├── isarray@0.0.1
158 silly idealTree ├── isexe@2.0.0
158 silly idealTree ├── isobject@3.0.1
158 silly idealTree ├── isstream@0.1.2
158 silly idealTree ├─┬ jade@0.26.3
158 silly idealTree │ ├── commander@0.6.1
158 silly idealTree │ └── mkdirp@0.3.0
158 silly idealTree ├── jpegtran-bin@3.2.0
158 silly idealTree ├── js-base64@2.1.9
158 silly idealTree ├── js-yaml@3.6.1
158 silly idealTree ├── jsbn@0.1.1
158 silly idealTree ├── jshint-stylish@1.0.2
158 silly idealTree ├─┬ jshint@2.9.5
158 silly idealTree │ ├── lodash@3.7.0
158 silly idealTree │ ├── minimatch@3.0.4
158 silly idealTree │ └── strip-json-comments@1.0.4
158 silly idealTree ├── json-schema@0.2.3
158 silly idealTree ├── json-stable-stringify@1.0.1
158 silly idealTree ├── json-stringify-safe@5.0.1
158 silly idealTree ├── json3@3.3.2
158 silly idealTree ├── jsonify@0.0.0
158 silly idealTree ├── jsonpointer@4.0.1
158 silly idealTree ├─┬ jsprim@1.4.1
158 silly idealTree │ └── assert-plus@1.0.0
158 silly idealTree ├── kind-of@6.0.2
158 silly idealTree ├── lazy-cache@1.0.4
158 silly idealTree ├── lazy-req@1.1.0
158 silly idealTree ├─┬ lazystream@1.0.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├── lcid@1.0.0
158 silly idealTree ├── liftoff@2.5.0
158 silly idealTree ├─┬ load-json-file@1.1.0
158 silly idealTree │ └── graceful-fs@4.1.11
158 silly idealTree ├─┬ localtunnel@1.9.0
158 silly idealTree │ └── debug@2.6.8
158 silly idealTree ├── lodash._baseclone@4.5.7
158 silly idealTree ├── lodash._basecopy@3.0.1
158 silly idealTree ├── lodash._basetostring@3.0.1
158 silly idealTree ├── lodash._basevalues@3.0.0
158 silly idealTree ├── lodash._getnative@3.9.1
158 silly idealTree ├── lodash._isiterateecall@3.0.9
158 silly idealTree ├── lodash._reescape@3.0.0
158 silly idealTree ├── lodash._reevaluate@3.0.0
158 silly idealTree ├── lodash._reinterpolate@3.0.0
158 silly idealTree ├── lodash._root@3.0.1
158 silly idealTree ├── lodash.assign@4.2.0
158 silly idealTree ├── lodash.clonedeep@4.3.1
158 silly idealTree ├── lodash.escape@3.2.0
158 silly idealTree ├── lodash.isarguments@3.1.0
158 silly idealTree ├── lodash.isarray@3.0.4
158 silly idealTree ├── lodash.isequal@4.5.0
158 silly idealTree ├── lodash.keys@3.1.2
158 silly idealTree ├── lodash.mergewith@4.6.1
158 silly idealTree ├── lodash.restparam@3.6.1
158 silly idealTree ├── lodash.template@3.6.2
158 silly idealTree ├── lodash.templatesettings@3.1.1
158 silly idealTree ├── lodash@2.4.2
158 silly idealTree ├── log-symbols@1.0.2
158 silly idealTree ├── logalot@2.1.0
158 silly idealTree ├── longest@1.0.1
158 silly idealTree ├── loud-rejection@1.6.0
158 silly idealTree ├── lowercase-keys@1.0.1
158 silly idealTree ├─┬ lpad-align@1.1.2
158 silly idealTree │ ├── camelcase-keys@2.1.0
158 silly idealTree │ ├── camelcase@2.1.1
158 silly idealTree │ ├── indent-string@2.1.0
158 silly idealTree │ ├── meow@3.7.0
158 silly idealTree │ ├── object-assign@4.1.1
158 silly idealTree │ └── repeating@2.0.1
158 silly idealTree ├── lru-cache@2.7.3
158 silly idealTree ├── make-iterator@1.0.1
158 silly idealTree ├── map-cache@0.2.2
158 silly idealTree ├── map-obj@1.0.1
158 silly idealTree ├── map-stream@0.1.0
158 silly idealTree ├── map-visit@1.0.0
158 silly idealTree ├── memory-cache@0.0.5
158 silly idealTree ├── meow@2.1.0
158 silly idealTree ├─┬ merge-stream@1.0.1
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├── micromatch@3.1.10
158 silly idealTree ├── mime-db@1.33.0
158 silly idealTree ├── mime-types@2.1.18
158 silly idealTree ├── mime@1.4.1
158 silly idealTree ├── minimatch@2.0.10
158 silly idealTree ├── minimist@1.2.0
158 silly idealTree ├─┬ mixin-deep@1.3.1
158 silly idealTree │ └── is-extendable@1.0.1
158 silly idealTree ├─┬ mkdirp@0.5.1
158 silly idealTree │ └── minimist@0.0.8
158 silly idealTree ├─┬ mocha@1.21.5
158 silly idealTree │ ├── commander@2.3.0
158 silly idealTree │ ├── debug@2.0.0
158 silly idealTree │ ├── escape-string-regexp@1.0.2
158 silly idealTree │ ├── glob@3.2.3
158 silly idealTree │ ├── graceful-fs@2.0.3
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── minimatch@0.2.14
158 silly idealTree │ ├── minimist@0.0.8
158 silly idealTree │ ├── mkdirp@0.5.0
158 silly idealTree │ └── ms@0.6.2
158 silly idealTree ├── ms@2.0.0
158 silly idealTree ├── multipipe@0.1.2
158 silly idealTree ├── nan@2.10.0
158 silly idealTree ├── nanomatch@1.2.9
158 silly idealTree ├── natives@1.1.3
158 silly idealTree ├── negotiator@0.6.1
158 silly idealTree ├─┬ node-gyp@3.6.2
158 silly idealTree │ ├── glob@7.1.2
158 silly idealTree │ ├── graceful-fs@4.1.11
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── minimatch@3.0.4
158 silly idealTree │ └── semver@5.3.0
158 silly idealTree ├── node-sass-middleware@0.3.1
158 silly idealTree ├─┬ node-sass@4.8.3
158 silly idealTree │ ├── camelcase-keys@2.1.0
158 silly idealTree │ ├── camelcase@2.1.1
158 silly idealTree │ ├── gaze@1.1.2
158 silly idealTree │ ├── glob@7.1.2
158 silly idealTree │ ├── globule@1.2.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── lodash.clonedeep@4.5.0
158 silly idealTree │ ├── lodash@4.17.5
158 silly idealTree │ ├── meow@3.7.0
158 silly idealTree │ ├── minimatch@3.0.4
158 silly idealTree │ └── object-assign@4.1.1
158 silly idealTree ├── node-status-codes@1.0.0
158 silly idealTree ├── node-watch@0.3.5
158 silly idealTree ├── nopt@3.0.6
158 silly idealTree ├── normalize-package-data@2.4.0
158 silly idealTree ├── normalize-path@2.1.1
158 silly idealTree ├── npmlog@4.1.2
158 silly idealTree ├── number-is-nan@1.0.1
158 silly idealTree ├── oauth-sign@0.8.2
158 silly idealTree ├── object-assign@2.1.1
158 silly idealTree ├── object-component@0.0.3
158 silly idealTree ├─┬ object-copy@0.1.0
158 silly idealTree │ ├── define-property@0.2.5
158 silly idealTree │ └── kind-of@3.2.2
158 silly idealTree ├── object-path@0.8.1
158 silly idealTree ├── object-visit@1.0.1
158 silly idealTree ├── object.defaults@1.1.0
158 silly idealTree ├── object.map@1.0.1
158 silly idealTree ├─┬ object.omit@2.0.1
158 silly idealTree │ └── for-own@0.1.5
158 silly idealTree ├── object.pick@1.3.0
158 silly idealTree ├── on-finished@2.3.0
158 silly idealTree ├── once@1.3.3
158 silly idealTree ├── onetime@1.1.0
158 silly idealTree ├── openurl@1.1.1
158 silly idealTree ├── opn@1.0.2
158 silly idealTree ├─┬ opt-merger@1.1.1
158 silly idealTree │ └── lodash@3.10.1
158 silly idealTree ├── optional@0.1.4
158 silly idealTree ├── options@0.0.6
158 silly idealTree ├── optipng-bin@3.1.4
158 silly idealTree ├── orchestrator@0.3.8
158 silly idealTree ├── ordered-read-streams@0.1.0
158 silly idealTree ├── os-filter-obj@1.0.3
158 silly idealTree ├── os-homedir@1.0.2
158 silly idealTree ├── os-locale@1.4.0
158 silly idealTree ├── os-tmpdir@1.0.2
158 silly idealTree ├── osenv@0.1.5
158 silly idealTree ├── parse-filepath@1.0.2
158 silly idealTree ├─┬ parse-glob@3.0.4
158 silly idealTree │ ├── is-extglob@1.0.0
158 silly idealTree │ └── is-glob@2.0.1
158 silly idealTree ├── parse-json@2.2.0
158 silly idealTree ├── parse-passwd@1.0.0
158 silly idealTree ├── parsejson@0.0.3
158 silly idealTree ├── parseqs@0.0.5
158 silly idealTree ├── parserlib@0.2.5
158 silly idealTree ├── parseuri@0.0.5
158 silly idealTree ├── parseurl@1.3.2
158 silly idealTree ├── pascalcase@0.1.1
158 silly idealTree ├── path-dirname@1.0.2
158 silly idealTree ├── path-exists@2.1.0
158 silly idealTree ├── path-is-absolute@1.0.1
158 silly idealTree ├── path-parse@1.0.5
158 silly idealTree ├── path-root-regex@0.1.2
158 silly idealTree ├── path-root@0.1.1
158 silly idealTree ├─┬ path-type@1.1.0
158 silly idealTree │ └── graceful-fs@4.1.11
158 silly idealTree ├── pause-stream@0.0.11
158 silly idealTree ├── pend@1.2.0
158 silly idealTree ├── pify@2.3.0
158 silly idealTree ├── pinkie-promise@2.0.1
158 silly idealTree ├── pinkie@2.0.4
158 silly idealTree ├── plur@2.1.2
158 silly idealTree ├── pngquant-bin@3.1.1
158 silly idealTree ├── portscanner-plus@0.2.1
158 silly idealTree ├── portscanner@1.2.0
158 silly idealTree ├── posix-character-classes@0.1.1
158 silly idealTree ├─┬ postcss@2.2.6
158 silly idealTree │ └── source-map@0.1.43
158 silly idealTree ├── prepend-http@1.0.4
158 silly idealTree ├── preserve@0.2.0
158 silly idealTree ├─┬ pretty-bytes@2.0.1
158 silly idealTree │ ├── camelcase-keys@2.1.0
158 silly idealTree │ ├── camelcase@2.1.1
158 silly idealTree │ ├── meow@3.7.0
158 silly idealTree │ └── object-assign@4.1.1
158 silly idealTree ├── pretty-hrtime@1.0.3
158 silly idealTree ├── process-nextick-args@2.0.0
158 silly idealTree ├── pseudomap@1.0.2
158 silly idealTree ├── punycode@1.4.1
158 silly idealTree ├── q@1.5.1
158 silly idealTree ├── qs@6.3.2
158 silly idealTree ├─┬ randomatic@1.1.7
158 silly idealTree │ └── kind-of@4.0.0
158 silly idealTree ├── range-parser@1.2.0
158 silly idealTree ├── rc@1.2.6
158 silly idealTree ├─┬ rcfinder@0.1.9
158 silly idealTree │ └── lodash.clonedeep@4.5.0
158 silly idealTree ├── rcloader@0.1.2
158 silly idealTree ├─┬ read-all-stream@3.1.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├── read-pkg-up@1.0.1
158 silly idealTree ├── read-pkg@1.1.0
158 silly idealTree ├─┬ readable-stream@1.1.14
158 silly idealTree │ └── inherits@2.0.3
158 silly idealTree ├── rechoir@0.6.2
158 silly idealTree ├─┬ redent@1.0.0
158 silly idealTree │ ├── indent-string@2.1.0
158 silly idealTree │ └── repeating@2.0.1
158 silly idealTree ├── regex-cache@0.4.4
158 silly idealTree ├── regex-not@1.0.2
158 silly idealTree ├── remove-trailing-separator@1.1.0
158 silly idealTree ├── repeat-element@1.1.2
158 silly idealTree ├── repeat-string@1.6.1
158 silly idealTree ├── repeating@1.1.3
158 silly idealTree ├── replace-ext@0.0.1
158 silly idealTree ├─┬ request@2.79.0
158 silly idealTree │ └── uuid@3.2.1
158 silly idealTree ├── require-directory@2.1.1
158 silly idealTree ├── require-main-filename@1.0.1
158 silly idealTree ├── requires-port@1.0.0
158 silly idealTree ├── resolve-dir@1.0.1
158 silly idealTree ├── resolve-url@0.2.1
158 silly idealTree ├── resolve@1.7.1
158 silly idealTree ├── resp-modifier@1.0.2
158 silly idealTree ├── ret@0.1.15
158 silly idealTree ├── right-align@0.1.3
158 silly idealTree ├─┬ rimraf@2.6.2
158 silly idealTree │ ├── glob@7.1.2
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ └── minimatch@3.0.4
158 silly idealTree ├── safe-buffer@5.1.1
158 silly idealTree ├── safe-regex@1.1.0
158 silly idealTree ├── samsam@1.1.3
158 silly idealTree ├─┬ sass-graph@2.2.4
158 silly idealTree │ ├── camelcase@3.0.0
158 silly idealTree │ ├── glob@7.1.2
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── lodash@4.17.5
158 silly idealTree │ ├── minimatch@3.0.4
158 silly idealTree │ ├── yargs-parser@5.0.0
158 silly idealTree │ └── yargs@7.1.0
158 silly idealTree ├── sax@1.2.4
158 silly idealTree ├─┬ scss-tokenizer@0.2.3
158 silly idealTree │ └── source-map@0.4.4
158 silly idealTree ├─┬ seek-bzip@1.0.5
158 silly idealTree │ └── commander@2.8.1
158 silly idealTree ├── semver-regex@1.0.0
158 silly idealTree ├── semver-truncate@1.1.2
158 silly idealTree ├── semver@5.5.0
158 silly idealTree ├─┬ send@0.16.2
158 silly idealTree │ └── statuses@1.4.0
158 silly idealTree ├── sequencify@0.0.7
158 silly idealTree ├── serve-index@1.9.1
158 silly idealTree ├── serve-static@1.13.2
158 silly idealTree ├── set-blocking@2.0.0
158 silly idealTree ├── set-immediate-shim@1.0.1
158 silly idealTree ├─┬ set-value@2.0.0
158 silly idealTree │ └── extend-shallow@2.0.1
158 silly idealTree ├── setprototypeof@1.1.0
158 silly idealTree ├── shelljs@0.3.0
158 silly idealTree ├── sigmund@1.0.1
158 silly idealTree ├── signal-exit@3.0.2
158 silly idealTree ├── sinon@1.10.3
158 silly idealTree ├─┬ snapdragon-node@2.1.1
158 silly idealTree │ ├── define-property@1.0.0
158 silly idealTree │ ├── is-accessor-descriptor@1.0.0
158 silly idealTree │ ├── is-data-descriptor@1.0.0
158 silly idealTree │ └── is-descriptor@1.0.2
158 silly idealTree ├─┬ snapdragon-util@3.0.1
158 silly idealTree │ └── kind-of@3.2.2
158 silly idealTree ├─┬ snapdragon@0.8.2
158 silly idealTree │ ├── define-property@0.2.5
158 silly idealTree │ └── extend-shallow@2.0.1
158 silly idealTree ├── sntp@1.0.9
158 silly idealTree ├─┬ socket.io-adapter@0.5.0
158 silly idealTree │ ├── debug@2.3.3
158 silly idealTree │ └── ms@0.7.2
158 silly idealTree ├─┬ socket.io-client@1.7.4
158 silly idealTree │ ├── component-emitter@1.2.1
158 silly idealTree │ ├── debug@2.3.3
158 silly idealTree │ └── ms@0.7.2
158 silly idealTree ├─┬ socket.io-parser@2.3.1
158 silly idealTree │ ├── debug@2.2.0
158 silly idealTree │ └── ms@0.7.1
158 silly idealTree ├─┬ socket.io@1.7.4
158 silly idealTree │ ├── debug@2.3.3
158 silly idealTree │ ├── ms@0.7.2
158 silly idealTree │ └── object-assign@4.1.0
158 silly idealTree ├── source-map-resolve@0.5.1
158 silly idealTree ├── source-map-url@0.4.0
158 silly idealTree ├── source-map@0.5.7
158 silly idealTree ├── sparkles@1.0.0
158 silly idealTree ├── spdx-correct@3.0.0
158 silly idealTree ├── spdx-exceptions@2.1.0
158 silly idealTree ├── spdx-expression-parse@3.0.0
158 silly idealTree ├── spdx-license-ids@3.0.0
158 silly idealTree ├── split-string@3.1.0
158 silly idealTree ├── split@0.3.3
158 silly idealTree ├── sprintf-js@1.0.3
158 silly idealTree ├── squeak@1.3.0
158 silly idealTree ├─┬ sshpk@1.14.1
158 silly idealTree │ └── assert-plus@1.0.0
158 silly idealTree ├── stat-mode@0.2.2
158 silly idealTree ├─┬ static-extend@0.1.2
158 silly idealTree │ └── define-property@0.2.5
158 silly idealTree ├── statuses@1.3.1
158 silly idealTree ├─┬ stdout-stream@1.4.0
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├── stream-combiner@0.0.4
158 silly idealTree ├─┬ stream-combiner2@1.1.1
158 silly idealTree │ ├── duplexer2@0.1.4
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├── stream-consume@0.1.1
158 silly idealTree ├── stream-shift@1.0.0
158 silly idealTree ├── string_decoder@0.10.31
158 silly idealTree ├── string-length@1.0.1
158 silly idealTree ├── string-width@1.0.2
158 silly idealTree ├── stringstream@0.0.5
158 silly idealTree ├── strip-ansi@3.0.1
158 silly idealTree ├── strip-bom-stream@1.0.0
158 silly idealTree ├── strip-bom@2.0.0
158 silly idealTree ├─┬ strip-dirs@1.1.1
158 silly idealTree │ ├── is-absolute@0.1.7
158 silly idealTree │ └── is-relative@0.1.3
158 silly idealTree ├── strip-indent@1.0.1
158 silly idealTree ├── strip-json-comments@2.0.1
158 silly idealTree ├── strip-outer@1.0.1
158 silly idealTree ├── sum-up@1.0.3
158 silly idealTree ├── supports-color@2.0.0
158 silly idealTree ├── svgo@0.6.6
158 silly idealTree ├─┬ tar-stream@1.5.5
158 silly idealTree │ ├── end-of-stream@1.4.1
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── once@1.4.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├─┬ tar@2.2.1
158 silly idealTree │ └── inherits@2.0.3
158 silly idealTree ├── tempfile@1.1.1
158 silly idealTree ├── text-table@0.2.0
158 silly idealTree ├─┬ tfunk@3.1.0
158 silly idealTree │ └── object-path@0.9.2
158 silly idealTree ├── through@2.3.8
158 silly idealTree ├── through2-concurrent@1.1.1
158 silly idealTree ├── through2-filter@2.0.0
158 silly idealTree ├─┬ through2@2.0.3
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├── tildify@1.2.0
158 silly idealTree ├── time-stamp@1.1.0
158 silly idealTree ├── timed-out@3.1.3
158 silly idealTree ├─┬ to-absolute-glob@0.1.1
158 silly idealTree │ └── extend-shallow@2.0.1
158 silly idealTree ├── to-array@0.1.4
158 silly idealTree ├─┬ to-object-path@0.3.0
158 silly idealTree │ └── kind-of@3.2.2
158 silly idealTree ├── to-regex-range@2.1.1
158 silly idealTree ├── to-regex@3.0.2
158 silly idealTree ├── tough-cookie@2.3.4
158 silly idealTree ├── trim-newlines@1.0.0
158 silly idealTree ├── trim-repeated@1.0.0
158 silly idealTree ├─┬ true-case-path@1.0.2
158 silly idealTree │ ├── glob@6.0.4
158 silly idealTree │ └── inherits@2.0.3
158 silly idealTree ├── tunnel-agent@0.4.3
158 silly idealTree ├── tweetnacl@0.14.5
158 silly idealTree ├── typedarray@0.0.6
158 silly idealTree ├── ua-parser-js@0.7.17
158 silly idealTree ├─┬ uglify-js@2.6.4
158 silly idealTree │ ├── async@0.2.10
158 silly idealTree │ ├── cliui@2.1.0
158 silly idealTree │ └── yargs@3.10.0
158 silly idealTree ├── uglify-save-license@0.4.1
158 silly idealTree ├── uglify-to-browserify@1.0.2
158 silly idealTree ├── ultron@1.0.2
158 silly idealTree ├── unc-path-regex@0.1.2
158 silly idealTree ├─┬ union-value@1.0.0
158 silly idealTree │ ├── extend-shallow@2.0.1
158 silly idealTree │ └── set-value@0.4.3
158 silly idealTree ├── unique-stream@1.0.0
158 silly idealTree ├── unpipe@1.0.0
158 silly idealTree ├─┬ unset-value@1.0.0
158 silly idealTree │ ├─┬ has-value@0.3.1
158 silly idealTree │ │ └── isobject@2.1.0
158 silly idealTree │ ├── has-values@0.1.4
158 silly idealTree │ └── isarray@1.0.0
158 silly idealTree ├── unzip-response@1.0.2
158 silly idealTree ├── urix@0.1.0
158 silly idealTree ├── url-parse-lax@1.0.0
158 silly idealTree ├── url-regex@3.2.0
158 silly idealTree ├── use@3.1.0
158 silly idealTree ├── user-home@1.1.1
158 silly idealTree ├── util-deprecate@1.0.2
158 silly idealTree ├─┬ util@0.10.3
158 silly idealTree │ └── inherits@2.0.1
158 silly idealTree ├── utils-merge@1.0.1
158 silly idealTree ├── uuid@2.0.3
158 silly idealTree ├── v8flags@2.1.1
158 silly idealTree ├── vali-date@1.0.0
158 silly idealTree ├── validate-npm-package-license@3.0.3
158 silly idealTree ├─┬ verror@1.10.0
158 silly idealTree │ └── assert-plus@1.0.0
158 silly idealTree ├─┬ vinyl-assign@1.2.1
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── isarray@1.0.0
158 silly idealTree │ ├── object-assign@4.1.1
158 silly idealTree │ ├── readable-stream@2.3.6
158 silly idealTree │ └── string_decoder@1.1.1
158 silly idealTree ├─┬ vinyl-fs@0.3.14
158 silly idealTree │ ├── clone@0.2.0
158 silly idealTree │ ├── glob-watcher@0.0.6
158 silly idealTree │ ├── graceful-fs@3.0.11
158 silly idealTree │ ├── inherits@2.0.3
158 silly idealTree │ ├── readable-stream@1.0.34
158 silly idealTree │ ├── strip-bom@1.0.0
158 silly idealTree │ ├── through2@0.6.5
158 silly idealTree │ └── vinyl@0.4.6
158 silly idealTree ├─┬ vinyl-sourcemaps-apply@0.1.4
158 silly idealTree │ └── source-map@0.1.43
158 silly idealTree ├── vinyl@0.5.3
158 silly idealTree ├── ware@1.3.0
158 silly idealTree ├── whet.extend@0.9.9
158 silly idealTree ├── which-module@1.0.0
158 silly idealTree ├── which@1.3.0
158 silly idealTree ├── wide-align@1.1.2
158 silly idealTree ├── window-size@0.1.0
158 silly idealTree ├── wordwrap@0.0.2
158 silly idealTree ├── wrap-ansi@2.1.0
158 silly idealTree ├── wrap-fn@0.1.5
158 silly idealTree ├── wrappy@1.0.2
158 silly idealTree ├── ws@1.1.5
158 silly idealTree ├── wtf-8@1.0.0
158 silly idealTree ├── xmlhttprequest-ssl@1.5.3
158 silly idealTree ├── xtend@4.0.1
158 silly idealTree ├── y18n@3.2.1
158 silly idealTree ├── yallist@2.1.2
158 silly idealTree ├─┬ yargs-parser@4.2.1
158 silly idealTree │ └── camelcase@3.0.0
158 silly idealTree ├─┬ yargs@6.6.0
158 silly idealTree │ └── camelcase@3.0.0
158 silly idealTree ├── yauzl@2.9.1
158 silly idealTree └── yeast@0.1.2
159 silly install generateActionsToTake
160 silly diffTrees action count 35
161 silly diffTrees add diff@1.0.8
162 silly diffTrees add growl@1.8.1
163 silly diffTrees add ansi-regex@0.2.1
164 silly diffTrees add ansi-styles@1.1.0
165 silly diffTrees add get-stdin@3.0.2
166 silly diffTrees add has-ansi@0.1.0
167 silly diffTrees add nan@1.3.0
168 silly diffTrees add object-assign@1.0.0
169 silly diffTrees add strip-ansi@0.3.0
170 silly diffTrees add supports-color@0.2.0
171 silly diffTrees add chalk@0.5.1
172 silly diffTrees add yargs@1.3.3
173 silly diffTrees add commander@0.6.1
174 silly diffTrees add mkdirp@0.3.0
175 silly diffTrees add jade@0.26.3
176 silly diffTrees add commander@2.3.0
177 silly diffTrees add escape-string-regexp@1.0.2
178 silly diffTrees add graceful-fs@2.0.3
179 silly diffTrees add inherits@2.0.3
180 silly diffTrees add minimatch@0.2.14
181 silly diffTrees add glob@3.2.3
182 silly diffTrees add minimist@0.0.8
183 silly diffTrees add mkdirp@0.5.0
184 silly diffTrees add ms@0.6.2
185 silly diffTrees add debug@2.0.0
186 silly diffTrees add mocha@1.21.5
187 silly diffTrees add node-sass-middleware@0.3.1
188 silly diffTrees add node-watch@0.3.5
189 silly diffTrees add samsam@1.1.3
190 silly diffTrees add formatio@1.0.2
191 silly diffTrees add inherits@2.0.1
192 silly diffTrees add util@0.10.3
193 silly diffTrees add sinon@1.10.3
194 silly diffTrees add node-sass@0.9.6
195 silly diffTrees add gulp-sass@0.7.3
196 silly decomposeActions action count 280
197 silly decomposeActions fetch diff@1.0.8
198 silly decomposeActions extract diff@1.0.8
199 silly decomposeActions preinstall diff@1.0.8
200 silly decomposeActions build diff@1.0.8
201 silly decomposeActions install diff@1.0.8
202 silly decomposeActions postinstall diff@1.0.8
203 silly decomposeActions finalize diff@1.0.8
204 silly decomposeActions refresh-package-json diff@1.0.8
205 silly decomposeActions fetch growl@1.8.1
206 silly decomposeActions extract growl@1.8.1
207 silly decomposeActions preinstall growl@1.8.1
208 silly decomposeActions build growl@1.8.1
209 silly decomposeActions install growl@1.8.1
210 silly decomposeActions postinstall growl@1.8.1
211 silly decomposeActions finalize growl@1.8.1
212 silly decomposeActions refresh-package-json growl@1.8.1
213 silly decomposeActions fetch ansi-regex@0.2.1
214 silly decomposeActions extract ansi-regex@0.2.1
215 silly decomposeActions preinstall ansi-regex@0.2.1
216 silly decomposeActions build ansi-regex@0.2.1
217 silly decomposeActions install ansi-regex@0.2.1
218 silly decomposeActions postinstall ansi-regex@0.2.1
219 silly decomposeActions finalize ansi-regex@0.2.1
220 silly decomposeActions refresh-package-json ansi-regex@0.2.1
221 silly decomposeActions fetch ansi-styles@1.1.0
222 silly decomposeActions extract ansi-styles@1.1.0
223 silly decomposeActions preinstall ansi-styles@1.1.0
224 silly decomposeActions build ansi-styles@1.1.0
225 silly decomposeActions install ansi-styles@1.1.0
226 silly decomposeActions postinstall ansi-styles@1.1.0
227 silly decomposeActions finalize ansi-styles@1.1.0
228 silly decomposeActions refresh-package-json ansi-styles@1.1.0
229 silly decomposeActions fetch get-stdin@3.0.2
230 silly decomposeActions extract get-stdin@3.0.2
231 silly decomposeActions preinstall get-stdin@3.0.2
232 silly decomposeActions build get-stdin@3.0.2
233 silly decomposeActions install get-stdin@3.0.2
234 silly decomposeActions postinstall get-stdin@3.0.2
235 silly decomposeActions finalize get-stdin@3.0.2
236 silly decomposeActions refresh-package-json get-stdin@3.0.2
237 silly decomposeActions fetch has-ansi@0.1.0
238 silly decomposeActions extract has-ansi@0.1.0
239 silly decomposeActions preinstall has-ansi@0.1.0
240 silly decomposeActions build has-ansi@0.1.0
241 silly decomposeActions install has-ansi@0.1.0
242 silly decomposeActions postinstall has-ansi@0.1.0
243 silly decomposeActions finalize has-ansi@0.1.0
244 silly decomposeActions refresh-package-json has-ansi@0.1.0
245 silly decomposeActions fetch nan@1.3.0
246 silly decomposeActions extract nan@1.3.0
247 silly decomposeActions preinstall nan@1.3.0
248 silly decomposeActions build nan@1.3.0
249 silly decomposeActions install nan@1.3.0
250 silly decomposeActions postinstall nan@1.3.0
251 silly decomposeActions finalize nan@1.3.0
252 silly decomposeActions refresh-package-json nan@1.3.0
253 silly decomposeActions fetch object-assign@1.0.0
254 silly decomposeActions extract object-assign@1.0.0
255 silly decomposeActions preinstall object-assign@1.0.0
256 silly decomposeActions build object-assign@1.0.0
257 silly decomposeActions install object-assign@1.0.0
258 silly decomposeActions postinstall object-assign@1.0.0
259 silly decomposeActions finalize object-assign@1.0.0
260 silly decomposeActions refresh-package-json object-assign@1.0.0
261 silly decomposeActions fetch strip-ansi@0.3.0
262 silly decomposeActions extract strip-ansi@0.3.0
263 silly decomposeActions preinstall strip-ansi@0.3.0
264 silly decomposeActions build strip-ansi@0.3.0
265 silly decomposeActions install strip-ansi@0.3.0
266 silly decomposeActions postinstall strip-ansi@0.3.0
267 silly decomposeActions finalize strip-ansi@0.3.0
268 silly decomposeActions refresh-package-json strip-ansi@0.3.0
269 silly decomposeActions fetch supports-color@0.2.0
270 silly decomposeActions extract supports-color@0.2.0
271 silly decomposeActions preinstall supports-color@0.2.0
272 silly decomposeActions build supports-color@0.2.0
273 silly decomposeActions install supports-color@0.2.0
274 silly decomposeActions postinstall supports-color@0.2.0
275 silly decomposeActions finalize supports-color@0.2.0
276 silly decomposeActions refresh-package-json supports-color@0.2.0
277 silly decomposeActions fetch chalk@0.5.1
278 silly decomposeActions extract chalk@0.5.1
279 silly decomposeActions preinstall chalk@0.5.1
280 silly decomposeActions build chalk@0.5.1
281 silly decomposeActions install chalk@0.5.1
282 silly decomposeActions postinstall chalk@0.5.1
283 silly decomposeActions finalize chalk@0.5.1
284 silly decomposeActions refresh-package-json chalk@0.5.1
285 silly decomposeActions fetch yargs@1.3.3
286 silly decomposeActions extract yargs@1.3.3
287 silly decomposeActions preinstall yargs@1.3.3
288 silly decomposeActions build yargs@1.3.3
289 silly decomposeActions install yargs@1.3.3
290 silly decomposeActions postinstall yargs@1.3.3
291 silly decomposeActions finalize yargs@1.3.3
292 silly decomposeActions refresh-package-json yargs@1.3.3
293 silly decomposeActions fetch commander@0.6.1
294 silly decomposeActions extract commander@0.6.1
295 silly decomposeActions preinstall commander@0.6.1
296 silly decomposeActions build commander@0.6.1
297 silly decomposeActions install commander@0.6.1
298 silly decomposeActions postinstall commander@0.6.1
299 silly decomposeActions finalize commander@0.6.1
300 silly decomposeActions refresh-package-json commander@0.6.1
301 silly decomposeActions fetch mkdirp@0.3.0
302 silly decomposeActions extract mkdirp@0.3.0
303 silly decomposeActions preinstall mkdirp@0.3.0
304 silly decomposeActions build mkdirp@0.3.0
305 silly decomposeActions install mkdirp@0.3.0
306 silly decomposeActions postinstall mkdirp@0.3.0
307 silly decomposeActions finalize mkdirp@0.3.0
308 silly decomposeActions refresh-package-json mkdirp@0.3.0
309 silly decomposeActions fetch jade@0.26.3
310 silly decomposeActions extract jade@0.26.3
311 silly decomposeActions preinstall jade@0.26.3
312 silly decomposeActions build jade@0.26.3
313 silly decomposeActions install jade@0.26.3
314 silly decomposeActions postinstall jade@0.26.3
315 silly decomposeActions finalize jade@0.26.3
316 silly decomposeActions refresh-package-json jade@0.26.3
317 silly decomposeActions fetch commander@2.3.0
318 silly decomposeActions extract commander@2.3.0
319 silly decomposeActions preinstall commander@2.3.0
320 silly decomposeActions build commander@2.3.0
321 silly decomposeActions install commander@2.3.0
322 silly decomposeActions postinstall commander@2.3.0
323 silly decomposeActions finalize commander@2.3.0
324 silly decomposeActions refresh-package-json commander@2.3.0
325 silly decomposeActions fetch escape-string-regexp@1.0.2
326 silly decomposeActions extract escape-string-regexp@1.0.2
327 silly decomposeActions preinstall escape-string-regexp@1.0.2
328 silly decomposeActions build escape-string-regexp@1.0.2
329 silly decomposeActions install escape-string-regexp@1.0.2
330 silly decomposeActions postinstall escape-string-regexp@1.0.2
331 silly decomposeActions finalize escape-string-regexp@1.0.2
332 silly decomposeActions refresh-package-json escape-string-regexp@1.0.2
333 silly decomposeActions fetch graceful-fs@2.0.3
334 silly decomposeActions extract graceful-fs@2.0.3
335 silly decomposeActions preinstall graceful-fs@2.0.3
336 silly decomposeActions build graceful-fs@2.0.3
337 silly decomposeActions install graceful-fs@2.0.3
338 silly decomposeActions postinstall graceful-fs@2.0.3
339 silly decomposeActions finalize graceful-fs@2.0.3
340 silly decomposeActions refresh-package-json graceful-fs@2.0.3
341 silly decomposeActions fetch inherits@2.0.3
342 silly decomposeActions extract inherits@2.0.3
343 silly decomposeActions preinstall inherits@2.0.3
344 silly decomposeActions build inherits@2.0.3
345 silly decomposeActions install inherits@2.0.3
346 silly decomposeActions postinstall inherits@2.0.3
347 silly decomposeActions finalize inherits@2.0.3
348 silly decomposeActions refresh-package-json inherits@2.0.3
349 silly decomposeActions fetch minimatch@0.2.14
350 silly decomposeActions extract minimatch@0.2.14
351 silly decomposeActions preinstall minimatch@0.2.14
352 silly decomposeActions build minimatch@0.2.14
353 silly decomposeActions install minimatch@0.2.14
354 silly decomposeActions postinstall minimatch@0.2.14
355 silly decomposeActions finalize minimatch@0.2.14
356 silly decomposeActions refresh-package-json minimatch@0.2.14
357 silly decomposeActions fetch glob@3.2.3
358 silly decomposeActions extract glob@3.2.3
359 silly decomposeActions preinstall glob@3.2.3
360 silly decomposeActions build glob@3.2.3
361 silly decomposeActions install glob@3.2.3
362 silly decomposeActions postinstall glob@3.2.3
363 silly decomposeActions finalize glob@3.2.3
364 silly decomposeActions refresh-package-json glob@3.2.3
365 silly decomposeActions fetch minimist@0.0.8
366 silly decomposeActions extract minimist@0.0.8
367 silly decomposeActions preinstall minimist@0.0.8
368 silly decomposeActions build minimist@0.0.8
369 silly decomposeActions install minimist@0.0.8
370 silly decomposeActions postinstall minimist@0.0.8
371 silly decomposeActions finalize minimist@0.0.8
372 silly decomposeActions refresh-package-json minimist@0.0.8
373 silly decomposeActions fetch mkdirp@0.5.0
374 silly decomposeActions extract mkdirp@0.5.0
375 silly decomposeActions preinstall mkdirp@0.5.0
376 silly decomposeActions build mkdirp@0.5.0
377 silly decomposeActions install mkdirp@0.5.0
378 silly decomposeActions postinstall mkdirp@0.5.0
379 silly decomposeActions finalize mkdirp@0.5.0
380 silly decomposeActions refresh-package-json mkdirp@0.5.0
381 silly decomposeActions fetch ms@0.6.2
382 silly decomposeActions extract ms@0.6.2
383 silly decomposeActions preinstall ms@0.6.2
384 silly decomposeActions build ms@0.6.2
385 silly decomposeActions install ms@0.6.2
386 silly decomposeActions postinstall ms@0.6.2
387 silly decomposeActions finalize ms@0.6.2
388 silly decomposeActions refresh-package-json ms@0.6.2
389 silly decomposeActions fetch debug@2.0.0
390 silly decomposeActions extract debug@2.0.0
391 silly decomposeActions preinstall debug@2.0.0
392 silly decomposeActions build debug@2.0.0
393 silly decomposeActions install debug@2.0.0
394 silly decomposeActions postinstall debug@2.0.0
395 silly decomposeActions finalize debug@2.0.0
396 silly decomposeActions refresh-package-json debug@2.0.0
397 silly decomposeActions fetch mocha@1.21.5
398 silly decomposeActions extract mocha@1.21.5
399 silly decomposeActions preinstall mocha@1.21.5
400 silly decomposeActions build mocha@1.21.5
401 silly decomposeActions install mocha@1.21.5
402 silly decomposeActions postinstall mocha@1.21.5
403 silly decomposeActions finalize mocha@1.21.5
404 silly decomposeActions refresh-package-json mocha@1.21.5
405 silly decomposeActions fetch node-sass-middleware@0.3.1
406 silly decomposeActions extract node-sass-middleware@0.3.1
407 silly decomposeActions preinstall node-sass-middleware@0.3.1
408 silly decomposeActions build node-sass-middleware@0.3.1
409 silly decomposeActions install node-sass-middleware@0.3.1
410 silly decomposeActions postinstall node-sass-middleware@0.3.1
411 silly decomposeActions finalize node-sass-middleware@0.3.1
412 silly decomposeActions refresh-package-json node-sass-middleware@0.3.1
413 silly decomposeActions fetch node-watch@0.3.5
414 silly decomposeActions extract node-watch@0.3.5
415 silly decomposeActions preinstall node-watch@0.3.5
416 silly decomposeActions build node-watch@0.3.5
417 silly decomposeActions install node-watch@0.3.5
418 silly decomposeActions postinstall node-watch@0.3.5
419 silly decomposeActions finalize node-watch@0.3.5
420 silly decomposeActions refresh-package-json node-watch@0.3.5
421 silly decomposeActions fetch samsam@1.1.3
422 silly decomposeActions extract samsam@1.1.3
423 silly decomposeActions preinstall samsam@1.1.3
424 silly decomposeActions build samsam@1.1.3
425 silly decomposeActions install samsam@1.1.3
426 silly decomposeActions postinstall samsam@1.1.3
427 silly decomposeActions finalize samsam@1.1.3
428 silly decomposeActions refresh-package-json samsam@1.1.3
429 silly decomposeActions fetch formatio@1.0.2
430 silly decomposeActions extract formatio@1.0.2
431 silly decomposeActions preinstall formatio@1.0.2
432 silly decomposeActions build formatio@1.0.2
433 silly decomposeActions install formatio@1.0.2
434 silly decomposeActions postinstall formatio@1.0.2
435 silly decomposeActions finalize formatio@1.0.2
436 silly decomposeActions refresh-package-json formatio@1.0.2
437 silly decomposeActions fetch inherits@2.0.1
438 silly decomposeActions extract inherits@2.0.1
439 silly decomposeActions preinstall inherits@2.0.1
440 silly decomposeActions build inherits@2.0.1
441 silly decomposeActions install inherits@2.0.1
442 silly decomposeActions postinstall inherits@2.0.1
443 silly decomposeActions finalize inherits@2.0.1
444 silly decomposeActions refresh-package-json inherits@2.0.1
445 silly decomposeActions fetch util@0.10.3
446 silly decomposeActions extract util@0.10.3
447 silly decomposeActions preinstall util@0.10.3
448 silly decomposeActions build util@0.10.3
449 silly decomposeActions install util@0.10.3
450 silly decomposeActions postinstall util@0.10.3
451 silly decomposeActions finalize util@0.10.3
452 silly decomposeActions refresh-package-json util@0.10.3
453 silly decomposeActions fetch sinon@1.10.3
454 silly decomposeActions extract sinon@1.10.3
455 silly decomposeActions preinstall sinon@1.10.3
456 silly decomposeActions build sinon@1.10.3
457 silly decomposeActions install sinon@1.10.3
458 silly decomposeActions postinstall sinon@1.10.3
459 silly decomposeActions finalize sinon@1.10.3
460 silly decomposeActions refresh-package-json sinon@1.10.3
461 silly decomposeActions fetch node-sass@0.9.6
462 silly decomposeActions extract node-sass@0.9.6
463 silly decomposeActions preinstall node-sass@0.9.6
464 silly decomposeActions build node-sass@0.9.6
465 silly decomposeActions install node-sass@0.9.6
466 silly decomposeActions postinstall node-sass@0.9.6
467 silly decomposeActions finalize node-sass@0.9.6
468 silly decomposeActions refresh-package-json node-sass@0.9.6
469 silly decomposeActions fetch gulp-sass@0.7.3
470 silly decomposeActions extract gulp-sass@0.7.3
471 silly decomposeActions preinstall gulp-sass@0.7.3
472 silly decomposeActions build gulp-sass@0.7.3
473 silly decomposeActions install gulp-sass@0.7.3
474 silly decomposeActions postinstall gulp-sass@0.7.3
475 silly decomposeActions finalize gulp-sass@0.7.3
476 silly decomposeActions refresh-package-json gulp-sass@0.7.3
477 silly install executeActions
478 silly doSerial global-install 280
479 verbose correctMkdir /home/turing/.npm/_locks correctMkdir not in flight; initializing
480 verbose lock using /home/turing/.npm/_locks/staging-28cac23c1b48ffa4.lock for /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging
481 silly doParallel extract 280
482 silly extract diff@1.0.8
483 silly pacote trying diff@https://registry.npmjs.org/diff/-/diff-1.0.8.tgz by hash: sha1-NDJ2MI7Jkbe8giZ+1VvBQR+XFmY=
484 silly extract growl@1.8.1
485 silly pacote trying growl@https://registry.npmjs.org/growl/-/growl-1.8.1.tgz by hash: sha1-Sy3sjZB+k9szZiTc7AGDUC+MlCg=
486 silly extract ansi-regex@0.2.1
487 silly pacote trying ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz by hash: sha1-DY6UaWej2BQ/k+JOKYUl/BsiNfk=
488 silly extract ansi-styles@1.1.0
489 silly pacote trying ansi-styles@https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz by hash: sha1-6uy/Zs1waIJ2Cy9GkVgrj1XXp94=
490 silly extract get-stdin@3.0.2
491 silly pacote trying get-stdin@https://registry.npmjs.org/get-stdin/-/get-stdin-3.0.2.tgz by hash: sha1-wc7SS5A5s43thb3xYeV3E7bdSr4=
492 silly extract has-ansi@0.1.0
493 silly pacote trying has-ansi@https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz by hash: sha1-hPJlqujA5qiKEtcCKJS3VoiUxi4=
494 silly extract nan@1.3.0
495 silly pacote trying nan@https://registry.npmjs.org/nan/-/nan-1.3.0.tgz by hash: sha1-mluNXvl6EN8wUOWbLDYtO693l0I=
496 silly extract object-assign@1.0.0
497 silly pacote trying object-assign@https://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz by hash: sha1-5l3Idm07R7S4MHRlyDEdoDCwcKY=
498 silly extract strip-ansi@0.3.0
499 silly pacote trying strip-ansi@https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz by hash: sha1-JfSOoiynkYfzF0pNuHWTR7sSYiA=
500 silly extract supports-color@0.2.0
501 silly pacote trying supports-color@https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz by hash: sha1-2S3iaU6z9nMjlz1649i1W0wiGQo=
502 silly extract chalk@0.5.1
503 silly pacote trying chalk@https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz by hash: sha1-Zjs6ZItotV0EaQ1JFnqoN4WPIXQ=
504 silly extract yargs@1.3.3
505 silly pacote trying yargs@https://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz by hash: sha1-BU3oth8i7v23IHBZ6u+da4P7kxo=
506 silly extract commander@0.6.1
507 silly pacote trying commander@https://registry.npmjs.org/commander/-/commander-0.6.1.tgz by hash: sha1-+mihT2qUXVTbvlDYzbMyDp47GgY=
508 silly extract mkdirp@0.3.0
509 silly pacote trying mkdirp@https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz by hash: sha1-G79asbqCevI1dRQ0kEJkVfSB/h4=
510 silly extract jade@0.26.3
511 silly pacote trying jade@https://registry.npmjs.org/jade/-/jade-0.26.3.tgz by hash: sha1-jxDXl32NefL2/4YqgbBRPMslaGw=
512 silly extract commander@2.3.0
513 silly pacote trying commander@https://registry.npmjs.org/commander/-/commander-2.3.0.tgz by hash: sha1-/UMOiJgy7DU7ms0d4hfBHLPu+HM=
514 silly extract escape-string-regexp@1.0.2
515 silly pacote trying escape-string-regexp@https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz by hash: sha1-Tbwv5nTnGUnK8/smlc5/LcHZqNE=
516 silly extract graceful-fs@2.0.3
517 silly pacote trying graceful-fs@https://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz by hash: sha1-fNLNsiiko/Nule+mzBQt59GhNtA=
518 silly extract inherits@2.0.3
519 silly pacote trying inherits@https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz by hash: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
520 silly extract minimatch@0.2.14
521 silly pacote trying minimatch@https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz by hash: sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=
522 silly extract glob@3.2.3
523 silly pacote trying glob@https://registry.npmjs.org/glob/-/glob-3.2.3.tgz by hash: sha1-4xPusknHr/qlxHUoaw4RW1mDlGc=
524 silly extract minimist@0.0.8
525 silly pacote trying minimist@https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz by hash: sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
526 silly extract mkdirp@0.5.0
527 silly pacote trying mkdirp@https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz by hash: sha1-HXMHam35hs2TROFecfzAWkyavxI=
528 silly extract ms@0.6.2
529 silly pacote trying ms@https://registry.npmjs.org/ms/-/ms-0.6.2.tgz by hash: sha1-2JwhJMb9wTU9Zai3e/GqxLGTcIw=
530 silly extract debug@2.0.0
531 silly pacote trying debug@https://registry.npmjs.org/debug/-/debug-2.0.0.tgz by hash: sha1-ib2d9nMrUSVrxnBTQrugLtEhMe8=
532 silly extract mocha@1.21.5
533 silly pacote trying mocha@https://registry.npmjs.org/mocha/-/mocha-1.21.5.tgz by hash: sha1-fFiwkXTfl25DSiOx6NY5hz/FKek=
534 silly extract node-sass-middleware@0.3.1
535 silly pacote trying node-sass-middleware@https://registry.npmjs.org/node-sass-middleware/-/node-sass-middleware-0.3.1.tgz by hash: sha1-FkQAR8ILS7mQ9KVOsdt+xnRM/qg=
536 silly extract node-watch@0.3.5
537 silly pacote trying node-watch@https://registry.npmjs.org/node-watch/-/node-watch-0.3.5.tgz by hash: sha1-oH8lOk9TjenUylIt1/GZbu7A2X4=
538 silly extract samsam@1.1.3
539 silly pacote trying samsam@https://registry.npmjs.org/samsam/-/samsam-1.1.3.tgz by hash: sha1-n1CHQZtNCR8jJXHn+lLpCw9VJiE=
540 silly extract formatio@1.0.2
541 silly pacote trying formatio@https://registry.npmjs.org/formatio/-/formatio-1.0.2.tgz by hash: sha1-55kcoUT/fYz/B7uayGqbeca6R+8=
542 silly extract inherits@2.0.1
543 silly pacote trying inherits@https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz by hash: sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
544 silly extract util@0.10.3
545 silly pacote trying util@https://registry.npmjs.org/util/-/util-0.10.3.tgz by hash: sha1-evsa/lCAUkZInj23/g7TeTNqwPk=
546 silly extract sinon@1.10.3
547 silly pacote trying sinon@https://registry.npmjs.org/sinon/-/sinon-1.10.3.tgz by hash: sha1-wGPg6Z2DJ9wZkROqtS64Oi6ePCw=
548 silly extract node-sass@0.9.6
549 silly pacote trying node-sass@https://registry.npmjs.org/node-sass/-/node-sass-0.9.6.tgz by hash: sha1-D4qrUzK5vb0HVAbIt7j9fEgBTaU=
550 silly extract gulp-sass@0.7.3
551 silly pacote trying gulp-sass@https://registry.npmjs.org/gulp-sass/-/gulp-sass-0.7.3.tgz by hash: sha1-S/u05NlaQL6L7uvgfo5Hfn96Ltw=
552 silly pacote ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/ansi-regex-6168e2c5 by content address 1046ms
553 silly pacote ansi-styles@https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/ansi-styles-69608052 by content address 1045ms
554 silly pacote diff@https://registry.npmjs.org/diff/-/diff-1.0.8.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/diff-ba9f4828 by content address 1189ms
555 silly pacote get-stdin@https://registry.npmjs.org/get-stdin/-/get-stdin-3.0.2.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/get-stdin-8ff1572d by content address 1187ms
556 silly pacote chalk@https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/chalk-31ac455d by content address 1184ms
557 silly pacote object-assign@https://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/object-assign-1971809a by content address 1185ms
558 silly pacote escape-string-regexp@https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/escape-string-regexp-be31fd61 by content address 1180ms
559 silly pacote commander@https://registry.npmjs.org/commander/-/commander-2.3.0.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/commander-17fca797 by content address 1181ms
560 silly pacote supports-color@https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/supports-color-13212d0f by content address 1298ms
561 silly pacote has-ansi@https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/has-ansi-7190cdea by content address 1301ms
562 silly pacote strip-ansi@https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/strip-ansi-7a02ddde by content address 1300ms
563 silly pacote ms@https://registry.npmjs.org/ms/-/ms-0.6.2.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/ms-0e514f00 by content address 1367ms
564 silly pacote inherits@https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/inherits-f0e3d0f4 by content address 1583ms
565 silly pacote growl@https://registry.npmjs.org/growl/-/growl-1.8.1.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/growl-e8f9056b by content address 1663ms
566 silly pacote node-watch@https://registry.npmjs.org/node-watch/-/node-watch-0.3.5.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/node-watch-33d61272 by content address 1748ms
567 silly pacote inherits@https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/inherits-bc890ece by content address 1746ms
568 silly pacote graceful-fs@https://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/graceful-fs-f6c52713 by content address 2112ms
569 silly pacote node-sass-middleware@https://registry.npmjs.org/node-sass-middleware/-/node-sass-middleware-0.3.1.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/node-sass-middleware-bbd4b3d3 by content address 2297ms
570 silly pacote debug@https://registry.npmjs.org/debug/-/debug-2.0.0.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/debug-47c6bd2a by content address 2298ms
571 silly pacote formatio@https://registry.npmjs.org/formatio/-/formatio-1.0.2.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/formatio-b1184b75 by content address 2406ms
572 silly pacote commander@https://registry.npmjs.org/commander/-/commander-0.6.1.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/commander-f807ea75 by content address 2512ms
573 silly pacote minimatch@https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/minimatch-aea2cdda by content address 2779ms
574 silly pacote samsam@https://registry.npmjs.org/samsam/-/samsam-1.1.3.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/samsam-ccfd07d0 by content address 2866ms
575 silly pacote nan@https://registry.npmjs.org/nan/-/nan-1.3.0.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/nan-7e02fa56 by content address 3090ms
576 silly pacote minimist@https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/minimist-22dd6243 by content address 3081ms
577 silly pacote mkdirp@https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/mkdirp-0ec68f81 by content address 3735ms
578 silly pacote util@https://registry.npmjs.org/util/-/util-0.10.3.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/util-eb2c8adc by content address 3756ms
579 silly pacote gulp-sass@https://registry.npmjs.org/gulp-sass/-/gulp-sass-0.7.3.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/gulp-sass-0dea10c8 by content address 3793ms
580 silly pacote mkdirp@https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/mkdirp-84ec9dbb by content address 4009ms
581 silly pacote glob@https://registry.npmjs.org/glob/-/glob-3.2.3.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/glob-7f3c72ea by content address 4010ms
582 silly pacote yargs@https://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/yargs-66b18a0d by content address 4948ms
583 silly pacote jade@https://registry.npmjs.org/jade/-/jade-0.26.3.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/jade-c30f8869 by content address 5097ms
584 silly pacote mocha@https://registry.npmjs.org/mocha/-/mocha-1.21.5.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/mocha-8aa1b614 by content address 5481ms
585 silly pacote sinon@https://registry.npmjs.org/sinon/-/sinon-1.10.3.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/sinon-2223738c by content address 6504ms
586 silly pacote node-sass@https://registry.npmjs.org/node-sass/-/node-sass-0.9.6.tgz extracted to /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging/node-sass-d6f30b5f by content address 18967ms
587 silly doReverseSerial unbuild 280
588 silly doSerial remove 280
589 silly doSerial move 280
590 silly doSerial finalize 280
591 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/diff
592 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/growl
593 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/ansi-regex
594 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/ansi-styles
595 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/get-stdin
596 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/has-ansi
597 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/nan
598 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/object-assign
599 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/strip-ansi
600 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/supports-color
601 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/chalk
602 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/yargs
603 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/jade/node_modules/commander
604 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/jade/node_modules/mkdirp
605 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/jade
606 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/commander
607 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/escape-string-regexp
608 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/graceful-fs
609 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/inherits
610 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/minimatch
611 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/glob
612 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/minimist
613 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/mkdirp
614 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/ms
615 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/debug
616 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha
617 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/node-sass-middleware
618 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/node-watch
619 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/samsam
620 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/formatio
621 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/util/node_modules/inherits
622 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/util
623 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/sinon
624 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/node-sass
625 silly finalize /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass
626 silly doParallel refresh-package-json 280
627 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/diff
628 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/growl
629 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/ansi-regex
630 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/ansi-styles
631 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/get-stdin
632 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/has-ansi
633 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/nan
634 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/object-assign
635 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/strip-ansi
636 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/supports-color
637 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/chalk
638 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/yargs
639 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/jade/node_modules/commander
640 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/jade/node_modules/mkdirp
641 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/jade
642 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/commander
643 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/escape-string-regexp
644 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/graceful-fs
645 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/inherits
646 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/minimatch
647 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/glob
648 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/minimist
649 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/mkdirp
650 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/ms
651 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/debug
652 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha
653 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/node-sass-middleware
654 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/node-watch
655 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/samsam
656 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/formatio
657 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/util/node_modules/inherits
658 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/util
659 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/sinon
660 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/node-sass
661 silly refresh-package-json /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass
662 silly doParallel preinstall 280
663 silly preinstall diff@1.0.8
664 info lifecycle diff@1.0.8~preinstall: diff@1.0.8
665 silly preinstall growl@1.8.1
666 info lifecycle growl@1.8.1~preinstall: growl@1.8.1
667 silly preinstall ansi-regex@0.2.1
668 info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
669 silly preinstall ansi-styles@1.1.0
670 info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
671 silly preinstall get-stdin@3.0.2
672 info lifecycle get-stdin@3.0.2~preinstall: get-stdin@3.0.2
673 silly preinstall has-ansi@0.1.0
674 info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
675 silly preinstall nan@1.3.0
676 info lifecycle nan@1.3.0~preinstall: nan@1.3.0
677 silly preinstall object-assign@1.0.0
678 info lifecycle object-assign@1.0.0~preinstall: object-assign@1.0.0
679 silly preinstall strip-ansi@0.3.0
680 info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
681 silly preinstall supports-color@0.2.0
682 info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
683 silly preinstall chalk@0.5.1
684 info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
685 silly preinstall yargs@1.3.3
686 info lifecycle yargs@1.3.3~preinstall: yargs@1.3.3
687 silly preinstall commander@0.6.1
688 info lifecycle commander@0.6.1~preinstall: commander@0.6.1
689 silly preinstall mkdirp@0.3.0
690 info lifecycle mkdirp@0.3.0~preinstall: mkdirp@0.3.0
691 silly preinstall jade@0.26.3
692 info lifecycle jade@0.26.3~preinstall: jade@0.26.3
693 silly preinstall commander@2.3.0
694 info lifecycle commander@2.3.0~preinstall: commander@2.3.0
695 silly preinstall escape-string-regexp@1.0.2
696 info lifecycle escape-string-regexp@1.0.2~preinstall: escape-string-regexp@1.0.2
697 silly preinstall graceful-fs@2.0.3
698 info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
699 silly preinstall inherits@2.0.3
700 info lifecycle inherits@2.0.3~preinstall: inherits@2.0.3
701 silly preinstall minimatch@0.2.14
702 info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
703 silly preinstall glob@3.2.3
704 info lifecycle glob@3.2.3~preinstall: glob@3.2.3
705 silly preinstall minimist@0.0.8
706 info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
707 silly preinstall mkdirp@0.5.0
708 info lifecycle mkdirp@0.5.0~preinstall: mkdirp@0.5.0
709 silly preinstall ms@0.6.2
710 info lifecycle ms@0.6.2~preinstall: ms@0.6.2
711 silly preinstall debug@2.0.0
712 info lifecycle debug@2.0.0~preinstall: debug@2.0.0
713 silly preinstall mocha@1.21.5
714 info lifecycle mocha@1.21.5~preinstall: mocha@1.21.5
715 silly preinstall node-sass-middleware@0.3.1
716 info lifecycle node-sass-middleware@0.3.1~preinstall: node-sass-middleware@0.3.1
717 silly preinstall node-watch@0.3.5
718 info lifecycle node-watch@0.3.5~preinstall: node-watch@0.3.5
719 silly preinstall samsam@1.1.3
720 info lifecycle samsam@1.1.3~preinstall: samsam@1.1.3
721 silly preinstall formatio@1.0.2
722 info lifecycle formatio@1.0.2~preinstall: formatio@1.0.2
723 silly preinstall inherits@2.0.1
724 info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
725 silly preinstall util@0.10.3
726 info lifecycle util@0.10.3~preinstall: util@0.10.3
727 silly preinstall sinon@1.10.3
728 info lifecycle sinon@1.10.3~preinstall: sinon@1.10.3
729 silly preinstall node-sass@0.9.6
730 info lifecycle node-sass@0.9.6~preinstall: node-sass@0.9.6
731 silly preinstall gulp-sass@0.7.3
732 info lifecycle gulp-sass@0.7.3~preinstall: gulp-sass@0.7.3
733 silly doSerial build 280
734 silly build diff@1.0.8
735 info linkStuff diff@1.0.8
736 silly linkStuff diff@1.0.8 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules as its parent node_modules
737 verbose linkBins diff@1.0.8
738 verbose linkMans diff@1.0.8
739 silly build growl@1.8.1
740 info linkStuff growl@1.8.1
741 silly linkStuff growl@1.8.1 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules as its parent node_modules
742 verbose linkBins growl@1.8.1
743 verbose linkMans growl@1.8.1
744 silly build ansi-regex@0.2.1
745 info linkStuff ansi-regex@0.2.1
746 silly linkStuff ansi-regex@0.2.1 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules as its parent node_modules
747 verbose linkBins ansi-regex@0.2.1
748 verbose linkMans ansi-regex@0.2.1
749 silly build ansi-styles@1.1.0
750 info linkStuff ansi-styles@1.1.0
751 silly linkStuff ansi-styles@1.1.0 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules as its parent node_modules
752 verbose linkBins ansi-styles@1.1.0
753 verbose linkMans ansi-styles@1.1.0
754 silly build get-stdin@3.0.2
755 info linkStuff get-stdin@3.0.2
756 silly linkStuff get-stdin@3.0.2 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules as its parent node_modules
757 verbose linkBins get-stdin@3.0.2
758 verbose linkMans get-stdin@3.0.2
759 silly build has-ansi@0.1.0
760 info linkStuff has-ansi@0.1.0
761 silly linkStuff has-ansi@0.1.0 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules as its parent node_modules
762 verbose linkBins has-ansi@0.1.0
763 verbose linkBins [ { 'has-ansi': 'cli.js' },
763 verbose linkBins   '/mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/.bin',
763 verbose linkBins   false ]
764 verbose linkMans has-ansi@0.1.0
765 silly linkBins Converting line endings of hashbang file: /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/has-ansi/cli.js
766 silly build nan@1.3.0
767 info linkStuff nan@1.3.0
768 silly linkStuff nan@1.3.0 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules as its parent node_modules
769 verbose linkBins nan@1.3.0
770 verbose linkMans nan@1.3.0
771 silly build object-assign@1.0.0
772 info linkStuff object-assign@1.0.0
773 silly linkStuff object-assign@1.0.0 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules as its parent node_modules
774 verbose linkBins object-assign@1.0.0
775 verbose linkMans object-assign@1.0.0
776 silly build strip-ansi@0.3.0
777 info linkStuff strip-ansi@0.3.0
778 silly linkStuff strip-ansi@0.3.0 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules as its parent node_modules
779 verbose linkBins strip-ansi@0.3.0
780 verbose linkBins [ { 'strip-ansi': 'cli.js' },
780 verbose linkBins   '/mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/.bin',
780 verbose linkBins   false ]
781 verbose linkMans strip-ansi@0.3.0
782 silly linkBins Converting line endings of hashbang file: /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/strip-ansi/cli.js
783 silly build supports-color@0.2.0
784 info linkStuff supports-color@0.2.0
785 silly linkStuff supports-color@0.2.0 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules as its parent node_modules
786 verbose linkBins supports-color@0.2.0
787 verbose linkBins [ { 'supports-color': 'cli.js' },
787 verbose linkBins   '/mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/.bin',
787 verbose linkBins   false ]
788 verbose linkMans supports-color@0.2.0
789 silly linkBins Converting line endings of hashbang file: /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/supports-color/cli.js
790 silly build chalk@0.5.1
791 info linkStuff chalk@0.5.1
792 silly linkStuff chalk@0.5.1 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules as its parent node_modules
793 verbose linkBins chalk@0.5.1
794 verbose linkMans chalk@0.5.1
795 silly build yargs@1.3.3
796 info linkStuff yargs@1.3.3
797 silly linkStuff yargs@1.3.3 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules as its parent node_modules
798 verbose linkBins yargs@1.3.3
799 verbose linkMans yargs@1.3.3
800 silly build commander@0.6.1
801 info linkStuff commander@0.6.1
802 silly linkStuff commander@0.6.1 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/jade/node_modules as its parent node_modules
803 verbose linkBins commander@0.6.1
804 verbose linkMans commander@0.6.1
805 silly build mkdirp@0.3.0
806 info linkStuff mkdirp@0.3.0
807 silly linkStuff mkdirp@0.3.0 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/jade/node_modules as its parent node_modules
808 verbose linkBins mkdirp@0.3.0
809 verbose linkMans mkdirp@0.3.0
810 silly build jade@0.26.3
811 info linkStuff jade@0.26.3
812 silly linkStuff jade@0.26.3 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules as its parent node_modules
813 verbose linkBins jade@0.26.3
814 verbose linkBins [ { jade: './bin/jade' },
814 verbose linkBins   '/mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.bin',
814 verbose linkBins   false ]
815 verbose linkMans jade@0.26.3
816 silly linkBins Converting line endings of hashbang file: /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/jade/bin/jade
817 silly build commander@2.3.0
818 info linkStuff commander@2.3.0
819 silly linkStuff commander@2.3.0 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules as its parent node_modules
820 verbose linkBins commander@2.3.0
821 verbose linkMans commander@2.3.0
822 silly build escape-string-regexp@1.0.2
823 info linkStuff escape-string-regexp@1.0.2
824 silly linkStuff escape-string-regexp@1.0.2 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules as its parent node_modules
825 verbose linkBins escape-string-regexp@1.0.2
826 verbose linkMans escape-string-regexp@1.0.2
827 silly build graceful-fs@2.0.3
828 info linkStuff graceful-fs@2.0.3
829 silly linkStuff graceful-fs@2.0.3 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules as its parent node_modules
830 verbose linkBins graceful-fs@2.0.3
831 verbose linkMans graceful-fs@2.0.3
832 silly build inherits@2.0.3
833 info linkStuff inherits@2.0.3
834 silly linkStuff inherits@2.0.3 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules as its parent node_modules
835 verbose linkBins inherits@2.0.3
836 verbose linkMans inherits@2.0.3
837 silly build minimatch@0.2.14
838 info linkStuff minimatch@0.2.14
839 silly linkStuff minimatch@0.2.14 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules as its parent node_modules
840 verbose linkBins minimatch@0.2.14
841 verbose linkMans minimatch@0.2.14
842 silly build glob@3.2.3
843 info linkStuff glob@3.2.3
844 silly linkStuff glob@3.2.3 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules as its parent node_modules
845 verbose linkBins glob@3.2.3
846 verbose linkMans glob@3.2.3
847 silly build minimist@0.0.8
848 info linkStuff minimist@0.0.8
849 silly linkStuff minimist@0.0.8 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules as its parent node_modules
850 verbose linkBins minimist@0.0.8
851 verbose linkMans minimist@0.0.8
852 silly build mkdirp@0.5.0
853 info linkStuff mkdirp@0.5.0
854 silly linkStuff mkdirp@0.5.0 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules as its parent node_modules
855 verbose linkBins mkdirp@0.5.0
856 verbose linkBins [ { mkdirp: 'bin/cmd.js' },
856 verbose linkBins   '/mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/.bin',
856 verbose linkBins   false ]
857 verbose linkMans mkdirp@0.5.0
858 silly linkBins Converting line endings of hashbang file: /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules/mkdirp/bin/cmd.js
859 silly build ms@0.6.2
860 info linkStuff ms@0.6.2
861 silly linkStuff ms@0.6.2 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules as its parent node_modules
862 verbose linkBins ms@0.6.2
863 verbose linkMans ms@0.6.2
864 silly build debug@2.0.0
865 info linkStuff debug@2.0.0
866 silly linkStuff debug@2.0.0 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/node_modules as its parent node_modules
867 verbose linkBins debug@2.0.0
868 verbose linkMans debug@2.0.0
869 silly build mocha@1.21.5
870 info linkStuff mocha@1.21.5
871 silly linkStuff mocha@1.21.5 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules as its parent node_modules
872 verbose linkBins mocha@1.21.5
873 verbose linkBins [ { mocha: './bin/mocha', _mocha: './bin/_mocha' },
873 verbose linkBins   '/mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.bin',
873 verbose linkBins   false ]
874 verbose linkMans mocha@1.21.5
875 silly linkBins Converting line endings of hashbang file: /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/bin/mocha
876 silly linkBins Converting line endings of hashbang file: /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/mocha/bin/_mocha
877 silly build node-sass-middleware@0.3.1
878 info linkStuff node-sass-middleware@0.3.1
879 silly linkStuff node-sass-middleware@0.3.1 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules as its parent node_modules
880 verbose linkBins node-sass-middleware@0.3.1
881 verbose linkMans node-sass-middleware@0.3.1
882 silly build node-watch@0.3.5
883 info linkStuff node-watch@0.3.5
884 silly linkStuff node-watch@0.3.5 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules as its parent node_modules
885 verbose linkBins node-watch@0.3.5
886 verbose linkMans node-watch@0.3.5
887 silly build samsam@1.1.3
888 info linkStuff samsam@1.1.3
889 silly linkStuff samsam@1.1.3 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules as its parent node_modules
890 verbose linkBins samsam@1.1.3
891 verbose linkMans samsam@1.1.3
892 silly build formatio@1.0.2
893 info linkStuff formatio@1.0.2
894 silly linkStuff formatio@1.0.2 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules as its parent node_modules
895 verbose linkBins formatio@1.0.2
896 verbose linkMans formatio@1.0.2
897 silly build inherits@2.0.1
898 info linkStuff inherits@2.0.1
899 silly linkStuff inherits@2.0.1 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/util/node_modules as its parent node_modules
900 verbose linkBins inherits@2.0.1
901 verbose linkMans inherits@2.0.1
902 silly build util@0.10.3
903 info linkStuff util@0.10.3
904 silly linkStuff util@0.10.3 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules as its parent node_modules
905 verbose linkBins util@0.10.3
906 verbose linkMans util@0.10.3
907 silly build sinon@1.10.3
908 info linkStuff sinon@1.10.3
909 silly linkStuff sinon@1.10.3 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules as its parent node_modules
910 verbose linkBins sinon@1.10.3
911 verbose linkMans sinon@1.10.3
912 silly build node-sass@0.9.6
913 info linkStuff node-sass@0.9.6
914 silly linkStuff node-sass@0.9.6 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules as its parent node_modules
915 verbose linkBins node-sass@0.9.6
916 verbose linkBins [ { 'node-sass': 'bin/node-sass' },
916 verbose linkBins   '/mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/.bin',
916 verbose linkBins   false ]
917 verbose linkMans node-sass@0.9.6
918 silly linkBins Converting line endings of hashbang file: /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/node-sass/bin/node-sass
919 silly build gulp-sass@0.7.3
920 info linkStuff gulp-sass@0.7.3
921 silly linkStuff gulp-sass@0.7.3 has /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules as its parent node_modules
922 verbose linkBins gulp-sass@0.7.3
923 verbose linkMans gulp-sass@0.7.3
924 silly doSerial global-link 280
925 silly doParallel update-linked 280
926 silly doSerial install 280
927 silly install diff@1.0.8
928 info lifecycle diff@1.0.8~install: diff@1.0.8
929 silly install growl@1.8.1
930 info lifecycle growl@1.8.1~install: growl@1.8.1
931 silly install ansi-regex@0.2.1
932 info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
933 silly install ansi-styles@1.1.0
934 info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
935 silly install get-stdin@3.0.2
936 info lifecycle get-stdin@3.0.2~install: get-stdin@3.0.2
937 silly install has-ansi@0.1.0
938 info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
939 silly install nan@1.3.0
940 info lifecycle nan@1.3.0~install: nan@1.3.0
941 silly install object-assign@1.0.0
942 info lifecycle object-assign@1.0.0~install: object-assign@1.0.0
943 silly install strip-ansi@0.3.0
944 info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
945 silly install supports-color@0.2.0
946 info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
947 silly install chalk@0.5.1
948 info lifecycle chalk@0.5.1~install: chalk@0.5.1
949 silly install yargs@1.3.3
950 info lifecycle yargs@1.3.3~install: yargs@1.3.3
951 silly install commander@0.6.1
952 info lifecycle commander@0.6.1~install: commander@0.6.1
953 silly install mkdirp@0.3.0
954 info lifecycle mkdirp@0.3.0~install: mkdirp@0.3.0
955 silly install jade@0.26.3
956 info lifecycle jade@0.26.3~install: jade@0.26.3
957 silly install commander@2.3.0
958 info lifecycle commander@2.3.0~install: commander@2.3.0
959 silly install escape-string-regexp@1.0.2
960 info lifecycle escape-string-regexp@1.0.2~install: escape-string-regexp@1.0.2
961 silly install graceful-fs@2.0.3
962 info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
963 silly install inherits@2.0.3
964 info lifecycle inherits@2.0.3~install: inherits@2.0.3
965 silly install minimatch@0.2.14
966 info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
967 silly install glob@3.2.3
968 info lifecycle glob@3.2.3~install: glob@3.2.3
969 silly install minimist@0.0.8
970 info lifecycle minimist@0.0.8~install: minimist@0.0.8
971 silly install mkdirp@0.5.0
972 info lifecycle mkdirp@0.5.0~install: mkdirp@0.5.0
973 silly install ms@0.6.2
974 info lifecycle ms@0.6.2~install: ms@0.6.2
975 silly install debug@2.0.0
976 info lifecycle debug@2.0.0~install: debug@2.0.0
977 silly install mocha@1.21.5
978 info lifecycle mocha@1.21.5~install: mocha@1.21.5
979 silly install node-sass-middleware@0.3.1
980 info lifecycle node-sass-middleware@0.3.1~install: node-sass-middleware@0.3.1
981 silly install node-watch@0.3.5
982 info lifecycle node-watch@0.3.5~install: node-watch@0.3.5
983 silly install samsam@1.1.3
984 info lifecycle samsam@1.1.3~install: samsam@1.1.3
985 silly install formatio@1.0.2
986 info lifecycle formatio@1.0.2~install: formatio@1.0.2
987 silly install inherits@2.0.1
988 info lifecycle inherits@2.0.1~install: inherits@2.0.1
989 silly install util@0.10.3
990 info lifecycle util@0.10.3~install: util@0.10.3
991 silly install sinon@1.10.3
992 info lifecycle sinon@1.10.3~install: sinon@1.10.3
993 silly install node-sass@0.9.6
994 info lifecycle node-sass@0.9.6~install: node-sass@0.9.6
995 verbose lifecycle node-sass@0.9.6~install: unsafe-perm in lifecycle true
996 verbose lifecycle node-sass@0.9.6~install: PATH: /home/turing/.nvm/versions/node/v9.11.1/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/node-sass/node_modules/.bin:/mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/.bin:/mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.bin:/home/turing/.rvm/gems/ruby-2.4.1/bin:/home/turing/.rvm/gems/ruby-2.4.1@global/bin:/home/turing/.rvm/rubies/ruby-2.4.1/bin:/home/turing/bin:/home/turing/.local/bin:/home/turing/.nvm/versions/node/v9.11.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/ProgramData/Oracle/Java/javapath_target_3920203:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Program Files/MySQL/MySQL Utilities 1.6:/mnt/c/Users/mathe/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/mathe/AppData/Local/atom/bin:/mnt/c/Users/mathe/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/mathe/AppData/Local/GitHubDesktop/bin:/snap/bin:/home/turing/.rvm/bin:/home/turing/.rvm/bin
997 verbose lifecycle node-sass@0.9.6~install: CWD: /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/gulp-sass/node_modules/node-sass
998 silly lifecycle node-sass@0.9.6~install: Args: [ '-c', 'node build.js' ]
999 silly lifecycle node-sass@0.9.6~install: Returned: code: 1  signal: null
1000 info lifecycle node-sass@0.9.6~install: Failed to exec install script
1001 verbose unlock done using /home/turing/.npm/_locks/staging-28cac23c1b48ffa4.lock for /mnt/d/Cloud/OneDrive/Dev/IPLibrary/node_modules/.staging
1002 silly saveTree opentheme@0.0.0
1002 silly saveTree ├─┬ browser-sync@1.9.2
1002 silly saveTree │ ├── browser-sync-client@1.0.2
1002 silly saveTree │ ├── commander@2.15.1
1002 silly saveTree │ ├─┬ connect@3.6.6
1002 silly saveTree │ │ ├─┬ debug@2.6.9
1002 silly saveTree │ │ │ └── ms@2.0.0
1002 silly saveTree │ │ ├─┬ finalhandler@1.1.0
1002 silly saveTree │ │ │ ├── encodeurl@1.0.2
1002 silly saveTree │ │ │ ├── escape-html@1.0.3
1002 silly saveTree │ │ │ ├─┬ on-finished@2.3.0
1002 silly saveTree │ │ │ │ └── ee-first@1.1.1
1002 silly saveTree │ │ │ ├── parseurl@1.3.2
1002 silly saveTree │ │ │ ├── statuses@1.3.1
1002 silly saveTree │ │ │ └── unpipe@1.0.0
1002 silly saveTree │ │ ├── parseurl@1.3.2
1002 silly saveTree │ │ └── utils-merge@1.0.1
1002 silly saveTree │ ├─┬ dev-ip@0.1.7
1002 silly saveTree │ │ └── lodash@2.2.1
1002 silly saveTree │ ├─┬ easy-extender@2.3.2
1002 silly saveTree │ │ └── lodash@3.10.1
1002 silly saveTree │ ├─┬ eazy-logger@2.1.3
1002 silly saveTree │ │ ├─┬ lodash.clonedeep@4.3.1
1002 silly saveTree │ │ │ └── lodash._baseclone@4.5.7
1002 silly saveTree │ │ ├─┬ opt-merger@1.1.1
1002 silly saveTree │ │ │ ├── lodash@3.10.1
1002 silly saveTree │ │ │ └── minimist@1.2.0
1002 silly saveTree │ │ └─┬ tfunk@3.1.0
1002 silly saveTree │ │   ├─┬ chalk@1.1.3
1002 silly saveTree │ │   │ ├── ansi-styles@2.2.1
1002 silly saveTree │ │   │ ├── escape-string-regexp@1.0.5
1002 silly saveTree │ │   │ ├─┬ has-ansi@2.0.0
1002 silly saveTree │ │   │ │ └── ansi-regex@2.1.1
1002 silly saveTree │ │   │ ├── strip-ansi@3.0.1
1002 silly saveTree │ │   │ └── supports-color@2.0.0
1002 silly saveTree │ │   └── object-path@0.9.2
1002 silly saveTree │ ├── emitter-steward@0.0.1
1002 silly saveTree │ ├─┬ foxy@7.1.0
1002 silly saveTree │ │ ├── cookie@0.1.5
1002 silly saveTree │ │ ├── dev-ip@1.0.1
1002 silly saveTree │ │ ├─┬ http-proxy@1.17.0
1002 silly saveTree │ │ │ ├── eventemitter3@3.0.1
1002 silly saveTree │ │ │ ├─┬ follow-redirects@1.4.1
1002 silly saveTree │ │ │ │ └── debug@3.1.0
1002 silly saveTree │ │ │ └── requires-port@1.0.0
1002 silly saveTree │ │ ├── immutable@3.8.2
1002 silly saveTree │ │ ├─┬ meow@2.1.0
1002 silly saveTree │ │ │ ├─┬ camelcase-keys@1.0.0
1002 silly saveTree │ │ │ │ ├── camelcase@1.2.1
1002 silly saveTree │ │ │ │ └── map-obj@1.0.1
1002 silly saveTree │ │ │ ├─┬ indent-string@1.2.2
1002 silly saveTree │ │ │ │ ├── get-stdin@4.0.1
1002 silly saveTree │ │ │ │ └─┬ repeating@1.1.3
1002 silly saveTree │ │ │ │   └─┬ is-finite@1.0.2
1002 silly saveTree │ │ │ │     └── number-is-nan@1.0.1
1002 silly saveTree │ │ │ └── object-assign@2.1.1
1002 silly saveTree │ │ └─┬ resp-modifier@1.0.2
1002 silly saveTree │ │   └─┬ minimatch@2.0.10
1002 silly saveTree │ │     └─┬ brace-expansion@1.1.11
1002 silly saveTree │ │       ├── balanced-match@1.0.0
1002 silly saveTree │ │       └── concat-map@0.0.1
1002 silly saveTree │ ├─┬ glob-watcher@0.0.7
1002 silly saveTree │ │ └─┬ gaze@0.5.2
1002 silly saveTree │ │   └─┬ globule@0.1.0
1002 silly saveTree │ │     ├─┬ glob@3.1.21
1002 silly saveTree │ │     │ ├── graceful-fs@1.2.3
1002 silly saveTree │ │     │ ├── inherits@1.0.2
1002 silly saveTree │ │     │ └─┬ minimatch@0.2.14
1002 silly saveTree │ │     │   ├── lru-cache@2.7.3
1002 silly saveTree │ │     │   └── sigmund@1.0.1
1002 silly saveTree │ │     ├── lodash@1.0.2
1002 silly saveTree │ │     └── minimatch@0.2.14
1002 silly saveTree │ ├─┬ localtunnel@1.9.0
1002 silly saveTree │ │ ├─┬ axios@0.17.1
1002 silly saveTree │ │ │ └── is-buffer@1.1.6
1002 silly saveTree │ │ ├── debug@2.6.8
1002 silly saveTree │ │ ├── openurl@1.1.1
1002 silly saveTree │ │ └─┬ yargs@6.6.0
1002 silly saveTree │ │   ├── camelcase@3.0.0
1002 silly saveTree │ │   ├─┬ cliui@3.2.0
1002 silly saveTree │ │   │ ├─┬ string-width@1.0.2
1002 silly saveTree │ │   │ │ ├── code-point-at@1.1.0
1002 silly saveTree │ │   │ │ └── is-fullwidth-code-point@1.0.0
1002 silly saveTree │ │   │ └── wrap-ansi@2.1.0
1002 silly saveTree │ │   ├── decamelize@1.2.0
1002 silly saveTree │ │   ├── get-caller-file@1.0.2
1002 silly saveTree │ │   ├─┬ os-locale@1.4.0
1002 silly saveTree │ │   │ └─┬ lcid@1.0.0
1002 silly saveTree │ │   │   └── invert-kv@1.0.0
1002 silly saveTree │ │   ├─┬ read-pkg-up@1.0.1
1002 silly saveTree │ │   │ ├─┬ find-up@1.1.2
1002 silly saveTree │ │   │ │ ├─┬ path-exists@2.1.0
1002 silly saveTree │ │   │ │ │ └─┬ pinkie-promise@2.0.1
1002 silly saveTree │ │   │ │ │   └── pinkie@2.0.4
1002 silly saveTree │ │   │ │ └── pinkie-promise@2.0.1
1002 silly saveTree │ │   │ └─┬ read-pkg@1.1.0
1002 silly saveTree │ │   │   ├─┬ load-json-file@1.1.0
1002 silly saveTree │ │   │   │ ├── graceful-fs@4.1.11
1002 silly saveTree │ │   │   │ ├─┬ parse-json@2.2.0
1002 silly saveTree │ │   │   │ │ └─┬ error-ex@1.3.1
1002 silly saveTree │ │   │   │ │   └── is-arrayish@0.2.1
1002 silly saveTree │ │   │   │ ├── pify@2.3.0
1002 silly saveTree │ │   │   │ └─┬ strip-bom@2.0.0
1002 silly saveTree │ │   │   │   └── is-utf8@0.2.1
1002 silly saveTree │ │   │   ├─┬ normalize-package-data@2.4.0
1002 silly saveTree │ │   │   │ ├── hosted-git-info@2.6.0
1002 silly saveTree │ │   │   │ ├─┬ is-builtin-module@1.0.0
1002 silly saveTree │ │   │   │ │ └── builtin-modules@1.1.1
1002 silly saveTree │ │   │   │ ├── semver@5.5.0
1002 silly saveTree │ │   │   │ └─┬ validate-npm-package-license@3.0.3
1002 silly saveTree │ │   │   │   ├─┬ spdx-correct@3.0.0
1002 silly saveTree │ │   │   │   │ ├─┬ spdx-expression-parse@3.0.0
1002 silly saveTree │ │   │   │   │ │ ├── spdx-exceptions@2.1.0
1002 silly saveTree │ │   │   │   │ │ └── spdx-license-ids@3.0.0
1002 silly saveTree │ │   │   │   │ └── spdx-license-ids@3.0.0
1002 silly saveTree │ │   │   │   └── spdx-expression-parse@3.0.0
1002 silly saveTree │ │   │   └─┬ path-type@1.1.0
1002 silly saveTree │ │   │     └── graceful-fs@4.1.11
1002 silly saveTree │ │   ├── require-directory@2.1.1
1002 silly saveTree │ │   ├── require-main-filename@1.0.1
1002 silly saveTree │ │   ├── set-blocking@2.0.0
1002 silly saveTree │ │   ├── string-width@1.0.2
1002 silly saveTree │ │   ├── which-module@1.0.0
1002 silly saveTree │ │   ├── y18n@3.2.1
1002 silly saveTree │ │   └─┬ yargs-parser@4.2.1
1002 silly saveTree │ │     └── camelcase@3.0.0
1002 silly saveTree │ ├── lodash@2.4.2
1002 silly saveTree │ ├── minimist@1.2.0
1002 silly saveTree │ ├── object-path@0.8.1
1002 silly saveTree │ ├── opn@1.0.2
1002 silly saveTree │ ├── opt-merger@1.1.1
1002 silly saveTree │ ├─┬ portscanner-plus@0.2.1
1002 silly saveTree │ │ ├─┬ portscanner@1.2.0
1002 silly saveTree │ │ │ └── async@1.5.2
1002 silly saveTree │ │ └── q@1.5.1
1002 silly saveTree │ ├── resp-modifier@1.0.2
1002 silly saveTree │ ├─┬ serve-index@1.9.1
1002 silly saveTree │ │ ├─┬ accepts@1.3.5
1002 silly saveTree │ │ │ ├─┬ mime-types@2.1.18
1002 silly saveTree │ │ │ │ └── mime-db@1.33.0
1002 silly saveTree │ │ │ └── negotiator@0.6.1
1002 silly saveTree │ │ ├── batch@0.6.1
1002 silly saveTree │ │ ├─┬ http-errors@1.6.3
1002 silly saveTree │ │ │ ├── depd@1.1.2
1002 silly saveTree │ │ │ ├── inherits@2.0.3
1002 silly saveTree │ │ │ ├── setprototypeof@1.1.0
1002 silly saveTree │ │ │ └── statuses@1.5.0
1002 silly saveTree │ │ └── mime-types@2.1.18
1002 silly saveTree │ ├─┬ serve-static@1.13.2
1002 silly saveTree │ │ └─┬ send@0.16.2
1002 silly saveTree │ │   ├── destroy@1.0.4
1002 silly saveTree │ │   ├── etag@1.8.1
1002 silly saveTree │ │   ├── fresh@0.5.2
1002 silly saveTree │ │   ├── mime@1.4.1
1002 silly saveTree │ │   ├── range-parser@1.2.0
1002 silly saveTree │ │   └── statuses@1.4.0
1002 silly saveTree │ ├─┬ socket.io@1.7.4
1002 silly saveTree │ │ ├─┬ debug@2.3.3
1002 silly saveTree │ │ │ └── ms@0.7.2
1002 silly saveTree │ │ ├─┬ engine.io@1.8.5
1002 silly saveTree │ │ │ ├── accepts@1.3.3
1002 silly saveTree │ │ │ ├── base64id@1.0.0
1002 silly saveTree │ │ │ ├── cookie@0.3.1
1002 silly saveTree │ │ │ ├─┬ debug@2.3.3
1002 silly saveTree │ │ │ │ └── ms@0.7.2
1002 silly saveTree │ │ │ ├─┬ engine.io-parser@1.3.2
1002 silly saveTree │ │ │ │ ├── after@0.8.2
1002 silly saveTree │ │ │ │ ├── arraybuffer.slice@0.0.6
1002 silly saveTree │ │ │ │ ├── base64-arraybuffer@0.1.5
1002 silly saveTree │ │ │ │ ├── blob@0.0.4
1002 silly saveTree │ │ │ │ ├─┬ has-binary@0.1.7
1002 silly saveTree │ │ │ │ │ └── isarray@0.0.1
1002 silly saveTree │ │ │ │ └── wtf-8@1.0.0
1002 silly saveTree │ │ │ └─┬ ws@1.1.5
1002 silly saveTree │ │ │   ├── options@0.0.6
1002 silly saveTree │ │ │   └── ultron@1.0.2
1002 silly saveTree │ │ ├── has-binary@0.1.7
1002 silly saveTree │ │ ├── object-assign@4.1.0
1002 silly saveTree │ │ ├─┬ socket.io-adapter@0.5.0
1002 silly saveTree │ │ │ ├─┬ debug@2.3.3
1002 silly saveTree │ │ │ │ └── ms@0.7.2
1002 silly saveTree │ │ │ └─┬ socket.io-parser@2.3.1
1002 silly saveTree │ │ │   ├── component-emitter@1.1.2
1002 silly saveTree │ │ │   ├─┬ debug@2.2.0
1002 silly saveTree │ │ │   │ └── ms@0.7.1
1002 silly saveTree │ │ │   └── json3@3.3.2
1002 silly saveTree │ │ ├─┬ socket.io-client@1.7.4
1002 silly saveTree │ │ │ ├── backo2@1.0.2
1002 silly saveTree │ │ │ ├── component-bind@1.0.0
1002 silly saveTree │ │ │ ├── component-emitter@1.2.1
1002 silly saveTree │ │ │ ├─┬ debug@2.3.3
1002 silly saveTree │ │ │ │ └── ms@0.7.2
1002 silly saveTree │ │ │ ├─┬ engine.io-client@1.8.5
1002 silly saveTree │ │ │ │ ├── component-emitter@1.2.1
1002 silly saveTree │ │ │ │ ├── component-inherit@0.0.3
1002 silly saveTree │ │ │ │ ├─┬ debug@2.3.3
1002 silly saveTree │ │ │ │ │ └── ms@0.7.2
1002 silly saveTree │ │ │ │ ├── has-cors@1.1.0
1002 silly saveTree │ │ │ │ ├── indexof@0.0.1
1002 silly saveTree │ │ │ │ ├─┬ parsejson@0.0.3
1002 silly saveTree │ │ │ │ │ └─┬ better-assert@1.0.2
1002 silly saveTree │ │ │ │ │   └── callsite@1.0.0
1002 silly saveTree │ │ │ │ ├── parseqs@0.0.5
1002 silly saveTree │ │ │ │ ├── parseuri@0.0.5
1002 silly saveTree │ │ │ │ ├── xmlhttprequest-ssl@1.5.3
1002 silly saveTree │ │ │ │ └── yeast@0.1.2
1002 silly saveTree │ │ │ ├── indexof@0.0.1
1002 silly saveTree │ │ │ ├── object-component@0.0.3
1002 silly saveTree │ │ │ ├── parseuri@0.0.5
1002 silly saveTree │ │ │ └── to-array@0.1.4
1002 silly saveTree │ │ └── socket.io-parser@2.3.1
1002 silly saveTree │ ├── tfunk@3.1.0
1002 silly saveTree │ └── ua-parser-js@0.7.17
1002 silly saveTree ├─┬ gulp-autoprefixer@1.0.0
1002 silly saveTree │ ├─┬ autoprefixer-core@3.1.2
1002 silly saveTree │ │ ├── caniuse-db@1.0.30000830
1002 silly saveTree │ │ └─┬ postcss@2.2.6
1002 silly saveTree │ │   ├── js-base64@2.1.9
1002 silly saveTree │ │   └─┬ source-map@0.1.43
1002 silly saveTree │ │     └── amdefine@1.0.1
1002 silly saveTree │ ├─┬ gulp-util@3.0.8
1002 silly saveTree │ │ ├── array-differ@1.0.0
1002 silly saveTree │ │ ├── array-uniq@1.0.3
1002 silly saveTree │ │ ├── beeper@1.1.1
1002 silly saveTree │ │ ├── dateformat@2.2.0
1002 silly saveTree │ │ ├─┬ fancy-log@1.3.2
1002 silly saveTree │ │ │ ├─┬ ansi-gray@0.1.1
1002 silly saveTree │ │ │ │ └── ansi-wrap@0.1.0
1002 silly saveTree │ │ │ ├── color-support@1.1.3
1002 silly saveTree │ │ │ └── time-stamp@1.1.0
1002 silly saveTree │ │ ├─┬ gulplog@1.0.0
1002 silly saveTree │ │ │ └─┬ glogg@1.0.1
1002 silly saveTree │ │ │   └── sparkles@1.0.0
1002 silly saveTree │ │ ├── has-gulplog@0.1.0
1002 silly saveTree │ │ ├── lodash._reescape@3.0.0
1002 silly saveTree │ │ ├── lodash._reevaluate@3.0.0
1002 silly saveTree │ │ ├── lodash._reinterpolate@3.0.0
1002 silly saveTree │ │ ├─┬ lodash.template@3.6.2
1002 silly saveTree │ │ │ ├── lodash._basecopy@3.0.1
1002 silly saveTree │ │ │ ├── lodash._basetostring@3.0.1
1002 silly saveTree │ │ │ ├── lodash._basevalues@3.0.0
1002 silly saveTree │ │ │ ├── lodash._isiterateecall@3.0.9
1002 silly saveTree │ │ │ ├─┬ lodash.escape@3.2.0
1002 silly saveTree │ │ │ │ └── lodash._root@3.0.1
1002 silly saveTree │ │ │ ├─┬ lodash.keys@3.1.2
1002 silly saveTree │ │ │ │ ├── lodash._getnative@3.9.1
1002 silly saveTree │ │ │ │ ├── lodash.isarguments@3.1.0
1002 silly saveTree │ │ │ │ └── lodash.isarray@3.0.4
1002 silly saveTree │ │ │ ├── lodash.restparam@3.6.1
1002 silly saveTree │ │ │ └── lodash.templatesettings@3.1.1
1002 silly saveTree │ │ ├─┬ multipipe@0.1.2
1002 silly saveTree │ │ │ └─┬ duplexer2@0.0.2
1002 silly saveTree │ │ │   └─┬ readable-stream@1.1.14
1002 silly saveTree │ │ │     ├── core-util-is@1.0.2
1002 silly saveTree │ │ │     ├── inherits@2.0.3
1002 silly saveTree │ │ │     └── string_decoder@0.10.31
1002 silly saveTree │ │ ├── object-assign@3.0.0
1002 silly saveTree │ │ ├── replace-ext@0.0.1
1002 silly saveTree │ │ ├─┬ through2@2.0.3
1002 silly saveTree │ │ │ ├─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ ├── process-nextick-args@2.0.0
1002 silly saveTree │ │ │ │ ├── safe-buffer@5.1.1
1002 silly saveTree │ │ │ │ ├── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ └── util-deprecate@1.0.2
1002 silly saveTree │ │ │ └── xtend@4.0.1
1002 silly saveTree │ │ └─┬ vinyl@0.5.3
1002 silly saveTree │ │   ├── clone-stats@0.0.1
1002 silly saveTree │ │   └── clone@1.0.4
1002 silly saveTree │ ├── object-assign@1.0.0
1002 silly saveTree │ ├─┬ through2@0.6.5
1002 silly saveTree │ │ └─┬ readable-stream@1.0.34
1002 silly saveTree │ │   └── inherits@2.0.3
1002 silly saveTree │ └─┬ vinyl-sourcemaps-apply@0.1.4
1002 silly saveTree │   └── source-map@0.1.43
1002 silly saveTree ├─┬ gulp-csslint@0.1.5
1002 silly saveTree │ ├─┬ csslint@0.10.0
1002 silly saveTree │ │ └── parserlib@0.2.5
1002 silly saveTree │ └─┬ event-stream@3.3.4
1002 silly saveTree │   ├── duplexer@0.1.1
1002 silly saveTree │   ├── from@0.1.7
1002 silly saveTree │   ├── map-stream@0.1.0
1002 silly saveTree │   ├─┬ pause-stream@0.0.11
1002 silly saveTree │   │ └── through@2.3.8
1002 silly saveTree │   ├── split@0.3.3
1002 silly saveTree │   ├── stream-combiner@0.0.4
1002 silly saveTree │   └── through@2.3.8
1002 silly saveTree ├─┬ gulp-imagemin@2.4.0
1002 silly saveTree │ ├─┬ imagemin@4.0.0
1002 silly saveTree │ │ ├─┬ buffer-to-vinyl@1.1.0
1002 silly saveTree │ │ │ ├── file-type@3.9.0
1002 silly saveTree │ │ │ ├─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ └── string_decoder@1.1.1
1002 silly saveTree │ │ │ ├── uuid@2.0.3
1002 silly saveTree │ │ │ └── vinyl@1.2.0
1002 silly saveTree │ │ ├─┬ concat-stream@1.6.2
1002 silly saveTree │ │ │ ├── buffer-from@1.0.0
1002 silly saveTree │ │ │ ├── inherits@2.0.3
1002 silly saveTree │ │ │ ├─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ └── string_decoder@1.1.1
1002 silly saveTree │ │ │ └── typedarray@0.0.6
1002 silly saveTree │ │ ├─┬ imagemin-gifsicle@4.2.0
1002 silly saveTree │ │ │ ├─┬ gifsicle@3.0.4
1002 silly saveTree │ │ │ │ ├─┬ bin-build@2.2.0
1002 silly saveTree │ │ │ │ │ ├── archive-type@3.2.0
1002 silly saveTree │ │ │ │ │ ├─┬ decompress@3.0.0
1002 silly saveTree │ │ │ │ │ │ ├─┬ decompress-tar@3.1.0
1002 silly saveTree │ │ │ │ │ │ │ ├── is-tar@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
1002 silly saveTree │ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
1002 silly saveTree │ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
1002 silly saveTree │ │ │ │ │ │ │ │ ├── is-natural-number@2.1.1
1002 silly saveTree │ │ │ │ │ │ │ │ └── sum-up@1.0.3
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ tar-stream@1.5.5
1002 silly saveTree │ │ │ │ │ │ │ │ ├─┬ bl@1.2.2
1002 silly saveTree │ │ │ │ │ │ │ │ │ └─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │ │ │ │   ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │ │ │ │   ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ │   └── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ │ │ │ │ ├─┬ end-of-stream@1.4.1
1002 silly saveTree │ │ │ │ │ │ │ │ │ └─┬ once@1.4.0
1002 silly saveTree │ │ │ │ │ │ │ │ │   └── wrappy@1.0.2
1002 silly saveTree │ │ │ │ │ │ │ │ └─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │ │ │   ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │ │ │   ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │   └── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ through2@0.6.5
1002 silly saveTree │ │ │ │ │ │ │ │ └─┬ readable-stream@1.0.34
1002 silly saveTree │ │ │ │ │ │ │ │   └── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │ │ └─┬ vinyl@0.4.6
1002 silly saveTree │ │ │ │ │ │ │   └── clone@0.2.0
1002 silly saveTree │ │ │ │ │ │ ├─┬ decompress-tarbz2@3.1.0
1002 silly saveTree │ │ │ │ │ │ │ ├── is-bzip2@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ seek-bzip@1.0.5
1002 silly saveTree │ │ │ │ │ │ │ │ └─┬ commander@2.8.1
1002 silly saveTree │ │ │ │ │ │ │ │   └── graceful-readlink@1.0.1
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ through2@0.6.5
1002 silly saveTree │ │ │ │ │ │ │ │ └─┬ readable-stream@1.0.34
1002 silly saveTree │ │ │ │ │ │ │ │   └── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │ │ └─┬ vinyl@0.4.6
1002 silly saveTree │ │ │ │ │ │ │   └── clone@0.2.0
1002 silly saveTree │ │ │ │ │ │ ├─┬ decompress-targz@3.1.0
1002 silly saveTree │ │ │ │ │ │ │ ├── is-gzip@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ through2@0.6.5
1002 silly saveTree │ │ │ │ │ │ │ │ └─┬ readable-stream@1.0.34
1002 silly saveTree │ │ │ │ │ │ │ │   └── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │ │ └─┬ vinyl@0.4.6
1002 silly saveTree │ │ │ │ │ │ │   └── clone@0.2.0
1002 silly saveTree │ │ │ │ │ │ ├─┬ decompress-unzip@3.4.0
1002 silly saveTree │ │ │ │ │ │ │ ├── is-zip@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ read-all-stream@3.1.0
1002 silly saveTree │ │ │ │ │ │ │ │ └─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │ │ │   ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │ │ │   ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │   └── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ │ │ │ ├── stat-mode@0.2.2
1002 silly saveTree │ │ │ │ │ │ │ ├── vinyl@1.2.0
1002 silly saveTree │ │ │ │ │ │ │ └─┬ yauzl@2.9.1
1002 silly saveTree │ │ │ │ │ │ │   ├── buffer-crc32@0.2.13
1002 silly saveTree │ │ │ │ │ │ │   └─┬ fd-slicer@1.0.1
1002 silly saveTree │ │ │ │ │ │ │     └── pend@1.2.0
1002 silly saveTree │ │ │ │ │ │ ├─┬ stream-combiner2@1.1.1
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ duplexer2@0.1.4
1002 silly saveTree │ │ │ │ │ │ │ │ └─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │ │ │   ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │ │ │   ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │   └── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ │ │ │ └── readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │ ├─┬ vinyl-assign@1.2.1
1002 silly saveTree │ │ │ │ │ │ │ ├── object-assign@4.1.1
1002 silly saveTree │ │ │ │ │ │ │ └─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │ │   ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │ │   ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │ │   └── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ │ │ └─┬ vinyl-fs@2.4.4
1002 silly saveTree │ │ │ │ │ │   ├─┬ duplexify@3.5.4
1002 silly saveTree │ │ │ │ │ │   │ ├─┬ end-of-stream@1.4.1
1002 silly saveTree │ │ │ │ │ │   │ │ └── once@1.4.0
1002 silly saveTree │ │ │ │ │ │   │ ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │   │ ├─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │   │ │ ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │   │ │ └── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ │ │   │ └── stream-shift@1.0.0
1002 silly saveTree │ │ │ │ │ │   ├─┬ glob-stream@5.3.5
1002 silly saveTree │ │ │ │ │ │   │ ├── extend@3.0.1
1002 silly saveTree │ │ │ │ │ │   │ ├─┬ glob-parent@3.1.0
1002 silly saveTree │ │ │ │ │ │   │ │ ├─┬ is-glob@3.1.0
1002 silly saveTree │ │ │ │ │ │   │ │ │ └── is-extglob@2.1.1
1002 silly saveTree │ │ │ │ │ │   │ │ └── path-dirname@1.0.2
1002 silly saveTree │ │ │ │ │ │   │ ├─┬ glob@5.0.15
1002 silly saveTree │ │ │ │ │ │   │ │ ├─┬ inflight@1.0.6
1002 silly saveTree │ │ │ │ │ │   │ │ │ └── once@1.3.3
1002 silly saveTree │ │ │ │ │ │   │ │ ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │   │ │ ├── once@1.3.3
1002 silly saveTree │ │ │ │ │ │   │ │ └── path-is-absolute@1.0.1
1002 silly saveTree │ │ │ │ │ │   │ ├─┬ micromatch@2.3.11
1002 silly saveTree │ │ │ │ │ │   │ │ ├─┬ arr-diff@2.0.0
1002 silly saveTree │ │ │ │ │ │   │ │ │ └── arr-flatten@1.1.0
1002 silly saveTree │ │ │ │ │ │   │ │ ├── array-unique@0.2.1
1002 silly saveTree │ │ │ │ │ │   │ │ ├─┬ braces@1.8.5
1002 silly saveTree │ │ │ │ │ │   │ │ │ ├─┬ expand-range@1.8.2
1002 silly saveTree │ │ │ │ │ │   │ │ │ │ └─┬ fill-range@2.2.3
1002 silly saveTree │ │ │ │ │ │   │ │ │ │   ├─┬ is-number@2.1.0
1002 silly saveTree │ │ │ │ │ │   │ │ │ │   │ └── kind-of@3.2.2
1002 silly saveTree │ │ │ │ │ │   │ │ │ │   ├─┬ isobject@2.1.0
1002 silly saveTree │ │ │ │ │ │   │ │ │ │   │ └── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │   │ │ │ │   ├─┬ randomatic@1.1.7
1002 silly saveTree │ │ │ │ │ │   │ │ │ │   │ ├─┬ is-number@3.0.0
1002 silly saveTree │ │ │ │ │ │   │ │ │ │   │ │ └── kind-of@3.2.2
1002 silly saveTree │ │ │ │ │ │   │ │ │ │   │ └── kind-of@4.0.0
1002 silly saveTree │ │ │ │ │ │   │ │ │ │   ├── repeat-element@1.1.2
1002 silly saveTree │ │ │ │ │ │   │ │ │ │   └── repeat-string@1.6.1
1002 silly saveTree │ │ │ │ │ │   │ │ │ ├── preserve@0.2.0
1002 silly saveTree │ │ │ │ │ │   │ │ │ └── repeat-element@1.1.2
1002 silly saveTree │ │ │ │ │ │   │ │ ├─┬ expand-brackets@0.1.5
1002 silly saveTree │ │ │ │ │ │   │ │ │ └── is-posix-bracket@0.1.1
1002 silly saveTree │ │ │ │ │ │   │ │ ├─┬ extglob@0.3.2
1002 silly saveTree │ │ │ │ │ │   │ │ │ └── is-extglob@1.0.0
1002 silly saveTree │ │ │ │ │ │   │ │ ├── filename-regex@2.0.1
1002 silly saveTree │ │ │ │ │ │   │ │ ├── is-extglob@1.0.0
1002 silly saveTree │ │ │ │ │ │   │ │ ├── is-glob@2.0.1
1002 silly saveTree │ │ │ │ │ │   │ │ ├── kind-of@3.2.2
1002 silly saveTree │ │ │ │ │ │   │ │ ├─┬ normalize-path@2.1.1
1002 silly saveTree │ │ │ │ │ │   │ │ │ └── remove-trailing-separator@1.1.0
1002 silly saveTree │ │ │ │ │ │   │ │ ├─┬ object.omit@2.0.1
1002 silly saveTree │ │ │ │ │ │   │ │ │ ├─┬ for-own@0.1.5
1002 silly saveTree │ │ │ │ │ │   │ │ │ │ └── for-in@1.0.2
1002 silly saveTree │ │ │ │ │ │   │ │ │ └── is-extendable@0.1.1
1002 silly saveTree │ │ │ │ │ │   │ │ ├─┬ parse-glob@3.0.4
1002 silly saveTree │ │ │ │ │ │   │ │ │ ├─┬ glob-base@0.3.0
1002 silly saveTree │ │ │ │ │ │   │ │ │ │ ├─┬ glob-parent@2.0.0
1002 silly saveTree │ │ │ │ │ │   │ │ │ │ │ └─┬ is-glob@2.0.1
1002 silly saveTree │ │ │ │ │ │   │ │ │ │ │   └── is-extglob@1.0.0
1002 silly saveTree │ │ │ │ │ │   │ │ │ │ └── is-glob@2.0.1
1002 silly saveTree │ │ │ │ │ │   │ │ │ ├── is-dotfile@1.0.3
1002 silly saveTree │ │ │ │ │ │   │ │ │ ├── is-extglob@1.0.0
1002 silly saveTree │ │ │ │ │ │   │ │ │ └── is-glob@2.0.1
1002 silly saveTree │ │ │ │ │ │   │ │ └─┬ regex-cache@0.4.4
1002 silly saveTree │ │ │ │ │ │   │ │   └─┬ is-equal-shallow@0.1.3
1002 silly saveTree │ │ │ │ │ │   │ │     └── is-primitive@2.0.0
1002 silly saveTree │ │ │ │ │ │   │ ├─┬ ordered-read-streams@0.3.0
1002 silly saveTree │ │ │ │ │ │   │ │ ├── is-stream@1.1.0
1002 silly saveTree │ │ │ │ │ │   │ │ └─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │   │ │   ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │   │ │   └── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ │ │   │ ├─┬ through2@0.6.5
1002 silly saveTree │ │ │ │ │ │   │ │ └─┬ readable-stream@1.0.34
1002 silly saveTree │ │ │ │ │ │   │ │   ├── isarray@0.0.1
1002 silly saveTree │ │ │ │ │ │   │ │   └── string_decoder@0.10.31
1002 silly saveTree │ │ │ │ │ │   │ ├─┬ to-absolute-glob@0.1.1
1002 silly saveTree │ │ │ │ │ │   │ │ └── extend-shallow@2.0.1
1002 silly saveTree │ │ │ │ │ │   │ └─┬ unique-stream@2.2.1
1002 silly saveTree │ │ │ │ │ │   │   ├─┬ json-stable-stringify@1.0.1
1002 silly saveTree │ │ │ │ │ │   │   │ └── jsonify@0.0.0
1002 silly saveTree │ │ │ │ │ │   │   └── through2-filter@2.0.0
1002 silly saveTree │ │ │ │ │ │   ├── graceful-fs@4.1.11
1002 silly saveTree │ │ │ │ │ │   ├─┬ gulp-sourcemaps@1.6.0
1002 silly saveTree │ │ │ │ │ │   │ ├── convert-source-map@1.5.1
1002 silly saveTree │ │ │ │ │ │   │ ├── graceful-fs@4.1.11
1002 silly saveTree │ │ │ │ │ │   │ └── vinyl@1.2.0
1002 silly saveTree │ │ │ │ │ │   ├── is-valid-glob@0.3.0
1002 silly saveTree │ │ │ │ │ │   ├─┬ lazystream@1.0.0
1002 silly saveTree │ │ │ │ │ │   │ └─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │   │   ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │   │   ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │   │   └── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ │ │   ├── lodash.isequal@4.5.0
1002 silly saveTree │ │ │ │ │ │   ├─┬ merge-stream@1.0.1
1002 silly saveTree │ │ │ │ │ │   │ └─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │   │   ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │   │   ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │   │   └── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ │ │   ├─┬ mkdirp@0.5.1
1002 silly saveTree │ │ │ │ │ │   │ └── minimist@0.0.8
1002 silly saveTree │ │ │ │ │ │   ├── object-assign@4.1.1
1002 silly saveTree │ │ │ │ │ │   ├── readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │   ├─┬ strip-bom-stream@1.0.0
1002 silly saveTree │ │ │ │ │ │   │ └── first-chunk-stream@1.0.0
1002 silly saveTree │ │ │ │ │ │   ├── through2-filter@2.0.0
1002 silly saveTree │ │ │ │ │ │   ├── vali-date@1.0.0
1002 silly saveTree │ │ │ │ │ │   └── vinyl@1.2.0
1002 silly saveTree │ │ │ │ │ ├─┬ download@4.4.3
1002 silly saveTree │ │ │ │ │ │ ├─┬ caw@1.2.0
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ get-proxy@1.1.0
1002 silly saveTree │ │ │ │ │ │ │ │ └─┬ rc@1.2.6
1002 silly saveTree │ │ │ │ │ │ │ │   ├── deep-extend@0.4.2
1002 silly saveTree │ │ │ │ │ │ │ │   ├── ini@1.3.5
1002 silly saveTree │ │ │ │ │ │ │ │   └── strip-json-comments@2.0.1
1002 silly saveTree │ │ │ │ │ │ │ ├── is-obj@1.0.1
1002 silly saveTree │ │ │ │ │ │ │ ├── object-assign@3.0.0
1002 silly saveTree │ │ │ │ │ │ │ └── tunnel-agent@0.4.3
1002 silly saveTree │ │ │ │ │ │ ├─┬ each-async@1.1.1
1002 silly saveTree │ │ │ │ │ │ │ ├── onetime@1.1.0
1002 silly saveTree │ │ │ │ │ │ │ └── set-immediate-shim@1.0.1
1002 silly saveTree │ │ │ │ │ │ ├─┬ filenamify@1.2.1
1002 silly saveTree │ │ │ │ │ │ │ ├── filename-reserved-regex@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ ├── strip-outer@1.0.1
1002 silly saveTree │ │ │ │ │ │ │ └── trim-repeated@1.0.0
1002 silly saveTree │ │ │ │ │ │ ├─┬ got@5.7.1
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ create-error-class@3.0.2
1002 silly saveTree │ │ │ │ │ │ │ │ └── capture-stack-trace@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ duplexer2@0.1.4
1002 silly saveTree │ │ │ │ │ │ │ │ └─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │ │ │   ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │ │ │   ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │   └── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ │ │ │ ├── is-redirect@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ ├── is-retry-allowed@1.1.0
1002 silly saveTree │ │ │ │ │ │ │ ├── lowercase-keys@1.0.1
1002 silly saveTree │ │ │ │ │ │ │ ├── node-status-codes@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ ├── object-assign@4.1.1
1002 silly saveTree │ │ │ │ │ │ │ ├── readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │ │ ├── timed-out@3.1.3
1002 silly saveTree │ │ │ │ │ │ │ ├── unzip-response@1.0.2
1002 silly saveTree │ │ │ │ │ │ │ └─┬ url-parse-lax@1.0.0
1002 silly saveTree │ │ │ │ │ │ │   └── prepend-http@1.0.4
1002 silly saveTree │ │ │ │ │ │ ├─┬ gulp-decompress@1.2.0
1002 silly saveTree │ │ │ │ │ │ │ └─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │ │   ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │ │   ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │ │   └── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ │ │ ├── gulp-rename@1.2.2
1002 silly saveTree │ │ │ │ │ │ ├── is-url@1.2.4
1002 silly saveTree │ │ │ │ │ │ ├── object-assign@4.1.1
1002 silly saveTree │ │ │ │ │ │ ├─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ │ │ │ │ ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │ │ ├── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ └── string_decoder@1.1.1
1002 silly saveTree │ │ │ │ │ │ ├─┬ vinyl-fs@2.4.4
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ glob-stream@5.3.5
1002 silly saveTree │ │ │ │ │ │ │ │ ├── glob@5.0.15
1002 silly saveTree │ │ │ │ │ │ │ │ ├─┬ micromatch@2.3.11
1002 silly saveTree │ │ │ │ │ │ │ │ │ ├── arr-diff@2.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ │ ├── array-unique@0.2.1
1002 silly saveTree │ │ │ │ │ │ │ │ │ ├── braces@1.8.5
1002 silly saveTree │ │ │ │ │ │ │ │ │ ├── expand-brackets@0.1.5
1002 silly saveTree │ │ │ │ │ │ │ │ │ ├─┬ extglob@0.3.2
1002 silly saveTree │ │ │ │ │ │ │ │ │ │ └── is-extglob@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ │ ├── is-extglob@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ │ ├── is-glob@2.0.1
1002 silly saveTree │ │ │ │ │ │ │ │ │ └── kind-of@3.2.2
1002 silly saveTree │ │ │ │ │ │ │ │ ├── ordered-read-streams@0.3.0
1002 silly saveTree │ │ │ │ │ │ │ │ ├─┬ through2@0.6.5
1002 silly saveTree │ │ │ │ │ │ │ │ │ └─┬ readable-stream@1.0.34
1002 silly saveTree │ │ │ │ │ │ │ │ │   ├── isarray@0.0.1
1002 silly saveTree │ │ │ │ │ │ │ │ │   └── string_decoder@0.10.31
1002 silly saveTree │ │ │ │ │ │ │ │ └── unique-stream@2.2.1
1002 silly saveTree │ │ │ │ │ │ │ ├── graceful-fs@4.1.11
1002 silly saveTree │ │ │ │ │ │ │ └── vinyl@1.2.0
1002 silly saveTree │ │ │ │ │ │ ├── vinyl@1.2.0
1002 silly saveTree │ │ │ │ │ │ └─┬ ware@1.3.0
1002 silly saveTree │ │ │ │ │ │   └─┬ wrap-fn@0.1.5
1002 silly saveTree │ │ │ │ │ │     └── co@3.1.0
1002 silly saveTree │ │ │ │ │ ├─┬ exec-series@1.0.3
1002 silly saveTree │ │ │ │ │ │ ├── async-each-series@1.1.0
1002 silly saveTree │ │ │ │ │ │ └── object-assign@4.1.1
1002 silly saveTree │ │ │ │ │ ├─┬ rimraf@2.6.2
1002 silly saveTree │ │ │ │ │ │ └─┬ glob@7.1.2
1002 silly saveTree │ │ │ │ │ │   ├── fs.realpath@1.0.0
1002 silly saveTree │ │ │ │ │ │   ├── inherits@2.0.3
1002 silly saveTree │ │ │ │ │ │   └── minimatch@3.0.4
1002 silly saveTree │ │ │ │ │ ├─┬ tempfile@1.1.1
1002 silly saveTree │ │ │ │ │ │ └── os-tmpdir@1.0.2
1002 silly saveTree │ │ │ │ │ └─┬ url-regex@3.2.0
1002 silly saveTree │ │ │ │ │   └── ip-regex@1.0.3
1002 silly saveTree │ │ │ │ ├─┬ bin-wrapper@3.0.2
1002 silly saveTree │ │ │ │ │ ├─┬ bin-check@2.0.0
1002 silly saveTree │ │ │ │ │ │ └─┬ executable@1.1.0
1002 silly saveTree │ │ │ │ │ │   └─┬ meow@3.7.0
1002 silly saveTree │ │ │ │ │ │     ├─┬ camelcase-keys@2.1.0
1002 silly saveTree │ │ │ │ │ │     │ └── camelcase@2.1.1
1002 silly saveTree │ │ │ │ │ │     ├─┬ loud-rejection@1.6.0
1002 silly saveTree │ │ │ │ │ │     │ ├─┬ currently-unhandled@0.4.1
1002 silly saveTree │ │ │ │ │ │     │ │ └── array-find-index@1.0.2
1002 silly saveTree │ │ │ │ │ │     │ └── signal-exit@3.0.2
1002 silly saveTree │ │ │ │ │ │     ├── object-assign@4.1.1
1002 silly saveTree │ │ │ │ │ │     ├─┬ redent@1.0.0
1002 silly saveTree │ │ │ │ │ │     │ ├─┬ indent-string@2.1.0
1002 silly saveTree │ │ │ │ │ │     │ │ └── repeating@2.0.1
1002 silly saveTree │ │ │ │ │ │     │ └── strip-indent@1.0.1
1002 silly saveTree │ │ │ │ │ │     └── trim-newlines@1.0.0
1002 silly saveTree │ │ │ │ │ ├─┬ bin-version-check@2.1.0
1002 silly saveTree │ │ │ │ │ │ ├─┬ bin-version@1.0.4
1002 silly saveTree │ │ │ │ │ │ │ └─┬ find-versions@1.2.1
1002 silly saveTree │ │ │ │ │ │ │   ├─┬ meow@3.7.0
1002 silly saveTree │ │ │ │ │ │ │   │ ├─┬ camelcase-keys@2.1.0
1002 silly saveTree │ │ │ │ │ │ │   │ │ └── camelcase@2.1.1
1002 silly saveTree │ │ │ │ │ │ │   │ └── object-assign@4.1.1
1002 silly saveTree │ │ │ │ │ │ │   └── semver-regex@1.0.0
1002 silly saveTree │ │ │ │ │ │ ├── semver-truncate@1.1.2
1002 silly saveTree │ │ │ │ │ │ └── semver@4.3.6
1002 silly saveTree │ │ │ │ │ ├── lazy-req@1.1.0
1002 silly saveTree │ │ │ │ │ └── os-filter-obj@1.0.3
1002 silly saveTree │ │ │ │ └─┬ logalot@2.1.0
1002 silly saveTree │ │ │ │   ├─┬ figures@1.7.0
1002 silly saveTree │ │ │ │   │ └── object-assign@4.1.1
1002 silly saveTree │ │ │ │   └─┬ squeak@1.3.0
1002 silly saveTree │ │ │ │     ├── console-stream@0.1.1
1002 silly saveTree │ │ │ │     └─┬ lpad-align@1.1.2
1002 silly saveTree │ │ │ │       ├─┬ indent-string@2.1.0
1002 silly saveTree │ │ │ │       │ └── repeating@2.0.1
1002 silly saveTree │ │ │ │       ├── longest@1.0.1
1002 silly saveTree │ │ │ │       └─┬ meow@3.7.0
1002 silly saveTree │ │ │ │         ├─┬ camelcase-keys@2.1.0
1002 silly saveTree │ │ │ │         │ └── camelcase@2.1.1
1002 silly saveTree │ │ │ │         └── object-assign@4.1.1
1002 silly saveTree │ │ │ ├── is-gif@1.0.0
1002 silly saveTree │ │ │ └─┬ through2@0.6.5
1002 silly saveTree │ │ │   └─┬ readable-stream@1.0.34
1002 silly saveTree │ │ │     └── inherits@2.0.3
1002 silly saveTree │ │ ├─┬ imagemin-jpegtran@4.3.2
1002 silly saveTree │ │ │ ├── is-jpg@1.0.1
1002 silly saveTree │ │ │ └── jpegtran-bin@3.2.0
1002 silly saveTree │ │ ├─┬ imagemin-optipng@4.3.0
1002 silly saveTree │ │ │ ├── exec-buffer@2.0.1
1002 silly saveTree │ │ │ ├── is-png@1.1.0
1002 silly saveTree │ │ │ ├── optipng-bin@3.1.4
1002 silly saveTree │ │ │ └─┬ through2@0.6.5
1002 silly saveTree │ │ │   └─┬ readable-stream@1.0.34
1002 silly saveTree │ │ │     └── inherits@2.0.3
1002 silly saveTree │ │ ├─┬ imagemin-svgo@4.2.1
1002 silly saveTree │ │ │ ├── is-svg@1.1.1
1002 silly saveTree │ │ │ └─┬ svgo@0.6.6
1002 silly saveTree │ │ │   ├── coa@1.0.4
1002 silly saveTree │ │ │   ├── colors@1.1.2
1002 silly saveTree │ │ │   ├─┬ csso@2.0.0
1002 silly saveTree │ │ │   │ ├── clap@1.2.3
1002 silly saveTree │ │ │   │ └── source-map@0.5.7
1002 silly saveTree │ │ │   ├─┬ js-yaml@3.6.1
1002 silly saveTree │ │ │   │ ├─┬ argparse@1.0.10
1002 silly saveTree │ │ │   │ │ └── sprintf-js@1.0.3
1002 silly saveTree │ │ │   │ └── esprima@2.7.3
1002 silly saveTree │ │ │   ├── sax@1.2.4
1002 silly saveTree │ │ │   └── whet.extend@0.9.9
1002 silly saveTree │ │ ├── optional@0.1.4
1002 silly saveTree │ │ ├─┬ readable-stream@2.3.6
1002 silly saveTree │ │ │ ├── inherits@2.0.3
1002 silly saveTree │ │ │ ├── isarray@1.0.0
1002 silly saveTree │ │ │ └── string_decoder@1.1.1
1002 silly saveTree │ │ ├── stream-combiner2@1.1.1
1002 silly saveTree │ │ └─┬ vinyl-fs@2.4.4
1002 silly saveTree │ │   ├─┬ glob-stream@5.3.5
1002 silly saveTree │ │   │ ├── glob@5.0.15
1002 silly saveTree │ │   │ ├─┬ micromatch@2.3.11
1002 silly saveTree │ │   │ │ ├── arr-diff@2.0.0
1002 silly saveTree │ │   │ │ ├── array-unique@0.2.1
1002 silly saveTree │ │   │ │ ├── braces@1.8.5
1002 silly saveTree │ │   │ │ ├── expand-brackets@0.1.5
1002 silly saveTree │ │   │ │ ├─┬ extglob@0.3.2
1002 silly saveTree │ │   │ │ │ └── is-extglob@1.0.0
1002 silly saveTree │ │   │ │ ├── is-extglob@1.0.0
1002 silly saveTree │ │   │ │ ├── is-glob@2.0.1
1002 silly saveTree │ │   │ │ └── kind-of@3.2.2
1002 silly saveTree │ │   │ ├── ordered-read-streams@0.3.0
1002 silly saveTree │ │   │ ├─┬ through2@0.6.5
1002 silly saveTree │ │   │ │ └─┬ readable-stream@1.0.34
1002 silly saveTree │ │   │ │   ├── isarray@0.0.1
1002 silly saveTree │ │   │ │   └── string_decoder@0.10.31
1002 silly saveTree │ │   │ └── unique-stream@2.2.1
1002 silly saveTree │ │   ├── graceful-fs@4.1.11
1002 silly saveTree │ │   ├── object-assign@4.1.1
1002 silly saveTree │ │   └── vinyl@1.2.0
1002 silly saveTree │ ├── object-assign@4.1.1
1002 silly saveTree │ ├─┬ plur@2.1.2
1002 silly saveTree │ │ └── irregular-plurals@1.4.0
1002 silly saveTree │ ├─┬ pretty-bytes@2.0.1
1002 silly saveTree │ │ └─┬ meow@3.7.0
1002 silly saveTree │ │   ├─┬ camelcase-keys@2.1.0
1002 silly saveTree │ │   │ └── camelcase@2.1.1
1002 silly saveTree │ │   └── object-assign@4.1.1
1002 silly saveTree │ └── through2-concurrent@1.1.1
1002 silly saveTree ├─┬ gulp-jshint@1.12.0
1002 silly saveTree │ ├─┬ jshint@2.9.5
1002 silly saveTree │ │ ├─┬ cli@1.0.1
1002 silly saveTree │ │ │ ├── exit@0.1.2
1002 silly saveTree │ │ │ └─┬ glob@7.1.2
1002 silly saveTree │ │ │   ├── inherits@2.0.3
1002 silly saveTree │ │ │   └── minimatch@3.0.4
1002 silly saveTree │ │ ├─┬ console-browserify@1.1.0
1002 silly saveTree │ │ │ └── date-now@0.1.4
1002 silly saveTree │ │ ├── exit@0.1.2
1002 silly saveTree │ │ ├─┬ htmlparser2@3.8.3
1002 silly saveTree │ │ │ ├── domelementtype@1.3.0
1002 silly saveTree │ │ │ ├── domhandler@2.3.0
1002 silly saveTree │ │ │ ├─┬ domutils@1.5.1
1002 silly saveTree │ │ │ │ └─┬ dom-serializer@0.1.0
1002 silly saveTree │ │ │ │   ├── domelementtype@1.1.3
1002 silly saveTree │ │ │ │   └── entities@1.1.1
1002 silly saveTree │ │ │ └── entities@1.0.0
1002 silly saveTree │ │ ├── lodash@3.7.0
1002 silly saveTree │ │ ├── minimatch@3.0.4
1002 silly saveTree │ │ ├── shelljs@0.3.0
1002 silly saveTree │ │ └── strip-json-comments@1.0.4
1002 silly saveTree │ ├── lodash@3.10.1
1002 silly saveTree │ ├─┬ rcloader@0.1.2
1002 silly saveTree │ │ └─┬ rcfinder@0.1.9
1002 silly saveTree │ │   └── lodash.clonedeep@4.5.0
1002 silly saveTree │ └─┬ through2@0.6.5
1002 silly saveTree │   └─┬ readable-stream@1.0.34
1002 silly saveTree │     └── inherits@2.0.3
1002 silly saveTree ├─┬ gulp-minify-css@0.3.13
1002 silly saveTree │ ├── bufferstreams@0.0.2
1002 silly saveTree │ ├─┬ clean-css@3.0.10
1002 silly saveTree │ │ ├── commander@2.5.1
1002 silly saveTree │ │ └── source-map@0.1.43
1002 silly saveTree │ ├── memory-cache@0.0.5
1002 silly saveTree │ └─┬ through2@0.6.5
1002 silly saveTree │   └─┬ readable-stream@1.0.34
1002 silly saveTree │     └── inherits@2.0.3
1002 silly saveTree ├── gulp-rename@1.2.2
1002 silly saveTree ├─┬ gulp-sass@0.7.3
1002 silly saveTree │ └─┬ node-sass@0.9.6
1002 silly saveTree │   ├─┬ chalk@0.5.1
1002 silly saveTree │   │ ├── ansi-styles@1.1.0
1002 silly saveTree │   │ ├─┬ has-ansi@0.1.0
1002 silly saveTree │   │ │ └── ansi-regex@0.2.1
1002 silly saveTree │   │ ├── strip-ansi@0.3.0
1002 silly saveTree │   │ └── supports-color@0.2.0
1002 silly saveTree │   ├── get-stdin@3.0.2
1002 silly saveTree │   ├─┬ mocha@1.21.5
1002 silly saveTree │   │ ├── commander@2.3.0
1002 silly saveTree │   │ ├─┬ debug@2.0.0
1002 silly saveTree │   │ │ └── ms@0.6.2
1002 silly saveTree │   │ ├── diff@1.0.8
1002 silly saveTree │   │ ├── escape-string-regexp@1.0.2
1002 silly saveTree │   │ ├─┬ glob@3.2.3
1002 silly saveTree │   │ │ ├── graceful-fs@2.0.3
1002 silly saveTree │   │ │ ├── inherits@2.0.3
1002 silly saveTree │   │ │ └── minimatch@0.2.14
1002 silly saveTree │   │ ├── growl@1.8.1
1002 silly saveTree │   │ ├─┬ jade@0.26.3
1002 silly saveTree │   │ │ ├── commander@0.6.1
1002 silly saveTree │   │ │ └── mkdirp@0.3.0
1002 silly saveTree │   │ └─┬ mkdirp@0.5.0
1002 silly saveTree │   │   └── minimist@0.0.8
1002 silly saveTree │   ├── nan@1.3.0
1002 silly saveTree │   ├── node-sass-middleware@0.3.1
1002 silly saveTree │   ├── node-watch@0.3.5
1002 silly saveTree │   ├── object-assign@1.0.0
1002 silly saveTree │   ├─┬ sinon@1.10.3
1002 silly saveTree │   │ ├─┬ formatio@1.0.2
1002 silly saveTree │   │ │ └── samsam@1.1.3
1002 silly saveTree │   │ └─┬ util@0.10.3
1002 silly saveTree │   │   └── inherits@2.0.1
1002 silly saveTree │   └── yargs@1.3.3
1002 silly saveTree ├─┬ gulp-uglify@1.5.4
1002 silly saveTree │ ├── deap@1.0.1
1002 silly saveTree │ ├─┬ isobject@2.1.0
1002 silly saveTree │ │ └── isarray@1.0.0
1002 silly saveTree │ ├─┬ uglify-js@2.6.4
1002 silly saveTree │ │ ├── async@0.2.10
1002 silly saveTree │ │ ├── uglify-to-browserify@1.0.2
1002 silly saveTree │ │ └─┬ yargs@3.10.0
1002 silly saveTree │ │   ├─┬ cliui@2.1.0
1002 silly saveTree │ │   │ ├─┬ center-align@0.1.3
1002 silly saveTree │ │   │ │ ├─┬ align-text@0.1.4
1002 silly saveTree │ │   │ │ │ └── kind-of@3.2.2
1002 silly saveTree │ │   │ │ └── lazy-cache@1.0.4
1002 silly saveTree │ │   │ ├── right-align@0.1.3
1002 silly saveTree │ │   │ └── wordwrap@0.0.2
1002 silly saveTree │ │   └── window-size@0.1.0
1002 silly saveTree │ ├── uglify-save-license@0.4.1
1002 silly saveTree │ └── vinyl-sourcemaps-apply@0.2.1
1002 silly saveTree ├─┬ gulp@3.9.1
1002 silly saveTree │ ├── archy@1.0.0
1002 silly saveTree │ ├── deprecated@0.0.1
1002 silly saveTree │ ├── interpret@1.1.0
1002 silly saveTree │ ├─┬ liftoff@2.5.0
1002 silly saveTree │ │ ├─┬ findup-sync@2.0.0
1002 silly saveTree │ │ │ ├── detect-file@1.0.0
1002 silly saveTree │ │ │ ├─┬ micromatch@3.1.10
1002 silly saveTree │ │ │ │ ├── arr-diff@4.0.0
1002 silly saveTree │ │ │ │ ├── array-unique@0.3.2
1002 silly saveTree │ │ │ │ ├─┬ braces@2.3.2
1002 silly saveTree │ │ │ │ │ ├── extend-shallow@2.0.1
1002 silly saveTree │ │ │ │ │ ├─┬ fill-range@4.0.0
1002 silly saveTree │ │ │ │ │ │ ├── extend-shallow@2.0.1
1002 silly saveTree │ │ │ │ │ │ └── to-regex-range@2.1.1
1002 silly saveTree │ │ │ │ │ ├── isobject@3.0.1
1002 silly saveTree │ │ │ │ │ ├─┬ snapdragon-node@2.1.1
1002 silly saveTree │ │ │ │ │ │ ├─┬ define-property@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2
1002 silly saveTree │ │ │ │ │ │ │   ├─┬ is-accessor-descriptor@1.0.0
1002 silly saveTree │ │ │ │ │ │ │   │ └── kind-of@6.0.2
1002 silly saveTree │ │ │ │ │ │ │   ├── is-data-descriptor@1.0.0
1002 silly saveTree │ │ │ │ │ │ │   └── kind-of@6.0.2
1002 silly saveTree │ │ │ │ │ │ └─┬ snapdragon-util@3.0.1
1002 silly saveTree │ │ │ │ │ │   └── kind-of@3.2.2
1002 silly saveTree │ │ │ │ │ ├─┬ snapdragon@0.8.2
1002 silly saveTree │ │ │ │ │ │ ├─┬ base@0.11.2
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ cache-base@1.0.1
1002 silly saveTree │ │ │ │ │ │ │ │ ├─┬ collection-visit@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ │ ├─┬ map-visit@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ │ │ └── object-visit@1.0.1
1002 silly saveTree │ │ │ │ │ │ │ │ │ └── object-visit@1.0.1
1002 silly saveTree │ │ │ │ │ │ │ │ ├── component-emitter@1.2.1
1002 silly saveTree │ │ │ │ │ │ │ │ ├── get-value@2.0.6
1002 silly saveTree │ │ │ │ │ │ │ │ ├─┬ has-value@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ │ └─┬ has-values@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ │   └── kind-of@4.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ ├─┬ set-value@2.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ │ ├── extend-shallow@2.0.1
1002 silly saveTree │ │ │ │ │ │ │ │ │ ├── is-plain-object@2.0.4
1002 silly saveTree │ │ │ │ │ │ │ │ │ └─┬ split-string@3.1.0
1002 silly saveTree │ │ │ │ │ │ │ │ │   └─┬ extend-shallow@3.0.2
1002 silly saveTree │ │ │ │ │ │ │ │ │     ├── assign-symbols@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ │     └── is-extendable@1.0.1
1002 silly saveTree │ │ │ │ │ │ │ │ ├─┬ to-object-path@0.3.0
1002 silly saveTree │ │ │ │ │ │ │ │ │ └── kind-of@3.2.2
1002 silly saveTree │ │ │ │ │ │ │ │ ├─┬ union-value@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ │ ├── arr-union@3.1.0
1002 silly saveTree │ │ │ │ │ │ │ │ │ └─┬ set-value@0.4.3
1002 silly saveTree │ │ │ │ │ │ │ │ │   └── extend-shallow@2.0.1
1002 silly saveTree │ │ │ │ │ │ │ │ └─┬ unset-value@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │   └─┬ has-value@0.3.1
1002 silly saveTree │ │ │ │ │ │ │ │     ├── has-values@0.1.4
1002 silly saveTree │ │ │ │ │ │ │ │     └─┬ isobject@2.1.0
1002 silly saveTree │ │ │ │ │ │ │ │       └── isarray@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ class-utils@0.3.6
1002 silly saveTree │ │ │ │ │ │ │ │ ├─┬ define-property@0.2.5
1002 silly saveTree │ │ │ │ │ │ │ │ │ └─┬ is-descriptor@0.1.6
1002 silly saveTree │ │ │ │ │ │ │ │ │   ├─┬ is-accessor-descriptor@0.1.6
1002 silly saveTree │ │ │ │ │ │ │ │ │   │ └── kind-of@3.2.2
1002 silly saveTree │ │ │ │ │ │ │ │ │   ├─┬ is-data-descriptor@0.1.4
1002 silly saveTree │ │ │ │ │ │ │ │ │   │ └── kind-of@3.2.2
1002 silly saveTree │ │ │ │ │ │ │ │ │   └── kind-of@5.1.0
1002 silly saveTree │ │ │ │ │ │ │ │ └─┬ static-extend@0.1.2
1002 silly saveTree │ │ │ │ │ │ │ │   ├── define-property@0.2.5
1002 silly saveTree │ │ │ │ │ │ │ │   └─┬ object-copy@0.1.0
1002 silly saveTree │ │ │ │ │ │ │ │     ├── copy-descriptor@0.1.1
1002 silly saveTree │ │ │ │ │ │ │ │     ├── define-property@0.2.5
1002 silly saveTree │ │ │ │ │ │ │ │     └── kind-of@3.2.2
1002 silly saveTree │ │ │ │ │ │ │ ├── component-emitter@1.2.1
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ define-property@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2
1002 silly saveTree │ │ │ │ │ │ │ │   ├── is-accessor-descriptor@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ │   └── is-data-descriptor@1.0.0
1002 silly saveTree │ │ │ │ │ │ │ ├─┬ mixin-deep@1.3.1
1002 silly saveTree │ │ │ │ │ │ │ │ └── is-extendable@1.0.1
1002 silly saveTree │ │ │ │ │ │ │ └── pascalcase@0.1.1
1002 silly saveTree │ │ │ │ │ │ ├── define-property@0.2.5
1002 silly saveTree │ │ │ │ │ │ ├── extend-shallow@2.0.1
1002 silly saveTree │ │ │ │ │ │ ├── map-cache@0.2.2
1002 silly saveTree │ │ │ │ │ │ ├─┬ source-map-resolve@0.5.1
1002 silly saveTree │ │ │ │ │ │ │ ├── atob@2.1.0
1002 silly saveTree │ │ │ │ │ │ │ ├── decode-uri-component@0.2.0
1002 silly saveTree │ │ │ │ │ │ │ ├── resolve-url@0.2.1
1002 silly saveTree │ │ │ │ │ │ │ ├── source-map-url@0.4.0
1002 silly saveTree │ │ │ │ │ │ │ └── urix@0.1.0
1002 silly saveTree │ │ │ │ │ │ └── use@3.1.0
1002 silly saveTree │ │ │ │ │ ├── split-string@3.1.0
1002 silly saveTree │ │ │ │ │ └─┬ to-regex@3.0.2
1002 silly saveTree │ │ │ │ │   ├─┬ define-property@2.0.2
1002 silly saveTree │ │ │ │ │   │ └─┬ is-descriptor@1.0.2
1002 silly saveTree │ │ │ │ │   │   ├── is-accessor-descriptor@1.0.0
1002 silly saveTree │ │ │ │ │   │   └── is-data-descriptor@1.0.0
1002 silly saveTree │ │ │ │ │   ├─┬ regex-not@1.0.2
1002 silly saveTree │ │ │ │ │   │ └─┬ safe-regex@1.1.0
1002 silly saveTree │ │ │ │ │   │   └── ret@0.1.15
1002 silly saveTree │ │ │ │ │   └── safe-regex@1.1.0
1002 silly saveTree │ │ │ │ ├── define-property@2.0.2
1002 silly saveTree │ │ │ │ ├── extend-shallow@3.0.2
1002 silly saveTree │ │ │ │ ├─┬ extglob@2.0.4
1002 silly saveTree │ │ │ │ │ ├─┬ define-property@1.0.0
1002 silly saveTree │ │ │ │ │ │ └─┬ is-descriptor@1.0.2
1002 silly saveTree │ │ │ │ │ │   ├── is-accessor-descriptor@1.0.0
1002 silly saveTree │ │ │ │ │ │   └── is-data-descriptor@1.0.0
1002 silly saveTree │ │ │ │ │ ├─┬ expand-brackets@2.1.4
1002 silly saveTree │ │ │ │ │ │ ├── define-property@0.2.5
1002 silly saveTree │ │ │ │ │ │ ├── extend-shallow@2.0.1
1002 silly saveTree │ │ │ │ │ │ └── posix-character-classes@0.1.1
1002 silly saveTree │ │ │ │ │ ├── extend-shallow@2.0.1
1002 silly saveTree │ │ │ │ │ └── fragment-cache@0.2.1
1002 silly saveTree │ │ │ │ ├── fragment-cache@0.2.1
1002 silly saveTree │ │ │ │ ├── kind-of@6.0.2
1002 silly saveTree │ │ │ │ ├─┬ nanomatch@1.2.9
1002 silly saveTree │ │ │ │ │ ├─┬ is-odd@2.0.0
1002 silly saveTree │ │ │ │ │ │ └── is-number@4.0.0
1002 silly saveTree │ │ │ │ │ ├── is-windows@1.0.2
1002 silly saveTree │ │ │ │ │ └── object.pick@1.3.0
1002 silly saveTree │ │ │ │ ├── object.pick@1.3.0
1002 silly saveTree │ │ │ │ ├── regex-not@1.0.2
1002 silly saveTree │ │ │ │ ├── snapdragon@0.8.2
1002 silly saveTree │ │ │ │ └── to-regex@3.0.2
1002 silly saveTree │ │ │ └─┬ resolve-dir@1.0.1
1002 silly saveTree │ │ │   ├─┬ expand-tilde@2.0.2
1002 silly saveTree │ │ │   │ └─┬ homedir-polyfill@1.0.1
1002 silly saveTree │ │ │   │   └── parse-passwd@1.0.0
1002 silly saveTree │ │ │   └─┬ global-modules@1.0.0
1002 silly saveTree │ │ │     └─┬ global-prefix@1.0.2
1002 silly saveTree │ │ │       └─┬ which@1.3.0
1002 silly saveTree │ │ │         └── isexe@2.0.0
1002 silly saveTree │ │ ├─┬ fined@1.1.0
1002 silly saveTree │ │ │ ├─┬ object.defaults@1.1.0
1002 silly saveTree │ │ │ │ ├── array-each@1.0.1
1002 silly saveTree │ │ │ │ ├── array-slice@1.1.0
1002 silly saveTree │ │ │ │ └── for-own@1.0.0
1002 silly saveTree │ │ │ └─┬ parse-filepath@1.0.2
1002 silly saveTree │ │ │   ├─┬ is-absolute@1.0.0
1002 silly saveTree │ │ │   │ └─┬ is-relative@1.0.0
1002 silly saveTree │ │ │   │   └─┬ is-unc-path@1.0.0
1002 silly saveTree │ │ │   │     └── unc-path-regex@0.1.2
1002 silly saveTree │ │ │   └─┬ path-root@0.1.1
1002 silly saveTree │ │ │     └── path-root-regex@0.1.2
1002 silly saveTree │ │ ├── flagged-respawn@1.0.0
1002 silly saveTree │ │ ├── is-plain-object@2.0.4
1002 silly saveTree │ │ ├─┬ object.map@1.0.1
1002 silly saveTree │ │ │ └── make-iterator@1.0.1
1002 silly saveTree │ │ ├─┬ rechoir@0.6.2
1002 silly saveTree │ │ │ └─┬ resolve@1.7.1
1002 silly saveTree │ │ │   └── path-parse@1.0.5
1002 silly saveTree │ │ └── resolve@1.7.1
1002 silly saveTree │ ├─┬ orchestrator@0.3.8
1002 silly saveTree │ │ ├── end-of-stream@0.1.5
1002 silly saveTree │ │ ├── sequencify@0.0.7
1002 silly saveTree │ │ └── stream-consume@0.1.1
1002 silly saveTree │ ├── pretty-hrtime@1.0.3
1002 silly saveTree │ ├── semver@4.3.6
1002 silly saveTree │ ├─┬ tildify@1.2.0
1002 silly saveTree │ │ └── os-homedir@1.0.2
1002 silly saveTree │ ├─┬ v8flags@2.1.1
1002 silly saveTree │ │ └── user-home@1.1.1
1002 silly saveTree │ └─┬ vinyl-fs@0.3.14
1002 silly saveTree │   ├── defaults@1.0.3
1002 silly saveTree │   ├─┬ glob-stream@3.1.18
1002 silly saveTree │   │ ├─┬ glob@4.5.3
1002 silly saveTree │   │ │ └── inherits@2.0.3
1002 silly saveTree │   │ ├─┬ glob2base@0.0.12
1002 silly saveTree │   │ │ └── find-index@0.1.1
1002 silly saveTree │   │ ├── ordered-read-streams@0.1.0
1002 silly saveTree │   │ ├─┬ through2@0.6.5
1002 silly saveTree │   │ │ └── readable-stream@1.0.34
1002 silly saveTree │   │ └── unique-stream@1.0.0
1002 silly saveTree │   ├── glob-watcher@0.0.6
1002 silly saveTree │   ├─┬ graceful-fs@3.0.11
1002 silly saveTree │   │ └── natives@1.1.3
1002 silly saveTree │   ├── strip-bom@1.0.0
1002 silly saveTree │   ├─┬ through2@0.6.5
1002 silly saveTree │   │ └─┬ readable-stream@1.0.34
1002 silly saveTree │   │   └── inherits@2.0.3
1002 silly saveTree │   └─┬ vinyl@0.4.6
1002 silly saveTree │     └── clone@0.2.0
1002 silly saveTree ├─┬ imagemin-pngquant@4.2.2
1002 silly saveTree │ └── pngquant-bin@3.1.1
1002 silly saveTree ├─┬ jshint-stylish@1.0.2
1002 silly saveTree │ ├── log-symbols@1.0.2
1002 silly saveTree │ ├── string-length@1.0.1
1002 silly saveTree │ └── text-table@0.2.0
1002 silly saveTree └─┬ node-sass@4.8.3
1002 silly saveTree   ├── async-foreach@0.1.3
1002 silly saveTree   ├─┬ cross-spawn@3.0.1
1002 silly saveTree   │ └─┬ lru-cache@4.1.2
1002 silly saveTree   │   ├── pseudomap@1.0.2
1002 silly saveTree   │   └── yallist@2.1.2
1002 silly saveTree   ├─┬ gaze@1.1.2
1002 silly saveTree   │ └─┬ globule@1.2.0
1002 silly saveTree   │   ├─┬ glob@7.1.2
1002 silly saveTree   │   │ ├── inherits@2.0.3
1002 silly saveTree   │   │ └── minimatch@3.0.4
1002 silly saveTree   │   ├── lodash@4.17.5
1002 silly saveTree   │   └── minimatch@3.0.4
1002 silly saveTree   ├── glob@7.1.2
1002 silly saveTree   ├── in-publish@2.0.0
1002 silly saveTree   ├── lodash.assign@4.2.0
1002 silly saveTree   ├── lodash.clonedeep@4.5.0
1002 silly saveTree   ├── lodash.mergewith@4.6.1
1002 silly saveTree   ├─┬ meow@3.7.0
1002 silly saveTree   │ ├─┬ camelcase-keys@2.1.0
1002 silly saveTree   │ │ └── camelcase@2.1.1
1002 silly saveTree   │ └── object-assign@4.1.1
1002 silly saveTree   ├── nan@2.10.0
1002 silly saveTree   ├─┬ node-gyp@3.6.2
1002 silly saveTree   │ ├─┬ fstream@1.0.11
1002 silly saveTree   │ │ ├── graceful-fs@4.1.11
1002 silly saveTree   │ │ └── inherits@2.0.3
1002 silly saveTree   │ ├─┬ glob@7.1.2
1002 silly saveTree   │ │ ├── inherits@2.0.3
1002 silly saveTree   │ │ └── minimatch@3.0.4
1002 silly saveTree   │ ├── graceful-fs@4.1.11
1002 silly saveTree   │ ├── minimatch@3.0.4
1002 silly saveTree   │ ├─┬ nopt@3.0.6
1002 silly saveTree   │ │ └── abbrev@1.1.1
1002 silly saveTree   │ ├─┬ npmlog@4.1.2
1002 silly saveTree   │ │ ├─┬ are-we-there-yet@1.1.4
1002 silly saveTree   │ │ │ ├── delegates@1.0.0
1002 silly saveTree   │ │ │ └─┬ readable-stream@2.3.6
1002 silly saveTree   │ │ │   ├── inherits@2.0.3
1002 silly saveTree   │ │ │   ├── isarray@1.0.0
1002 silly saveTree   │ │ │   └── string_decoder@1.1.1
1002 silly saveTree   │ │ ├── console-control-strings@1.1.0
1002 silly saveTree   │ │ └─┬ gauge@2.7.4
1002 silly saveTree   │ │   ├── aproba@1.2.0
1002 silly saveTree   │ │   ├── has-unicode@2.0.1
1002 silly saveTree   │ │   ├── object-assign@4.1.1
1002 silly saveTree   │ │   └── wide-align@1.1.2
1002 silly saveTree   │ ├── osenv@0.1.5
1002 silly saveTree   │ ├─┬ request@2.79.0
1002 silly saveTree   │ │ ├── aws-sign2@0.6.0
1002 silly saveTree   │ │ ├── aws4@1.7.0
1002 silly saveTree   │ │ ├── caseless@0.11.0
1002 silly saveTree   │ │ ├─┬ combined-stream@1.0.6
1002 silly saveTree   │ │ │ └── delayed-stream@1.0.0
1002 silly saveTree   │ │ ├── forever-agent@0.6.1
1002 silly saveTree   │ │ ├─┬ form-data@2.1.4
1002 silly saveTree   │ │ │ └── asynckit@0.4.0
1002 silly saveTree   │ │ ├─┬ har-validator@2.0.6
1002 silly saveTree   │ │ │ └─┬ is-my-json-valid@2.17.2
1002 silly saveTree   │ │ │   ├── generate-function@2.0.0
1002 silly saveTree   │ │ │   ├─┬ generate-object-property@1.2.0
1002 silly saveTree   │ │ │   │ └── is-property@1.0.2
1002 silly saveTree   │ │ │   ├── is-my-ip-valid@1.0.0
1002 silly saveTree   │ │ │   └── jsonpointer@4.0.1
1002 silly saveTree   │ │ ├─┬ hawk@3.1.3
1002 silly saveTree   │ │ │ ├─┬ boom@2.10.1
1002 silly saveTree   │ │ │ │ └── hoek@2.16.3
1002 silly saveTree   │ │ │ ├── cryptiles@2.0.5
1002 silly saveTree   │ │ │ ├── hoek@2.16.3
1002 silly saveTree   │ │ │ └── sntp@1.0.9
1002 silly saveTree   │ │ ├─┬ http-signature@1.1.1
1002 silly saveTree   │ │ │ ├── assert-plus@0.2.0
1002 silly saveTree   │ │ │ ├─┬ jsprim@1.4.1
1002 silly saveTree   │ │ │ │ ├── assert-plus@1.0.0
1002 silly saveTree   │ │ │ │ ├── extsprintf@1.3.0
1002 silly saveTree   │ │ │ │ ├── json-schema@0.2.3
1002 silly saveTree   │ │ │ │ └─┬ verror@1.10.0
1002 silly saveTree   │ │ │ │   └── assert-plus@1.0.0
1002 silly saveTree   │ │ │ └─┬ sshpk@1.14.1
1002 silly saveTree   │ │ │   ├── asn1@0.2.3
1002 silly saveTree   │ │ │   ├── assert-plus@1.0.0
1002 silly saveTree   │ │ │   ├─┬ bcrypt-pbkdf@1.0.1
1002 silly saveTree   │ │ │   │ └── tweetnacl@0.14.5
1002 silly saveTree   │ │ │   ├─┬ dashdash@1.14.1
1002 silly saveTree   │ │ │   │ └── assert-plus@1.0.0
1002 silly saveTree   │ │ │   ├─┬ ecc-jsbn@0.1.1
1002 silly saveTree   │ │ │   │ └── jsbn@0.1.1
1002 silly saveTree   │ │ │   ├─┬ getpass@0.1.7
1002 silly saveTree   │ │ │   │ └── assert-plus@1.0.0
1002 silly saveTree   │ │ │   ├── jsbn@0.1.1
1002 silly saveTree   │ │ │   └── tweetnacl@0.14.5
1002 silly saveTree   │ │ ├── is-typedarray@1.0.0
1002 silly saveTree   │ │ ├── isstream@0.1.2
1002 silly saveTree   │ │ ├── json-stringify-safe@5.0.1
1002 silly saveTree   │ │ ├── oauth-sign@0.8.2
1002 silly saveTree   │ │ ├── qs@6.3.2
1002 silly saveTree   │ │ ├── stringstream@0.0.5
1002 silly saveTree   │ │ ├─┬ tough-cookie@2.3.4
1002 silly saveTree   │ │ │ └── punycode@1.4.1
1002 silly saveTree   │ │ └── uuid@3.2.1
1002 silly saveTree   │ ├── semver@5.3.0
1002 silly saveTree   │ └─┬ tar@2.2.1
1002 silly saveTree   │   ├─┬ block-stream@0.0.9
1002 silly saveTree   │   │ └── inherits@2.0.3
1002 silly saveTree   │   └── inherits@2.0.3
1002 silly saveTree   ├── npmlog@4.1.2
1002 silly saveTree   ├── request@2.79.0
1002 silly saveTree   ├─┬ sass-graph@2.2.4
1002 silly saveTree   │ ├─┬ glob@7.1.2
1002 silly saveTree   │ │ ├── inherits@2.0.3
1002 silly saveTree   │ │ └── minimatch@3.0.4
1002 silly saveTree   │ ├── lodash@4.17.5
1002 silly saveTree   │ ├─┬ scss-tokenizer@0.2.3
1002 silly saveTree   │ │ └── source-map@0.4.4
1002 silly saveTree   │ └─┬ yargs@7.1.0
1002 silly saveTree   │   ├── camelcase@3.0.0
1002 silly saveTree   │   └── yargs-parser@5.0.0
1002 silly saveTree   ├─┬ stdout-stream@1.4.0
1002 silly saveTree   │ └─┬ readable-stream@2.3.6
1002 silly saveTree   │   ├── inherits@2.0.3
1002 silly saveTree   │   ├── isarray@1.0.0
1002 silly saveTree   │   └── string_decoder@1.1.1
1002 silly saveTree   └─┬ true-case-path@1.0.2
1002 silly saveTree     └─┬ glob@6.0.4
1002 silly saveTree       └── inherits@2.0.3
1003 warn node-sass-middleware@0.3.1 requires a peer of node-sass@0.9.x but none is installed. You must install peer dependencies yourself.
1004 verbose stack Error: node-sass@0.9.6 install: `node build.js`
1004 verbose stack Exit status 1
1004 verbose stack     at EventEmitter.<anonymous> (/home/turing/.nvm/versions/node/v9.11.1/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:285:16)
1004 verbose stack     at EventEmitter.emit (events.js:180:13)
1004 verbose stack     at ChildProcess.<anonymous> (/home/turing/.nvm/versions/node/v9.11.1/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
1004 verbose stack     at ChildProcess.emit (events.js:180:13)
1004 verbose stack     at maybeClose (internal/child_process.js:936:16)
1004 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)
1005 verbose pkgid node-sass@0.9.6
1006 verbose cwd /mnt/d/Cloud/OneDrive/Dev/IPLibrary
1007 verbose Linux 4.4.0-43-Microsoft
1008 verbose argv "/home/turing/.nvm/versions/node/v9.11.1/bin/node" "/home/turing/.nvm/versions/node/v9.11.1/bin/npm" "install"
1009 verbose node v9.11.1
1010 verbose npm  v5.6.0
1011 error code ELIFECYCLE
1012 error errno 1
1013 error node-sass@0.9.6 install: `node build.js`
1013 error Exit status 1
1014 error Failed at the node-sass@0.9.6 install script.
1014 error This is probably not a problem with npm. There is likely additional logging output above.
1015 verbose exit [ 1, true ]