> iltorb@1.3.10 install /root/icestudio/node_modules/iltorb > detect-libc prebuild-install || node-gyp rebuild make: Entering directory '/root/icestudio/node_modules/iltorb/build' CC(target) Release/obj.target/iltorb/brotli/common/dictionary.o CC(target) Release/obj.target/iltorb/brotli/dec/bit_reader.o CC(target) Release/obj.target/iltorb/brotli/dec/decode.o ../brotli/dec/decode.c: In function ‘BrotliDecoderDecompressStream’: ../brotli/dec/decode.c:2013:18: warning: this statement may fall through [-Wimplicit-fallthrough=] s->state = BROTLI_STATE_METABLOCK_BEGIN; ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:2015:7: note: here case BROTLI_STATE_METABLOCK_BEGIN: ^~~~ ../brotli/dec/decode.c:2018:18: warning: this statement may fall through [-Wimplicit-fallthrough=] s->state = BROTLI_STATE_METABLOCK_HEADER; ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:2020:7: note: here case BROTLI_STATE_METABLOCK_HEADER: ^~~~ ../brotli/dec/decode.c:2089:18: warning: this statement may fall through [-Wimplicit-fallthrough=] s->state = BROTLI_STATE_HUFFMAN_CODE_1; ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:2091:7: note: here case BROTLI_STATE_HUFFMAN_CODE_1: { ^~~~ ../brotli/dec/decode.c:2096:18: warning: this statement may fall through [-Wimplicit-fallthrough=] s->state = BROTLI_STATE_HUFFMAN_CODE_2; ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:2099:7: note: here case BROTLI_STATE_HUFFMAN_CODE_2: { ^~~~ ../brotli/dec/decode.c:2104:18: warning: this statement may fall through [-Wimplicit-fallthrough=] s->state = BROTLI_STATE_HUFFMAN_CODE_3; ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:2107:7: note: here case BROTLI_STATE_HUFFMAN_CODE_3: { ^~~~ ../brotli/dec/decode.c:2119:45: warning: this statement may fall through [-Wimplicit-fallthrough=] case BROTLI_STATE_METABLOCK_HEADER_2: { ^ ../brotli/dec/decode.c:2142:7: note: here case BROTLI_STATE_CONTEXT_MODES: ^~~~ ../brotli/dec/decode.c:2147:18: warning: this statement may fall through [-Wimplicit-fallthrough=] s->state = BROTLI_STATE_CONTEXT_MAP_1; ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:2149:7: note: here case BROTLI_STATE_CONTEXT_MAP_1: ^~~~ ../brotli/dec/decode.c:2157:18: warning: this statement may fall through [-Wimplicit-fallthrough=] s->state = BROTLI_STATE_CONTEXT_MAP_2; ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:2159:7: note: here case BROTLI_STATE_CONTEXT_MAP_2: ^~~~ ../brotli/dec/decode.c:2185:18: warning: this statement may fall through [-Wimplicit-fallthrough=] s->state = BROTLI_STATE_TREE_GROUP; ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:2187:7: note: here case BROTLI_STATE_TREE_GROUP: ^~~~ ../brotli/dec/decode.c:2281:18: warning: this statement may fall through [-Wimplicit-fallthrough=] s->state = BROTLI_STATE_DONE; ~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:2283:7: note: here case BROTLI_STATE_DONE: ^~~~ ../brotli/dec/decode.c: In function ‘DecodeMetaBlockLength’: ../brotli/dec/decode.c:193:38: warning: this statement may fall through [-Wimplicit-fallthrough=] s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_EMPTY; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:196:7: note: here case BROTLI_STATE_METABLOCK_HEADER_EMPTY: ^~~~ ../brotli/dec/decode.c:204:38: warning: this statement may fall through [-Wimplicit-fallthrough=] s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NIBBLES; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:207:7: note: here case BROTLI_STATE_METABLOCK_HEADER_NIBBLES: ^~~~ ../brotli/dec/decode.c:218:38: warning: this statement may fall through [-Wimplicit-fallthrough=] s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_SIZE; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:221:7: note: here case BROTLI_STATE_METABLOCK_HEADER_SIZE: ^~~~ ../brotli/dec/decode.c:233:38: warning: this statement may fall through [-Wimplicit-fallthrough=] s->substate_metablock_header = ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ BROTLI_STATE_METABLOCK_HEADER_UNCOMPRESSED; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:237:7: note: here case BROTLI_STATE_METABLOCK_HEADER_UNCOMPRESSED: ^~~~ ../brotli/dec/decode.c:255:38: warning: this statement may fall through [-Wimplicit-fallthrough=] s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_BYTES; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:258:7: note: here case BROTLI_STATE_METABLOCK_HEADER_BYTES: ^~~~ ../brotli/dec/decode.c:267:38: warning: this statement may fall through [-Wimplicit-fallthrough=] s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_METADATA; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:270:7: note: here case BROTLI_STATE_METABLOCK_HEADER_METADATA: ^~~~ ../brotli/dec/decode.c: In function ‘CopyUncompressedBlockToOutput’: ../brotli/dec/decode.c:1317:34: warning: this statement may fall through [-Wimplicit-fallthrough=] s->substate_uncompressed = BROTLI_STATE_UNCOMPRESSED_WRITE; ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:1320:7: note: here case BROTLI_STATE_UNCOMPRESSED_WRITE: { ^~~~ ../brotli/dec/decode.c: In function ‘DecodeVarLenUint8’: ../brotli/dec/decode.c:139:10: warning: this statement may fall through [-Wimplicit-fallthrough=] if (bits == 0) { ^ ../brotli/dec/decode.c:145:5: note: here case BROTLI_STATE_DECODE_UINT8_SHORT: ^~~~ ../brotli/dec/decode.c:156:14: warning: this statement may fall through [-Wimplicit-fallthrough=] *value = bits; ~~~~~~~^~~~~~ ../brotli/dec/decode.c:159:5: note: here case BROTLI_STATE_DECODE_UINT8_LONG: ^~~~ ../brotli/dec/decode.c: In function ‘ReadHuffmanCode’: ../brotli/dec/decode.c:703:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (s->sub_loop_counter != 1) { ^ ../brotli/dec/decode.c:715:7: note: here case BROTLI_STATE_HUFFMAN_SIMPLE_SIZE: ^~~~ ../brotli/dec/decode.c:721:29: warning: this statement may fall through [-Wimplicit-fallthrough=] s->sub_loop_counter = 0; ~~~~~~~~~~~~~~~~~~~~^~~ ../brotli/dec/decode.c:723:7: note: here case BROTLI_STATE_HUFFMAN_SIMPLE_READ: { ^~~~ ../brotli/dec/decode.c:723:46: warning: this statement may fall through [-Wimplicit-fallthrough=] case BROTLI_STATE_HUFFMAN_SIMPLE_READ: { ^ ../brotli/dec/decode.c:731:7: note: here case BROTLI_STATE_HUFFMAN_SIMPLE_BUILD: { ^~~~ ../brotli/dec/decode.c:772:29: warning: this statement may fall through [-Wimplicit-fallthrough=] s->substate_huffman = BROTLI_STATE_HUFFMAN_LENGTH_SYMBOLS; ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:775:7: note: here case BROTLI_STATE_HUFFMAN_LENGTH_SYMBOLS: { ^~~~ ../brotli/dec/decode.c: In function ‘DecodeContextMap’: ../brotli/dec/decode.c:949:31: warning: this statement may fall through [-Wimplicit-fallthrough=] s->substate_context_map = BROTLI_STATE_CONTEXT_MAP_READ_PREFIX; ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:951:5: note: here case BROTLI_STATE_CONTEXT_MAP_READ_PREFIX: { ^~~~ ../brotli/dec/decode.c:951:48: warning: this statement may fall through [-Wimplicit-fallthrough=] case BROTLI_STATE_CONTEXT_MAP_READ_PREFIX: { ^ ../brotli/dec/decode.c:969:5: note: here case BROTLI_STATE_CONTEXT_MAP_HUFFMAN: ^~~~ ../brotli/dec/decode.c:974:31: warning: this statement may fall through [-Wimplicit-fallthrough=] s->substate_context_map = BROTLI_STATE_CONTEXT_MAP_DECODE; ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../brotli/dec/decode.c:976:5: note: here case BROTLI_STATE_CONTEXT_MAP_DECODE: { ^~~~ ../brotli/dec/decode.c:976:43: warning: this statement may fall through [-Wimplicit-fallthrough=] case BROTLI_STATE_CONTEXT_MAP_DECODE: { ^ ../brotli/dec/decode.c:1024:5: note: here case BROTLI_STATE_CONTEXT_MAP_TRANSFORM: { ^~~~ CC(target) Release/obj.target/iltorb/brotli/dec/huffman.o CC(target) Release/obj.target/iltorb/brotli/dec/state.o CC(target) Release/obj.target/iltorb/brotli/enc/backward_references.o CC(target) Release/obj.target/iltorb/brotli/enc/backward_references_hq.o CC(target) Release/obj.target/iltorb/brotli/enc/bit_cost.o CC(target) Release/obj.target/iltorb/brotli/enc/block_splitter.o In file included from ../brotli/enc/./block_splitter.h:14, from ../brotli/enc/block_splitter.c:9: ../brotli/enc/./block_splitter_inc.h: In function ‘SplitByteVectorLiteral’: ../brotli/enc/./block_splitter_inc.h:403:61: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] double* insert_cost = BROTLI_ALLOC(m, double, data_size * num_histograms); ../brotli/enc/././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’ ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) ^ ../brotli/enc/./block_splitter_inc.h:405:62: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] uint8_t* switch_signal = BROTLI_ALLOC(m, uint8_t, length * bitmaplen); ../brotli/enc/././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’ ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) ^ ../brotli/enc/./block_splitter_inc.h: In function ‘SplitByteVectorCommand’: ../brotli/enc/./block_splitter_inc.h:403:61: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] double* insert_cost = BROTLI_ALLOC(m, double, data_size * num_histograms); ../brotli/enc/././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’ ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) ^ ../brotli/enc/./block_splitter_inc.h:405:62: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] uint8_t* switch_signal = BROTLI_ALLOC(m, uint8_t, length * bitmaplen); ../brotli/enc/././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’ ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) ^ ../brotli/enc/./block_splitter_inc.h: In function ‘SplitByteVectorDistance’: ../brotli/enc/./block_splitter_inc.h:403:61: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] double* insert_cost = BROTLI_ALLOC(m, double, data_size * num_histograms); ../brotli/enc/././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’ ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) ^ ../brotli/enc/./block_splitter_inc.h:405:62: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] uint8_t* switch_signal = BROTLI_ALLOC(m, uint8_t, length * bitmaplen); ../brotli/enc/././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’ ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) ^ CC(target) Release/obj.target/iltorb/brotli/enc/brotli_bit_stream.o CC(target) Release/obj.target/iltorb/brotli/enc/cluster.o CC(target) Release/obj.target/iltorb/brotli/enc/compress_fragment.o CC(target) Release/obj.target/iltorb/brotli/enc/compress_fragment_two_pass.o CC(target) Release/obj.target/iltorb/brotli/enc/dictionary_hash.o CC(target) Release/obj.target/iltorb/brotli/enc/encode.o CC(target) Release/obj.target/iltorb/brotli/enc/entropy_encode.o CC(target) Release/obj.target/iltorb/brotli/enc/histogram.o CC(target) Release/obj.target/iltorb/brotli/enc/literal_cost.o CC(target) Release/obj.target/iltorb/brotli/enc/memory.o CC(target) Release/obj.target/iltorb/brotli/enc/metablock.o In file included from ../brotli/enc/././block_splitter.h:14, from ../brotli/enc/./metablock.h:14, from ../brotli/enc/metablock.c:10: ../brotli/enc/metablock.c: In function ‘ContextBlockSplitterFinishBlock’: ../brotli/enc/metablock.c:279:45: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] BROTLI_ALLOC(m, HistogramLiteral, 2 * num_contexts); ../brotli/enc/./././memory.h:43:5: note: in definition of macro ‘BROTLI_ALLOC’ ((N) ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) ^ CC(target) Release/obj.target/iltorb/brotli/enc/static_dict.o CC(target) Release/obj.target/iltorb/brotli/enc/utf8_util.o CXX(target) Release/obj.target/iltorb/src/common/allocator.o In file included from ../src/common/allocator.cc:2: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2232:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/common/allocator.cc:2: /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: /root/.node-gyp/11.6.0/include/node/node_object_wrap.h:85:78: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] reinterpret_cast(callback), type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: ../../nan/nan_object_wrap.h:66:61: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] CXX(target) Release/obj.target/iltorb/src/common/stream_coder.o In file included from ../src/common/stream_coder.h:5, from ../src/common/stream_coder.cc:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2232:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/common/stream_coder.h:5, from ../src/common/stream_coder.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: /root/.node-gyp/11.6.0/include/node/node_object_wrap.h:85:78: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] reinterpret_cast(callback), type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: ../../nan/nan_object_wrap.h:66:61: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] CXX(target) Release/obj.target/iltorb/src/dec/stream_decode.o In file included from ../src/dec/stream_decode.h:4, from ../src/dec/stream_decode.cc:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2232:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] , reinterpret_cast(AsyncExecuteComplete) ^ ../src/dec/stream_decode.cc: In constructor ‘StreamDecode::StreamDecode(v8::Local)’: ../src/dec/stream_decode.cc:14:81: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] Local dictionary = Nan::Get(params, key).ToLocalChecked()->ToObject(); ^ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/dec/stream_decode.h:4, from ../src/dec/stream_decode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:10254:15: note: declared here Local Value::ToObject() const { ^~~~~ ../src/dec/stream_decode.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE StreamDecode::New(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/dec/stream_decode.cc:40:58: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] StreamDecode* obj = new StreamDecode(info[0]->ToObject()); ^ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/dec/stream_decode.h:4, from ../src/dec/stream_decode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:10254:15: note: declared here Local Value::ToObject() const { ^~~~~ ../src/dec/stream_decode.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE StreamDecode::Transform(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/dec/stream_decode.cc:48:44: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] Local buffer = info[0]->ToObject(); ^ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/dec/stream_decode.h:4, from ../src/dec/stream_decode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:10254:15: note: declared here Local Value::ToObject() const { ^~~~~ ../src/dec/stream_decode.cc:54:29: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] if (info[2]->BooleanValue()) { ^ In file included from /root/.node-gyp/11.6.0/include/node/v8.h:26, from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/dec/stream_decode.h:4, from ../src/dec/stream_decode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:2568:43: note: declared here V8_DEPRECATED("Use maybe version", bool BooleanValue() const); ^~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/dec/stream_decode.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE StreamDecode::Flush(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/dec/stream_decode.cc:70:29: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] if (info[1]->BooleanValue()) { ^ In file included from /root/.node-gyp/11.6.0/include/node/v8.h:26, from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/dec/stream_decode.h:4, from ../src/dec/stream_decode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:2568:43: note: declared here V8_DEPRECATED("Use maybe version", bool BooleanValue() const); ^~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/dec/stream_decode.h:4, from ../src/dec/stream_decode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: /root/.node-gyp/11.6.0/include/node/node_object_wrap.h:85:78: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] reinterpret_cast(callback), type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: ../../nan/nan_object_wrap.h:66:61: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] CXX(target) Release/obj.target/iltorb/src/dec/stream_decode_worker.o In file included from ../src/dec/stream_decode_worker.h:4, from ../src/dec/stream_decode_worker.cc:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2232:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] , reinterpret_cast(AsyncExecuteComplete) ^ ../src/dec/stream_decode_worker.cc: In member function ‘virtual void StreamDecodeWorker::HandleOKCallback()’: ../src/dec/stream_decode_worker.cc:46:27: warning: ‘v8::Local Nan::Callback::Call(int, v8::Local*) const’ is deprecated [-Wdeprecated-declarations] callback->Call(1, argv); ^ In file included from ../src/dec/stream_decode_worker.h:4, from ../src/dec/stream_decode_worker.cc:1: ../../nan/nan.h:1674:3: note: declared here Call(int argc, v8::Local argv[]) const { ^~~~ ../src/dec/stream_decode_worker.cc:52:27: warning: ‘v8::Local Nan::Callback::Call(int, v8::Local*) const’ is deprecated [-Wdeprecated-declarations] callback->Call(2, argv); ^ In file included from ../src/dec/stream_decode_worker.h:4, from ../src/dec/stream_decode_worker.cc:1: ../../nan/nan.h:1674:3: note: declared here Call(int argc, v8::Local argv[]) const { ^~~~ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/dec/stream_decode_worker.h:4, from ../src/dec/stream_decode_worker.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: /root/.node-gyp/11.6.0/include/node/node_object_wrap.h:85:78: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] reinterpret_cast(callback), type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: ../../nan/nan_object_wrap.h:66:61: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] CXX(target) Release/obj.target/iltorb/src/enc/stream_encode.o In file included from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2232:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] , reinterpret_cast(AsyncExecuteComplete) ^ ../src/enc/stream_encode.cc: In constructor ‘StreamEncode::StreamEncode(v8::Local)’: ../src/enc/stream_encode.cc:14:62: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] val = Nan::Get(params, key).ToLocalChecked()->Int32Value(); ^ In file included from /root/.node-gyp/11.6.0/include/node/v8.h:26, from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:2572:46: note: declared here V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); ^~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/enc/stream_encode.cc:20:62: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] val = Nan::Get(params, key).ToLocalChecked()->Int32Value(); ^ In file included from /root/.node-gyp/11.6.0/include/node/v8.h:26, from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:2572:46: note: declared here V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); ^~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/enc/stream_encode.cc:26:62: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] val = Nan::Get(params, key).ToLocalChecked()->Int32Value(); ^ In file included from /root/.node-gyp/11.6.0/include/node/v8.h:26, from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:2572:46: note: declared here V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); ^~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/enc/stream_encode.cc:32:62: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] val = Nan::Get(params, key).ToLocalChecked()->Int32Value(); ^ In file included from /root/.node-gyp/11.6.0/include/node/v8.h:26, from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:2572:46: note: declared here V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); ^~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/enc/stream_encode.cc:38:64: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] val = Nan::Get(params, key).ToLocalChecked()->BooleanValue(); ^ In file included from /root/.node-gyp/11.6.0/include/node/v8.h:26, from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:2568:43: note: declared here V8_DEPRECATED("Use maybe version", bool BooleanValue() const); ^~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/enc/stream_encode.cc:44:62: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] val = Nan::Get(params, key).ToLocalChecked()->Int32Value(); ^ In file included from /root/.node-gyp/11.6.0/include/node/v8.h:26, from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:2572:46: note: declared here V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); ^~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/enc/stream_encode.cc:50:81: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] Local dictionary = Nan::Get(params, key).ToLocalChecked()->ToObject(); ^ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:10254:15: note: declared here Local Value::ToObject() const { ^~~~~ ../src/enc/stream_encode.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE StreamEncode::New(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/enc/stream_encode.cc:76:58: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] StreamEncode* obj = new StreamEncode(info[0]->ToObject()); ^ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:10254:15: note: declared here Local Value::ToObject() const { ^~~~~ ../src/enc/stream_encode.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE StreamEncode::Transform(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/enc/stream_encode.cc:84:44: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] Local buffer = info[0]->ToObject(); ^ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:10254:15: note: declared here Local Value::ToObject() const { ^~~~~ ../src/enc/stream_encode.cc:90:29: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] if (info[2]->BooleanValue()) { ^ In file included from /root/.node-gyp/11.6.0/include/node/v8.h:26, from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:2568:43: note: declared here V8_DEPRECATED("Use maybe version", bool BooleanValue() const); ^~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/enc/stream_encode.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE StreamEncode::Flush(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/enc/stream_encode.cc:103:53: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] BrotliEncoderOperation op = info[0]->BooleanValue() ^ In file included from /root/.node-gyp/11.6.0/include/node/v8.h:26, from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:2568:43: note: declared here V8_DEPRECATED("Use maybe version", bool BooleanValue() const); ^~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/enc/stream_encode.cc:109:29: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] if (info[2]->BooleanValue()) { ^ In file included from /root/.node-gyp/11.6.0/include/node/v8.h:26, from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h:2568:43: note: declared here V8_DEPRECATED("Use maybe version", bool BooleanValue() const); ^~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode.h:4, from ../src/enc/stream_encode.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: /root/.node-gyp/11.6.0/include/node/node_object_wrap.h:85:78: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] reinterpret_cast(callback), type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: ../../nan/nan_object_wrap.h:66:61: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] CXX(target) Release/obj.target/iltorb/src/enc/stream_encode_worker.o In file included from ../src/enc/stream_encode_worker.h:4, from ../src/enc/stream_encode_worker.cc:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2232:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] , reinterpret_cast(AsyncExecuteComplete) ^ ../src/enc/stream_encode_worker.cc: In member function ‘virtual void StreamEncodeWorker::HandleOKCallback()’: ../src/enc/stream_encode_worker.cc:47:27: warning: ‘v8::Local Nan::Callback::Call(int, v8::Local*) const’ is deprecated [-Wdeprecated-declarations] callback->Call(1, argv); ^ In file included from ../src/enc/stream_encode_worker.h:4, from ../src/enc/stream_encode_worker.cc:1: ../../nan/nan.h:1674:3: note: declared here Call(int argc, v8::Local argv[]) const { ^~~~ ../src/enc/stream_encode_worker.cc:53:27: warning: ‘v8::Local Nan::Callback::Call(int, v8::Local*) const’ is deprecated [-Wdeprecated-declarations] callback->Call(2, argv); ^ In file included from ../src/enc/stream_encode_worker.h:4, from ../src/enc/stream_encode_worker.cc:1: ../../nan/nan.h:1674:3: note: declared here Call(int argc, v8::Local argv[]) const { ^~~~ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/enc/stream_encode_worker.h:4, from ../src/enc/stream_encode_worker.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: /root/.node-gyp/11.6.0/include/node/node_object_wrap.h:85:78: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] reinterpret_cast(callback), type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: ../../nan/nan_object_wrap.h:66:61: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] CXX(target) Release/obj.target/iltorb/src/iltorb.o In file included from ../src/iltorb.cc:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2232:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from ../../nan/nan.h:53, from ../src/iltorb.cc:1: ../src/iltorb.cc: At global scope: /root/.node-gyp/11.6.0/include/node/node.h:495:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /root/.node-gyp/11.6.0/include/node/node.h:529:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/iltorb.cc:12:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(iltorb, Init) ^~~~~~~~~~~ In file included from /root/.node-gyp/11.6.0/include/node/node.h:63, from ../../nan/nan.h:53, from ../src/iltorb.cc:1: /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: /root/.node-gyp/11.6.0/include/node/node_object_wrap.h:85:78: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] reinterpret_cast(callback), type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /root/.node-gyp/11.6.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void (*)(const v8::WeakCallbackInfo&)]’: ../../nan/nan_object_wrap.h:66:61: required from here /root/.node-gyp/11.6.0/include/node/v8.h:9707:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] SOLINK_MODULE(target) Release/obj.target/iltorb.node COPY Release/iltorb.node COPY ../build/bindings/iltorb.node TOUCH Release/obj.target/action_after_build.stamp make: Leaving directory '/root/icestudio/node_modules/iltorb/build' > nw@0.12.3 postinstall /root/icestudio/node_modules/nw > node scripts/install.js added 861 packages from 456 contributors and audited 3770 packages in 133.86s found 34 vulnerabilities (9 low, 14 moderate, 11 high) run `npm audit fix` to fix them, or `npm audit` for details ---------------------------- LINUX VER ---------------------------- LSB_VERSION=1.4 DISTRIB_ID=nimblex DISTRIB_RELEASE=2019 DISTRIB_DESCRIPTION="NimbleX Linux " Linux nimblex 4.18.11+ SMP Mon Oct 8 12:46:08 EEST 2018 x86_64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz GenuineIntel GNU/Linux ---------------------------- NODEJS ---------------------------- NPM: 6.5.0-next.0 NODE: v11.6.0 icestudio@0.4.0-dev /root/icestudio ├── bower@1.8.7 ├─┬ extract-zip@1.6.7 │ ├─┬ concat-stream@1.6.2 │ │ ├── buffer-from@1.1.1 │ │ ├── inherits@2.0.3 │ │ ├─┬ readable-stream@2.3.6 │ │ │ ├── core-util-is@1.0.2 │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── isarray@1.0.0 │ │ │ ├── process-nextick-args@2.0.0 │ │ │ ├── safe-buffer@5.1.2 │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ └── util-deprecate@1.0.2 │ │ └── typedarray@0.0.6 │ ├─┬ debug@2.6.9 │ │ └── ms@2.0.0 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ └─┬ yauzl@2.4.1 │ └─┬ fd-slicer@1.0.1 │ └── pend@1.2.0 ├─┬ UNMET PEER DEPENDENCY grunt@1.0.3 │ ├── coffeescript@1.10.0 │ ├─┬ dateformat@1.0.12 │ │ ├── get-stdin@4.0.1 │ │ └─┬ meow@3.7.0 │ │ ├─┬ camelcase-keys@2.1.0 │ │ │ ├── camelcase@2.1.1 │ │ │ └── map-obj@1.0.1 deduped │ │ ├── decamelize@1.2.0 deduped │ │ ├─┬ loud-rejection@1.6.0 │ │ │ ├─┬ currently-unhandled@0.4.1 │ │ │ │ └── array-find-index@1.0.2 │ │ │ └── signal-exit@3.0.2 │ │ ├── map-obj@1.0.1 │ │ ├── minimist@1.2.0 │ │ ├─┬ normalize-package-data@2.4.0 │ │ │ ├── hosted-git-info@2.7.1 │ │ │ ├─┬ is-builtin-module@1.0.0 │ │ │ │ └── builtin-modules@1.1.1 │ │ │ ├── semver@5.6.0 │ │ │ └─┬ validate-npm-package-license@3.0.4 │ │ │ ├─┬ spdx-correct@3.1.0 │ │ │ │ ├── spdx-expression-parse@3.0.0 deduped │ │ │ │ └── spdx-license-ids@3.0.3 │ │ │ └─┬ spdx-expression-parse@3.0.0 │ │ │ ├── spdx-exceptions@2.2.0 │ │ │ └── spdx-license-ids@3.0.3 deduped │ │ ├── object-assign@4.1.1 deduped │ │ ├─┬ read-pkg-up@1.0.1 │ │ │ ├── find-up@1.1.2 deduped │ │ │ └─┬ read-pkg@1.1.0 │ │ │ ├─┬ load-json-file@1.1.0 │ │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ │ └─┬ error-ex@1.3.2 │ │ │ │ │ └── is-arrayish@0.2.1 │ │ │ │ ├── pify@2.3.0 │ │ │ │ ├── pinkie-promise@2.0.1 deduped │ │ │ │ └─┬ strip-bom@2.0.0 │ │ │ │ └── is-utf8@0.2.1 deduped │ │ │ ├── normalize-package-data@2.4.0 deduped │ │ │ └─┬ path-type@1.1.0 │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ ├── pify@2.3.0 deduped │ │ │ └── pinkie-promise@2.0.1 deduped │ │ ├─┬ redent@1.0.0 │ │ │ ├─┬ indent-string@2.1.0 │ │ │ │ └── repeating@2.0.1 deduped │ │ │ └─┬ strip-indent@1.0.1 │ │ │ └── get-stdin@4.0.1 deduped │ │ └── trim-newlines@1.0.0 │ ├── eventemitter2@0.4.14 │ ├── exit@0.1.2 │ ├─┬ findup-sync@0.3.0 │ │ └─┬ glob@5.0.15 │ │ ├── inflight@1.0.6 deduped │ │ ├── inherits@2.0.3 deduped │ │ ├── minimatch@3.0.4 deduped │ │ ├── once@1.4.0 deduped │ │ └── path-is-absolute@1.0.1 deduped │ ├─┬ glob@7.0.6 │ │ ├── fs.realpath@1.0.0 │ │ ├─┬ inflight@1.0.6 │ │ │ ├── once@1.4.0 deduped │ │ │ └── wrappy@1.0.2 │ │ ├── inherits@2.0.3 deduped │ │ ├── minimatch@3.0.4 deduped │ │ ├─┬ once@1.4.0 │ │ │ └── wrappy@1.0.2 deduped │ │ └── path-is-absolute@1.0.1 deduped │ ├─┬ grunt-cli@1.2.0 │ │ ├── findup-sync@0.3.0 deduped │ │ ├── grunt-known-options@1.1.1 deduped │ │ ├── nopt@3.0.6 deduped │ │ └── resolve@1.1.7 │ ├── grunt-known-options@1.1.1 │ ├─┬ grunt-legacy-log@2.0.0 │ │ ├── colors@1.1.2 │ │ ├─┬ grunt-legacy-log-utils@2.0.1 │ │ │ ├─┬ chalk@2.4.2 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └─┬ color-convert@1.9.3 │ │ │ │ │ └── color-name@1.1.3 │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 │ │ │ └── lodash@4.17.11 deduped │ │ ├── hooker@0.2.3 deduped │ │ └── lodash@4.17.11 deduped │ ├─┬ grunt-legacy-util@1.1.1 │ │ ├── async@1.5.2 deduped │ │ ├── exit@0.1.2 deduped │ │ ├── getobject@0.1.0 │ │ ├── hooker@0.2.3 deduped │ │ ├── lodash@4.17.11 deduped │ │ ├─┬ underscore.string@3.3.5 │ │ │ ├── sprintf-js@1.1.2 │ │ │ └── util-deprecate@1.0.2 deduped │ │ └─┬ which@1.3.1 │ │ └── isexe@2.0.0 │ ├─┬ iconv-lite@0.4.24 │ │ └── safer-buffer@2.1.2 │ ├─┬ js-yaml@3.5.5 │ │ ├─┬ argparse@1.0.10 │ │ │ └── sprintf-js@1.0.3 │ │ └── esprima@2.7.3 │ ├─┬ minimatch@3.0.4 │ │ └─┬ brace-expansion@1.1.11 │ │ ├── balanced-match@1.0.0 │ │ └── concat-map@0.0.1 │ ├── mkdirp@0.5.1 deduped │ ├─┬ nopt@3.0.6 │ │ └── abbrev@1.1.1 │ ├── path-is-absolute@1.0.1 │ └─┬ rimraf@2.6.3 │ └─┬ glob@7.1.3 │ ├── fs.realpath@1.0.0 deduped │ ├── inflight@1.0.6 deduped │ ├── inherits@2.0.3 deduped │ ├── minimatch@3.0.4 deduped │ ├── once@1.4.0 deduped │ └── path-is-absolute@1.0.1 deduped ├─┬ grunt-angular-gettext@2.3.14 │ └─┬ angular-gettext-tools@2.3.14 │ ├── babylon@6.18.0 │ ├── binary-search@1.3.4 │ ├─┬ cheerio@0.19.0 │ │ ├─┬ css-select@1.0.0 │ │ │ ├── boolbase@1.0.0 │ │ │ ├── css-what@1.0.0 │ │ │ ├─┬ domutils@1.4.3 │ │ │ │ └── domelementtype@1.3.1 deduped │ │ │ └─┬ nth-check@1.0.2 │ │ │ └── boolbase@1.0.0 deduped │ │ ├─┬ dom-serializer@0.1.0 │ │ │ ├── domelementtype@1.1.3 │ │ │ └── entities@1.1.2 deduped │ │ ├── entities@1.1.2 │ │ ├── htmlparser2@3.8.3 deduped │ │ └── lodash@3.10.1 │ ├── lodash@4.17.11 deduped │ ├── pofile@1.0.11 │ ├── typescript@2.3.4 │ └─┬ typescript-eslint-parser@3.0.0 │ ├── lodash.unescape@4.0.1 │ └── semver@5.3.0 ├─┬ grunt-appimage@0.6.0 │ ├─┬ fs-extra@2.1.2 │ │ ├── graceful-fs@4.1.15 │ │ └─┬ jsonfile@2.4.0 │ │ └── graceful-fs@4.1.15 deduped │ └─┬ temporary@0.0.8 │ └── package@1.0.1 ├─┬ grunt-cli@1.3.2 │ ├── grunt-known-options@1.1.1 deduped │ ├── interpret@1.1.0 │ ├─┬ liftoff@2.5.0 │ │ ├── extend@3.0.2 │ │ ├─┬ findup-sync@2.0.0 │ │ │ ├── detect-file@1.0.0 │ │ │ ├─┬ is-glob@3.1.0 │ │ │ │ └── is-extglob@2.1.1 │ │ │ ├─┬ micromatch@3.1.10 │ │ │ │ ├── arr-diff@4.0.0 │ │ │ │ ├── array-unique@0.3.2 │ │ │ │ ├─┬ braces@2.3.2 │ │ │ │ │ ├── arr-flatten@1.1.0 │ │ │ │ │ ├── array-unique@0.3.2 deduped │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ └── is-extendable@0.1.1 │ │ │ │ │ ├─┬ fill-range@4.0.0 │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ ├── repeat-string@1.6.1 deduped │ │ │ │ │ │ └─┬ to-regex-range@2.1.1 │ │ │ │ │ │ ├── is-number@3.0.0 deduped │ │ │ │ │ │ └── repeat-string@1.6.1 deduped │ │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ │ ├── repeat-element@1.1.3 │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ ├─┬ snapdragon-node@2.1.1 │ │ │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ │ │ └─┬ snapdragon-util@3.0.1 │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ ├─┬ split-string@3.1.0 │ │ │ │ │ │ └── extend-shallow@3.0.2 deduped │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ ├─┬ define-property@2.0.2 │ │ │ │ │ ├─┬ is-descriptor@1.0.2 │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ ├─┬ extend-shallow@3.0.2 │ │ │ │ │ ├── assign-symbols@1.0.0 │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ ├─┬ extglob@2.0.4 │ │ │ │ │ ├── array-unique@0.3.2 deduped │ │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ ├─┬ expand-brackets@2.1.4 │ │ │ │ │ │ ├── debug@2.6.9 deduped │ │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── posix-character-classes@0.1.1 │ │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ ├─┬ fragment-cache@0.2.1 │ │ │ │ │ └── map-cache@0.2.2 deduped │ │ │ │ ├── kind-of@6.0.2 │ │ │ │ ├─┬ nanomatch@1.2.13 │ │ │ │ │ ├── arr-diff@4.0.0 deduped │ │ │ │ │ ├── array-unique@0.3.2 deduped │ │ │ │ │ ├── define-property@2.0.2 deduped │ │ │ │ │ ├── extend-shallow@3.0.2 deduped │ │ │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ │ │ ├── is-windows@1.0.2 deduped │ │ │ │ │ ├── kind-of@6.0.2 deduped │ │ │ │ │ ├── object.pick@1.3.0 deduped │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ ├── object.pick@1.3.0 deduped │ │ │ │ ├─┬ regex-not@1.0.2 │ │ │ │ │ ├── extend-shallow@3.0.2 deduped │ │ │ │ │ └─┬ safe-regex@1.1.0 │ │ │ │ │ └── ret@0.1.15 │ │ │ │ ├─┬ snapdragon@0.8.2 │ │ │ │ │ ├─┬ base@0.11.2 │ │ │ │ │ │ ├─┬ cache-base@1.0.1 │ │ │ │ │ │ │ ├─┬ collection-visit@1.0.0 │ │ │ │ │ │ │ │ ├─┬ map-visit@1.0.0 │ │ │ │ │ │ │ │ │ └── object-visit@1.0.1 deduped │ │ │ │ │ │ │ │ └─┬ object-visit@1.0.1 │ │ │ │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ │ │ │ ├── component-emitter@1.2.1 deduped │ │ │ │ │ │ │ ├── get-value@2.0.6 │ │ │ │ │ │ │ ├─┬ has-value@1.0.0 │ │ │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ │ │ ├─┬ has-values@1.0.0 │ │ │ │ │ │ │ │ │ ├── is-number@3.0.0 deduped │ │ │ │ │ │ │ │ │ └─┬ kind-of@4.0.0 │ │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ │ │ │ ├─┬ set-value@2.0.0 │ │ │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ │ │ │ │ │ └── split-string@3.1.0 deduped │ │ │ │ │ │ │ ├─┬ to-object-path@0.3.0 │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ ├─┬ union-value@1.0.0 │ │ │ │ │ │ │ │ ├── arr-union@3.1.0 deduped │ │ │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ │ └─┬ set-value@0.4.3 │ │ │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ │ │ │ │ │ └── to-object-path@0.3.0 deduped │ │ │ │ │ │ │ └─┬ unset-value@1.0.0 │ │ │ │ │ │ │ ├─┬ has-value@0.3.1 │ │ │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ │ │ ├── has-values@0.1.4 │ │ │ │ │ │ │ │ └─┬ isobject@2.1.0 │ │ │ │ │ │ │ │ └── isarray@1.0.0 deduped │ │ │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ │ │ ├─┬ class-utils@0.3.6 │ │ │ │ │ │ │ ├── arr-union@3.1.0 │ │ │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ │ │ │ └─┬ static-extend@0.1.2 │ │ │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ │ │ │ └─┬ object-copy@0.1.0 │ │ │ │ │ │ │ ├── copy-descriptor@0.1.1 │ │ │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ ├── component-emitter@1.2.1 │ │ │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ │ │ ├─┬ mixin-deep@1.3.1 │ │ │ │ │ │ │ ├── for-in@1.0.2 deduped │ │ │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ │ │ └── pascalcase@0.1.1 │ │ │ │ │ ├── debug@2.6.9 deduped │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ └── kind-of@5.1.0 │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ ├── map-cache@0.2.2 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ ├─┬ source-map-resolve@0.5.2 │ │ │ │ │ │ ├── atob@2.1.2 │ │ │ │ │ │ ├── decode-uri-component@0.2.0 │ │ │ │ │ │ ├── resolve-url@0.2.1 │ │ │ │ │ │ ├── source-map-url@0.4.0 │ │ │ │ │ │ └── urix@0.1.0 │ │ │ │ │ └── use@3.1.1 │ │ │ │ └─┬ to-regex@3.0.2 │ │ │ │ ├── define-property@2.0.2 deduped │ │ │ │ ├── extend-shallow@3.0.2 deduped │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ └── safe-regex@1.1.0 deduped │ │ │ └─┬ resolve-dir@1.0.1 │ │ │ ├── expand-tilde@2.0.2 deduped │ │ │ └─┬ global-modules@1.0.0 │ │ │ ├─┬ global-prefix@1.0.2 │ │ │ │ ├── expand-tilde@2.0.2 deduped │ │ │ │ ├── homedir-polyfill@1.0.1 deduped │ │ │ │ ├── ini@1.3.5 deduped │ │ │ │ ├── is-windows@1.0.2 deduped │ │ │ │ └── which@1.3.1 deduped │ │ │ ├── is-windows@1.0.2 deduped │ │ │ └── resolve-dir@1.0.1 deduped │ │ ├─┬ fined@1.1.1 │ │ │ ├─┬ expand-tilde@2.0.2 │ │ │ │ └── homedir-polyfill@1.0.1 deduped │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ ├─┬ object.defaults@1.1.0 │ │ │ │ ├── array-each@1.0.1 │ │ │ │ ├── array-slice@1.1.0 │ │ │ │ ├── for-own@1.0.0 deduped │ │ │ │ └── isobject@3.0.1 deduped │ │ │ ├─┬ object.pick@1.3.0 │ │ │ │ └── isobject@3.0.1 deduped │ │ │ └─┬ parse-filepath@1.0.2 │ │ │ ├─┬ is-absolute@1.0.0 │ │ │ │ ├─┬ is-relative@1.0.0 │ │ │ │ │ └─┬ is-unc-path@1.0.0 │ │ │ │ │ └── unc-path-regex@0.1.2 │ │ │ │ └── is-windows@1.0.2 │ │ │ ├── map-cache@0.2.2 │ │ │ └─┬ path-root@0.1.1 │ │ │ └── path-root-regex@0.1.2 │ │ ├── flagged-respawn@1.0.1 │ │ ├─┬ is-plain-object@2.0.4 │ │ │ └── isobject@3.0.1 │ │ ├─┬ object.map@1.0.1 │ │ │ ├─┬ for-own@1.0.0 │ │ │ │ └── for-in@1.0.2 │ │ │ └─┬ make-iterator@1.0.1 │ │ │ └── kind-of@6.0.2 deduped │ │ ├─┬ rechoir@0.6.2 │ │ │ └── resolve@1.1.7 deduped │ │ └── resolve@1.1.7 deduped │ ├─┬ nopt@4.0.1 │ │ ├── abbrev@1.1.1 deduped │ │ └─┬ osenv@0.1.5 │ │ ├── os-homedir@1.0.2 │ │ └── os-tmpdir@1.0.2 │ └─┬ v8flags@3.1.2 │ └─┬ homedir-polyfill@1.0.1 │ └── parse-passwd@1.0.0 ├─┬ grunt-contrib-clean@1.1.0 │ ├── async@1.5.2 │ └── rimraf@2.6.3 deduped ├─┬ grunt-contrib-compress@1.4.3 │ ├─┬ archiver@1.3.0 │ │ ├─┬ archiver-utils@1.3.0 │ │ │ ├── glob@7.0.6 deduped │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ ├─┬ lazystream@1.0.0 │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ ├── lodash@4.17.11 deduped │ │ │ ├─┬ normalize-path@2.1.1 │ │ │ │ └── remove-trailing-separator@1.1.0 │ │ │ └── readable-stream@2.3.6 deduped │ │ ├─┬ async@2.6.1 │ │ │ └── lodash@4.17.11 deduped │ │ ├── buffer-crc32@0.2.13 │ │ ├── glob@7.0.6 deduped │ │ ├── lodash@4.17.11 deduped │ │ ├── readable-stream@2.3.6 deduped │ │ ├─┬ tar-stream@1.6.2 │ │ │ ├─┬ bl@1.2.2 │ │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ ├─┬ buffer-alloc@1.2.0 │ │ │ │ ├── buffer-alloc-unsafe@1.1.0 │ │ │ │ └── buffer-fill@1.0.0 │ │ │ ├─┬ end-of-stream@1.4.1 │ │ │ │ └── once@1.4.0 deduped │ │ │ ├── fs-constants@1.0.0 │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ ├── to-buffer@1.1.1 │ │ │ └── xtend@4.0.1 │ │ ├── walkdir@0.0.11 │ │ └─┬ zip-stream@1.2.0 │ │ ├── archiver-utils@1.3.0 deduped │ │ ├─┬ compress-commons@1.2.2 │ │ │ ├── buffer-crc32@0.2.13 deduped │ │ │ ├─┬ crc32-stream@2.0.0 │ │ │ │ ├─┬ crc@3.8.0 │ │ │ │ │ └─┬ buffer@5.2.1 │ │ │ │ │ ├── base64-js@1.3.0 │ │ │ │ │ └── ieee754@1.1.12 │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ ├── normalize-path@2.1.1 deduped │ │ │ └── readable-stream@2.3.6 deduped │ │ ├── lodash@4.17.11 deduped │ │ └── readable-stream@2.3.6 deduped │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 │ │ ├─┬ has-ansi@2.0.0 │ │ │ └── ansi-regex@2.1.1 │ │ ├─┬ strip-ansi@3.0.1 │ │ │ └── ansi-regex@2.1.1 deduped │ │ └── supports-color@2.0.0 │ ├─┬ iltorb@1.3.10 │ │ ├── detect-libc@0.2.0 │ │ ├── nan@2.12.1 │ │ ├─┬ node-gyp@3.8.0 │ │ │ ├─┬ fstream@1.0.11 │ │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ └── rimraf@2.6.3 deduped │ │ │ ├── glob@7.0.6 deduped │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── nopt@3.0.6 deduped │ │ │ ├─┬ npmlog@4.1.2 │ │ │ │ ├─┬ are-we-there-yet@1.1.5 │ │ │ │ │ ├── delegates@1.0.0 │ │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ │ ├── console-control-strings@1.1.0 │ │ │ │ ├─┬ gauge@2.7.4 │ │ │ │ │ ├── aproba@1.2.0 │ │ │ │ │ ├── console-control-strings@1.1.0 deduped │ │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ │ ├── object-assign@4.1.1 deduped │ │ │ │ │ ├── signal-exit@3.0.2 deduped │ │ │ │ │ ├── string-width@1.0.2 deduped │ │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ │ └─┬ wide-align@1.1.3 │ │ │ │ │ └── string-width@1.0.2 deduped │ │ │ │ └── set-blocking@2.0.0 │ │ │ ├── osenv@0.1.5 deduped │ │ │ ├── request@2.88.0 deduped │ │ │ ├── rimraf@2.6.3 deduped │ │ │ ├── semver@5.3.0 │ │ │ ├─┬ tar@2.2.1 │ │ │ │ ├─┬ block-stream@0.0.9 │ │ │ │ │ └── inherits@2.0.3 deduped │ │ │ │ ├── fstream@1.0.11 deduped │ │ │ │ └── inherits@2.0.3 deduped │ │ │ └── which@1.3.1 deduped │ │ └─┬ prebuild-install@2.5.3 │ │ ├── detect-libc@1.0.3 │ │ ├── expand-template@1.1.1 │ │ ├── github-from-package@0.0.0 │ │ ├── minimist@1.2.0 │ │ ├── mkdirp@0.5.1 deduped │ │ ├─┬ node-abi@2.5.1 │ │ │ └── semver@5.6.0 deduped │ │ ├── noop-logger@0.1.1 │ │ ├── npmlog@4.1.2 deduped │ │ ├── os-homedir@1.0.2 deduped │ │ ├─┬ pump@2.0.1 │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ └── once@1.4.0 deduped │ │ ├─┬ rc@1.2.8 │ │ │ ├── deep-extend@0.6.0 │ │ │ ├── ini@1.3.5 deduped │ │ │ ├── minimist@1.2.0 │ │ │ └── strip-json-comments@2.0.1 │ │ ├─┬ simple-get@2.8.1 │ │ │ ├─┬ decompress-response@3.3.0 │ │ │ │ └── mimic-response@1.0.1 │ │ │ ├── once@1.4.0 deduped │ │ │ └── simple-concat@1.0.0 │ │ ├── tar-fs@1.16.3 deduped │ │ ├─┬ tunnel-agent@0.6.0 │ │ │ └── safe-buffer@5.1.2 deduped │ │ └── which-pm-runs@1.0.0 │ ├── lodash@4.17.11 │ ├── pretty-bytes@4.0.2 │ └── stream-buffers@2.2.0 ├─┬ grunt-contrib-concat@1.0.1 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 deduped │ │ ├── has-ansi@2.0.0 deduped │ │ ├── strip-ansi@3.0.1 deduped │ │ └── supports-color@2.0.0 │ └── source-map@0.5.7 ├─┬ grunt-contrib-copy@1.0.0 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 deduped │ │ ├── has-ansi@2.0.0 deduped │ │ ├── strip-ansi@3.0.1 deduped │ │ └── supports-color@2.0.0 │ └── file-sync-cmp@0.1.1 ├─┬ grunt-contrib-cssmin@1.0.2 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 deduped │ │ ├── has-ansi@2.0.0 deduped │ │ ├── strip-ansi@3.0.1 deduped │ │ └── supports-color@2.0.0 │ ├─┬ clean-css@3.4.28 │ │ ├─┬ commander@2.8.1 │ │ │ └── graceful-readlink@1.0.1 │ │ └─┬ source-map@0.4.4 │ │ └── amdefine@1.0.1 │ └─┬ maxmin@1.1.0 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 deduped │ │ ├── has-ansi@2.0.0 deduped │ │ ├── strip-ansi@3.0.1 deduped │ │ └── supports-color@2.0.0 │ ├─┬ figures@1.7.0 │ │ ├── escape-string-regexp@1.0.5 deduped │ │ └── object-assign@4.1.1 deduped │ ├─┬ gzip-size@1.0.0 │ │ ├─┬ browserify-zlib@0.1.4 │ │ │ └── pako@0.2.9 deduped │ │ └── concat-stream@1.6.2 deduped │ └─┬ pretty-bytes@1.0.4 │ ├── get-stdin@4.0.1 deduped │ └── meow@3.7.0 deduped ├─┬ grunt-contrib-jshint@1.1.0 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 deduped │ │ ├── has-ansi@2.0.0 deduped │ │ ├── strip-ansi@3.0.1 deduped │ │ └── supports-color@2.0.0 │ ├── hooker@0.2.3 │ └─┬ jshint@2.9.7 │ ├─┬ cli@1.0.1 │ │ ├── exit@0.1.2 deduped │ │ └─┬ glob@7.1.3 │ │ ├── fs.realpath@1.0.0 deduped │ │ ├── inflight@1.0.6 deduped │ │ ├── inherits@2.0.3 deduped │ │ ├── minimatch@3.0.4 deduped │ │ ├── once@1.4.0 deduped │ │ └── path-is-absolute@1.0.1 deduped │ ├─┬ console-browserify@1.1.0 │ │ └── date-now@0.1.4 │ ├── exit@0.1.2 deduped │ ├─┬ htmlparser2@3.8.3 │ │ ├── domelementtype@1.3.1 │ │ ├─┬ domhandler@2.3.0 │ │ │ └── domelementtype@1.3.1 deduped │ │ ├─┬ domutils@1.5.1 │ │ │ ├── dom-serializer@0.1.0 deduped │ │ │ └── domelementtype@1.3.1 deduped │ │ ├── entities@1.0.0 │ │ └─┬ readable-stream@1.1.14 │ │ ├── core-util-is@1.0.2 deduped │ │ ├── inherits@2.0.3 deduped │ │ ├── isarray@0.0.1 │ │ └── string_decoder@0.10.31 │ ├── lodash@4.17.11 deduped │ ├── minimatch@3.0.4 deduped │ ├── shelljs@0.3.0 │ └── strip-json-comments@1.0.4 ├─┬ grunt-contrib-uglify@2.3.0 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 deduped │ │ ├── has-ansi@2.0.0 deduped │ │ ├── strip-ansi@3.0.1 deduped │ │ └── supports-color@2.0.0 │ ├── maxmin@1.1.0 deduped │ ├─┬ object.assign@4.1.0 │ │ ├─┬ define-properties@1.1.3 │ │ │ └── object-keys@1.0.12 deduped │ │ ├── function-bind@1.1.1 │ │ ├── has-symbols@1.0.0 │ │ └── object-keys@1.0.12 │ ├─┬ uglify-js@2.8.29 │ │ ├── source-map@0.5.7 deduped │ │ ├── uglify-to-browserify@1.0.2 │ │ └── yargs@3.10.0 deduped │ └── uri-path@1.0.0 ├─┬ grunt-contrib-watch@1.1.0 │ ├─┬ async@2.6.1 │ │ └── lodash@4.17.11 deduped │ ├─┬ gaze@1.1.3 │ │ └─┬ globule@1.2.1 │ │ ├─┬ glob@7.1.3 │ │ │ ├── fs.realpath@1.0.0 deduped │ │ │ ├── inflight@1.0.6 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── minimatch@3.0.4 deduped │ │ │ ├── once@1.4.0 deduped │ │ │ └── path-is-absolute@1.0.1 deduped │ │ ├── lodash@4.17.11 deduped │ │ └── minimatch@3.0.4 deduped │ ├── lodash@4.17.11 deduped │ └─┬ tiny-lr@1.1.1 │ ├─┬ body@5.1.0 │ │ ├── continuable-cache@0.3.1 │ │ ├─┬ error@7.0.2 │ │ │ ├── string-template@0.2.1 │ │ │ └── xtend@4.0.1 deduped │ │ ├─┬ raw-body@1.1.7 │ │ │ ├── bytes@1.0.0 │ │ │ └── string_decoder@0.10.31 │ │ └── safe-json-parse@1.0.1 │ ├─┬ debug@3.2.6 │ │ └── ms@2.1.1 │ ├─┬ faye-websocket@0.10.0 │ │ └─┬ websocket-driver@0.7.0 │ │ ├── http-parser-js@0.5.0 │ │ └── websocket-extensions@0.1.3 │ ├── livereload-js@2.4.0 │ ├── object-assign@4.1.1 │ └── qs@6.5.2 ├── grunt-exec@1.0.1 ├── grunt-json-minify@1.1.0 ├─┬ grunt-nw-builder@3.1.0 │ └─┬ nw-builder@3.1.3 │ ├── archiver@1.3.0 deduped │ ├── bluebird@3.5.3 │ ├─┬ decompress-zip@0.3.0 │ │ ├─┬ binary@0.3.0 │ │ │ ├── buffers@0.1.1 │ │ │ └─┬ chainsaw@0.1.0 │ │ │ └── traverse@0.3.9 │ │ ├── graceful-fs@4.1.15 deduped │ │ ├── mkpath@0.1.0 │ │ ├── nopt@3.0.6 deduped │ │ ├── q@1.5.1 │ │ ├─┬ readable-stream@1.1.14 │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── isarray@0.0.1 │ │ │ └── string_decoder@0.10.31 │ │ └─┬ touch@0.0.3 │ │ └─┬ nopt@1.0.10 │ │ └── abbrev@1.1.1 deduped │ ├── deprecate@1.0.0 │ ├─┬ graceful-fs-extra@2.0.0 │ │ ├─┬ fs-extra@0.30.0 │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ ├── jsonfile@2.4.0 deduped │ │ │ ├─┬ klaw@1.3.1 │ │ │ │ └── graceful-fs@4.1.15 deduped │ │ │ ├── path-is-absolute@1.0.1 deduped │ │ │ └── rimraf@2.6.3 deduped │ │ ├── graceful-ncp@3.0.0 deduped │ │ └─┬ proxyquire@1.8.0 │ │ ├─┬ fill-keys@1.0.2 │ │ │ ├── is-object@1.0.1 │ │ │ └── merge-descriptors@1.0.1 │ │ ├── module-not-found-error@1.0.1 │ │ └── resolve@1.1.7 deduped │ ├─┬ graceful-ncp@3.0.0 │ │ ├── graceful-fs@4.1.15 deduped │ │ ├── ncp@2.0.0 │ │ └── proxyquire@1.8.0 deduped │ ├── inherits@2.0.3 deduped │ ├── lodash@4.16.6 │ ├─┬ optimist@0.6.1 │ │ ├── minimist@0.0.8 deduped │ │ └── wordwrap@0.0.2 │ ├─┬ platform-overrides@1.0.1 │ │ └── lodash@2.4.2 │ ├─┬ plist@2.1.0 │ │ ├── base64-js@1.2.0 │ │ ├── xmlbuilder@8.2.2 │ │ └── xmldom@0.1.27 │ ├── progress@1.1.8 │ ├── rcedit@0.7.0 │ ├── recursive-readdir-sync@1.0.6 │ ├─┬ request@2.75.0 │ │ ├── aws-sign2@0.6.0 │ │ ├── aws4@1.8.0 │ │ ├─┬ bl@1.1.2 │ │ │ └─┬ readable-stream@2.0.6 │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── isarray@1.0.0 deduped │ │ │ ├── process-nextick-args@1.0.7 │ │ │ ├── string_decoder@0.10.31 │ │ │ └── util-deprecate@1.0.2 deduped │ │ ├── caseless@0.11.0 │ │ ├─┬ combined-stream@1.0.7 │ │ │ └── delayed-stream@1.0.0 │ │ ├── extend@3.0.2 deduped │ │ ├── forever-agent@0.6.1 │ │ ├─┬ form-data@2.0.0 │ │ │ ├── asynckit@0.4.0 │ │ │ ├── combined-stream@1.0.7 deduped │ │ │ └── mime-types@2.1.21 deduped │ │ ├─┬ har-validator@2.0.6 │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ ├── has-ansi@2.0.0 deduped │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ └── supports-color@2.0.0 │ │ │ ├── commander@2.19.0 │ │ │ ├─┬ is-my-json-valid@2.19.0 │ │ │ │ ├─┬ generate-function@2.3.1 │ │ │ │ │ └── is-property@1.0.2 │ │ │ │ ├─┬ generate-object-property@1.2.0 │ │ │ │ │ └── is-property@1.0.2 deduped │ │ │ │ ├── is-my-ip-valid@1.0.0 │ │ │ │ ├── jsonpointer@4.0.1 │ │ │ │ └── xtend@4.0.1 deduped │ │ │ └── pinkie-promise@2.0.1 deduped │ │ ├─┬ hawk@3.1.3 │ │ │ ├─┬ boom@2.10.1 │ │ │ │ └── hoek@2.16.3 deduped │ │ │ ├─┬ cryptiles@2.0.5 │ │ │ │ └── boom@2.10.1 deduped │ │ │ ├── hoek@2.16.3 │ │ │ └─┬ sntp@1.0.9 │ │ │ └── hoek@2.16.3 deduped │ │ ├─┬ http-signature@1.1.1 │ │ │ ├── assert-plus@0.2.0 │ │ │ ├─┬ jsprim@1.4.1 │ │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ │ ├── extsprintf@1.3.0 │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ └─┬ verror@1.10.0 │ │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ └── extsprintf@1.3.0 deduped │ │ │ └─┬ sshpk@1.16.0 │ │ │ ├─┬ asn1@0.2.4 │ │ │ │ └── safer-buffer@2.1.2 deduped │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ ├─┬ bcrypt-pbkdf@1.0.2 │ │ │ │ └── tweetnacl@0.14.5 deduped │ │ │ ├─┬ dashdash@1.14.1 │ │ │ │ └── assert-plus@1.0.0 deduped │ │ │ ├─┬ ecc-jsbn@0.1.2 │ │ │ │ ├── jsbn@0.1.1 deduped │ │ │ │ └── safer-buffer@2.1.2 deduped │ │ │ ├─┬ getpass@0.1.7 │ │ │ │ └── assert-plus@1.0.0 deduped │ │ │ ├── jsbn@0.1.1 │ │ │ ├── safer-buffer@2.1.2 deduped │ │ │ └── tweetnacl@0.14.5 │ │ ├── is-typedarray@1.0.0 │ │ ├── isstream@0.1.2 │ │ ├── json-stringify-safe@5.0.1 deduped │ │ ├─┬ mime-types@2.1.21 │ │ │ └── mime-db@1.37.0 │ │ ├── node-uuid@1.4.8 │ │ ├── oauth-sign@0.8.2 │ │ ├── qs@6.2.3 │ │ ├── stringstream@0.0.6 deduped │ │ ├─┬ tough-cookie@2.3.4 │ │ │ └── punycode@1.4.1 │ │ └── tunnel-agent@0.4.3 │ ├── rimraf@2.6.3 deduped │ ├── semver@2.3.2 │ ├─┬ simple-glob@0.1.1 │ │ ├─┬ glob@3.2.11 │ │ │ ├── inherits@2.0.3 deduped │ │ │ └─┬ minimatch@0.3.0 │ │ │ ├── lru-cache@2.7.3 deduped │ │ │ └── sigmund@1.0.1 deduped │ │ ├── lodash@2.4.2 │ │ └─┬ minimatch@0.2.14 │ │ ├── lru-cache@2.7.3 │ │ └── sigmund@1.0.1 │ ├─┬ tar-fs@1.16.3 │ │ ├── chownr@1.1.1 │ │ ├── mkdirp@0.5.1 deduped │ │ ├─┬ pump@1.0.3 │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ └── once@1.4.0 deduped │ │ └── tar-stream@1.6.2 deduped │ ├─┬ temp@0.7.0 │ │ └── rimraf@2.2.8 │ ├─┬ update-notifier@1.0.3 │ │ ├─┬ boxen@0.6.0 │ │ │ ├─┬ ansi-align@1.1.0 │ │ │ │ └── string-width@1.0.2 deduped │ │ │ ├── camelcase@2.1.1 deduped │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ ├── has-ansi@2.0.0 deduped │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ └── supports-color@2.0.0 │ │ │ ├── cli-boxes@1.0.0 │ │ │ ├── filled-array@1.1.0 │ │ │ ├── object-assign@4.1.1 deduped │ │ │ ├─┬ repeating@2.0.1 │ │ │ │ └─┬ is-finite@1.0.2 │ │ │ │ └── number-is-nan@1.0.1 │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ └── number-is-nan@1.0.1 deduped │ │ │ │ └── strip-ansi@3.0.1 deduped │ │ │ └─┬ widest-line@1.0.0 │ │ │ └── string-width@1.0.2 deduped │ │ ├─┬ chalk@1.1.3 │ │ │ ├── ansi-styles@2.2.1 │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ ├── has-ansi@2.0.0 deduped │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ └── supports-color@2.0.0 │ │ ├─┬ configstore@2.1.0 │ │ │ ├─┬ dot-prop@3.0.0 │ │ │ │ └── is-obj@1.0.1 │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── object-assign@4.1.1 deduped │ │ │ ├── os-tmpdir@1.0.2 deduped │ │ │ ├── osenv@0.1.5 deduped │ │ │ ├── uuid@2.0.3 │ │ │ ├─┬ write-file-atomic@1.3.4 │ │ │ │ ├── graceful-fs@4.1.15 deduped │ │ │ │ ├── imurmurhash@0.1.4 │ │ │ │ └── slide@1.1.6 │ │ │ └── xdg-basedir@2.0.0 deduped │ │ ├── is-npm@1.0.0 │ │ ├─┬ latest-version@2.0.0 │ │ │ └─┬ package-json@2.4.0 │ │ │ ├─┬ got@5.7.1 │ │ │ │ ├─┬ create-error-class@3.0.2 │ │ │ │ │ └── capture-stack-trace@1.0.1 │ │ │ │ ├── duplexer2@0.1.4 deduped │ │ │ │ ├── is-redirect@1.0.0 │ │ │ │ ├── is-retry-allowed@1.1.0 │ │ │ │ ├── is-stream@1.1.0 │ │ │ │ ├── lowercase-keys@1.0.1 │ │ │ │ ├── node-status-codes@1.0.0 │ │ │ │ ├── object-assign@4.1.1 deduped │ │ │ │ ├── parse-json@2.2.0 deduped │ │ │ │ ├── pinkie-promise@2.0.1 deduped │ │ │ │ ├── read-all-stream@3.1.0 deduped │ │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ │ ├── timed-out@3.1.3 │ │ │ │ ├── unzip-response@1.0.2 │ │ │ │ └─┬ url-parse-lax@1.0.0 │ │ │ │ └── prepend-http@1.0.4 │ │ │ ├─┬ registry-auth-token@3.3.2 │ │ │ │ ├── rc@1.2.8 deduped │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ ├─┬ registry-url@3.1.0 │ │ │ │ └── rc@1.2.8 deduped │ │ │ └── semver@5.6.0 deduped │ │ ├── lazy-req@1.1.0 │ │ ├─┬ semver-diff@2.1.0 │ │ │ └── semver@5.6.0 deduped │ │ └─┬ xdg-basedir@2.0.0 │ │ └── os-homedir@1.0.2 deduped │ └── winresourcer@0.9.0 ├─┬ grunt-replace@1.0.1 │ ├─┬ applause@1.2.2 │ │ ├─┬ cson-parser@1.3.5 │ │ │ └── coffee-script@1.12.7 │ │ ├── js-yaml@3.5.5 deduped │ │ └── lodash@3.10.1 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 deduped │ │ ├── has-ansi@2.0.0 deduped │ │ ├── strip-ansi@3.0.1 deduped │ │ └── supports-color@2.0.0 │ ├── file-sync-cmp@0.1.1 deduped │ └── lodash@4.17.11 deduped ├─┬ grunt-usemin@3.1.1 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 deduped │ │ ├── has-ansi@2.0.0 deduped │ │ ├── strip-ansi@3.0.1 deduped │ │ └── supports-color@2.0.0 │ ├── debug@2.6.9 deduped │ ├── lodash@3.10.1 │ └── path-exists@1.0.0 ├─┬ grunt-wget@0.1.3 │ ├── async@0.2.10 │ └─┬ request@2.40.0 │ ├── aws-sign2@0.5.0 │ ├── forever-agent@0.5.2 │ ├─┬ form-data@0.1.4 │ │ ├── async@0.9.2 │ │ ├─┬ combined-stream@0.0.7 │ │ │ └── delayed-stream@0.0.5 │ │ └── mime@1.2.11 │ ├─┬ hawk@1.1.1 │ │ ├─┬ boom@0.4.2 │ │ │ └── hoek@0.9.1 deduped │ │ ├─┬ cryptiles@0.2.2 │ │ │ └── boom@0.4.2 deduped │ │ ├── hoek@0.9.1 │ │ └─┬ sntp@0.2.4 │ │ └── hoek@0.9.1 deduped │ ├─┬ http-signature@0.10.1 │ │ ├── asn1@0.1.11 │ │ ├── assert-plus@0.1.5 │ │ └── ctype@0.5.3 │ ├── json-stringify-safe@5.0.1 │ ├── mime-types@1.0.2 │ ├── node-uuid@1.4.8 │ ├── oauth-sign@0.3.0 │ ├── qs@1.0.2 │ ├── stringstream@0.0.6 │ ├─┬ tough-cookie@2.4.3 │ │ ├── psl@1.1.31 │ │ └── punycode@1.4.1 │ └── tunnel-agent@0.4.3 ├─┬ grunt-wiredep@3.0.1 │ └─┬ wiredep@4.0.0 │ ├─┬ bower-config@1.4.1 │ │ ├── graceful-fs@4.1.15 deduped │ │ ├── mout@1.1.0 │ │ ├── optimist@0.6.1 deduped │ │ ├── osenv@0.1.5 deduped │ │ └─┬ untildify@2.1.0 │ │ └── os-homedir@1.0.2 deduped │ ├── glob@7.0.6 deduped │ ├── lodash@4.17.11 deduped │ ├── propprop@0.3.1 │ ├─┬ through2@2.0.5 │ │ ├── readable-stream@2.3.6 deduped │ │ └── xtend@4.0.1 deduped │ └─┬ wiredep-cli@0.1.0 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 deduped │ │ ├── has-ansi@2.0.0 deduped │ │ ├── strip-ansi@3.0.1 deduped │ │ └── supports-color@2.0.0 │ ├── minimist@1.2.0 │ └── wiredep@4.0.0 deduped ├─┬ grunt-zip@0.17.1 │ ├── grunt-retro@0.6.4 │ └─┬ jszip@2.5.0 │ └── pako@0.2.9 ├─┬ load-grunt-tasks@3.5.2 │ ├── arrify@1.0.1 │ ├─┬ multimatch@2.1.0 │ │ ├── array-differ@1.0.0 │ │ ├─┬ array-union@1.0.2 │ │ │ └── array-uniq@1.0.3 │ │ ├── arrify@1.0.1 deduped │ │ └── minimatch@3.0.4 deduped │ ├─┬ pkg-up@1.0.0 │ │ └─┬ find-up@1.1.2 │ │ ├─┬ path-exists@2.1.0 │ │ │ └── pinkie-promise@2.0.1 deduped │ │ └─┬ pinkie-promise@2.0.1 │ │ └── pinkie@2.0.4 │ └─┬ resolve-pkg@0.1.0 │ └── resolve-from@2.0.0 ├─┬ npm-platform-dependencies@0.0.12 │ └─┬ cross-spawn@4.0.2 │ ├─┬ lru-cache@4.1.5 │ │ ├── pseudomap@1.0.2 │ │ └── yallist@2.1.2 │ └── which@1.3.1 deduped └─┬ nw@0.12.3 ├─┬ chalk@1.0.0 │ ├── ansi-styles@2.2.1 │ ├── escape-string-regexp@1.0.5 deduped │ ├─┬ has-ansi@1.0.3 │ │ ├── ansi-regex@1.1.1 │ │ └── get-stdin@4.0.1 deduped │ ├─┬ strip-ansi@2.0.1 │ │ └── ansi-regex@1.1.1 deduped │ └── supports-color@1.3.1 ├─┬ decompress@2.3.0 │ ├─┬ buffer-to-vinyl@1.1.0 │ │ ├── file-type@3.9.0 │ │ ├── readable-stream@2.3.6 deduped │ │ ├── uuid@2.0.3 │ │ └─┬ vinyl@1.2.0 │ │ ├── clone@1.0.4 │ │ ├── clone-stats@0.0.1 deduped │ │ └── replace-ext@0.0.1 │ ├── concat-stream@1.6.2 deduped │ ├─┬ decompress-tar@3.1.0 │ │ ├── is-tar@1.0.0 │ │ ├── object-assign@2.1.1 │ │ ├─┬ strip-dirs@1.1.1 │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ ├── has-ansi@2.0.0 deduped │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ └── supports-color@2.0.0 │ │ │ ├── get-stdin@4.0.1 deduped │ │ │ ├─┬ is-absolute@0.1.7 │ │ │ │ └── is-relative@0.1.3 │ │ │ ├── is-natural-number@2.1.1 │ │ │ ├── minimist@1.2.0 │ │ │ └─┬ sum-up@1.0.3 │ │ │ └─┬ chalk@1.1.3 │ │ │ ├── ansi-styles@2.2.1 │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ ├── has-ansi@2.0.0 deduped │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ └── supports-color@2.0.0 │ │ ├── tar-stream@1.6.2 deduped │ │ ├─┬ through2@0.6.5 │ │ │ ├─┬ readable-stream@1.0.34 │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── isarray@0.0.1 │ │ │ │ └── string_decoder@0.10.31 │ │ │ └── xtend@4.0.1 deduped │ │ └─┬ vinyl@0.4.6 │ │ ├── clone@0.2.0 │ │ └── clone-stats@0.0.1 deduped │ ├─┬ decompress-tarbz2@3.1.0 │ │ ├── is-bzip2@1.0.0 │ │ ├── object-assign@2.1.1 │ │ ├─┬ seek-bzip@1.0.5 │ │ │ └── commander@2.8.1 deduped │ │ ├── strip-dirs@1.1.1 deduped │ │ ├── tar-stream@1.6.2 deduped │ │ ├─┬ through2@0.6.5 │ │ │ ├─┬ readable-stream@1.0.34 │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── isarray@0.0.1 │ │ │ │ └── string_decoder@0.10.31 │ │ │ └── xtend@4.0.1 deduped │ │ └─┬ vinyl@0.4.6 │ │ ├── clone@0.2.0 │ │ └── clone-stats@0.0.1 deduped │ ├─┬ decompress-targz@3.1.0 │ │ ├── is-gzip@1.0.0 │ │ ├── object-assign@2.1.1 │ │ ├── strip-dirs@1.1.1 deduped │ │ ├── tar-stream@1.6.2 deduped │ │ ├─┬ through2@0.6.5 │ │ │ ├─┬ readable-stream@1.0.34 │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── isarray@0.0.1 │ │ │ │ └── string_decoder@0.10.31 │ │ │ └── xtend@4.0.1 deduped │ │ └─┬ vinyl@0.4.6 │ │ ├── clone@0.2.0 │ │ └── clone-stats@0.0.1 deduped │ ├─┬ decompress-unzip@3.4.0 │ │ ├── is-zip@1.0.0 │ │ ├─┬ read-all-stream@3.1.0 │ │ │ ├── pinkie-promise@2.0.1 deduped │ │ │ └── readable-stream@2.3.6 deduped │ │ ├── stat-mode@0.2.2 │ │ ├── strip-dirs@1.1.1 deduped │ │ ├── through2@2.0.5 deduped │ │ ├── vinyl@1.2.0 deduped │ │ └── yauzl@2.4.1 deduped │ ├── get-stdin@4.0.1 deduped │ ├── meow@3.7.0 deduped │ ├─┬ stream-combiner2@1.1.1 │ │ ├─┬ duplexer2@0.1.4 │ │ │ └── readable-stream@2.3.6 deduped │ │ └── readable-stream@2.3.6 deduped │ ├─┬ vinyl-assign@1.2.1 │ │ ├── object-assign@4.1.1 deduped │ │ └── readable-stream@2.3.6 deduped │ └─┬ vinyl-fs@1.0.0 │ ├─┬ duplexify@3.6.1 │ │ ├── end-of-stream@1.4.1 deduped │ │ ├── inherits@2.0.3 deduped │ │ ├── readable-stream@2.3.6 deduped │ │ └── stream-shift@1.0.0 │ ├─┬ glob-stream@4.1.1 │ │ ├─┬ glob@4.5.3 │ │ │ ├── inflight@1.0.6 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── minimatch@2.0.10 deduped │ │ │ └── once@1.4.0 deduped │ │ ├─┬ glob2base@0.0.12 │ │ │ └── find-index@0.1.1 │ │ ├─┬ minimatch@2.0.10 │ │ │ └── brace-expansion@1.1.11 deduped │ │ ├── ordered-read-streams@0.1.0 │ │ ├─┬ through2@0.6.5 │ │ │ ├─┬ readable-stream@1.0.34 │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── isarray@0.0.1 │ │ │ │ └── string_decoder@0.10.31 │ │ │ └── xtend@4.0.1 deduped │ │ └─┬ unique-stream@2.3.1 │ │ ├── json-stable-stringify-without-jsonify@1.0.1 │ │ └─┬ through2-filter@3.0.0 │ │ ├── through2@2.0.5 deduped │ │ └── xtend@4.0.1 deduped │ ├─┬ glob-watcher@0.0.8 │ │ └─┬ gaze@0.5.2 │ │ └─┬ globule@0.1.0 │ │ ├─┬ glob@3.1.21 │ │ │ ├── graceful-fs@1.2.3 │ │ │ ├── inherits@1.0.2 │ │ │ └── minimatch@0.2.14 deduped │ │ ├── lodash@1.0.2 │ │ └─┬ minimatch@0.2.14 │ │ ├── lru-cache@2.7.3 deduped │ │ └── sigmund@1.0.1 deduped │ ├─┬ graceful-fs@3.0.11 │ │ └── natives@1.1.6 │ ├─┬ merge-stream@0.1.8 │ │ └─┬ through2@0.6.5 │ │ ├─┬ readable-stream@1.0.34 │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── isarray@0.0.1 │ │ │ └── string_decoder@0.10.31 │ │ └── xtend@4.0.1 deduped │ ├── mkdirp@0.5.1 deduped │ ├── object-assign@2.1.1 │ ├─┬ strip-bom@1.0.0 │ │ ├── first-chunk-stream@1.0.0 │ │ └── is-utf8@0.2.1 │ ├─┬ through2@0.6.5 │ │ ├─┬ readable-stream@1.0.34 │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── isarray@0.0.1 │ │ │ └── string_decoder@0.10.31 │ │ └── xtend@4.0.1 deduped │ └─┬ vinyl@0.4.6 │ ├── clone@0.2.0 │ └── clone-stats@0.0.1 deduped ├─┬ download@3.3.0 │ ├── concat-stream@1.6.2 deduped │ ├─┬ decompress-tar@2.0.2 │ │ ├── is-tar@1.0.0 deduped │ │ ├─┬ strip-dirs@0.1.1 │ │ │ ├─┬ chalk@0.5.1 │ │ │ │ ├── ansi-styles@1.1.0 │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ ├─┬ has-ansi@0.1.0 │ │ │ │ │ └── ansi-regex@0.2.1 │ │ │ │ ├─┬ strip-ansi@0.3.0 │ │ │ │ │ └── ansi-regex@0.2.1 deduped │ │ │ │ └── supports-color@0.2.0 │ │ │ ├── get-stdin@3.0.2 deduped │ │ │ ├─┬ is-absolute@0.1.7 │ │ │ │ └── is-relative@0.1.3 │ │ │ ├─┬ is-integer@1.0.7 │ │ │ │ └── is-finite@1.0.2 deduped │ │ │ └── minimist@1.2.0 deduped │ │ ├─┬ tar-stream@0.4.7 │ │ │ ├─┬ bl@0.9.5 │ │ │ │ └─┬ readable-stream@1.0.34 │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── isarray@0.0.1 deduped │ │ │ │ └── string_decoder@0.10.31 deduped │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ ├─┬ readable-stream@1.1.14 │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── isarray@0.0.1 deduped │ │ │ │ └── string_decoder@0.10.31 deduped │ │ │ └── xtend@4.0.1 deduped │ │ ├── through2@0.6.5 deduped │ │ └── vinyl@0.4.6 deduped │ ├─┬ decompress-tarbz2@2.0.2 │ │ ├── is-bzip2@1.0.0 deduped │ │ ├── seek-bzip@1.0.5 deduped │ │ ├── strip-dirs@0.1.1 deduped │ │ ├── tar-stream@0.4.7 deduped │ │ ├── through2@0.6.5 deduped │ │ └── vinyl@0.4.6 deduped │ ├─┬ decompress-targz@2.1.0 │ │ ├── is-gzip@1.0.0 deduped │ │ ├─┬ strip-dirs@1.1.1 │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ └── ansi-regex@2.1.1 deduped │ │ │ │ └── supports-color@2.0.0 │ │ │ ├── get-stdin@4.0.1 │ │ │ ├── is-absolute@0.1.7 deduped │ │ │ ├── is-natural-number@2.1.1 deduped │ │ │ ├── minimist@1.2.0 deduped │ │ │ └── sum-up@1.0.3 deduped │ │ ├─┬ tar-stream@1.6.2 │ │ │ ├─┬ bl@1.2.2 │ │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ ├── buffer-alloc@1.2.0 deduped │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ ├── fs-constants@1.0.0 deduped │ │ │ ├─┬ readable-stream@2.3.6 │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── isarray@1.0.0 │ │ │ │ ├── process-nextick-args@2.0.0 deduped │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ ├── to-buffer@1.1.1 deduped │ │ │ └── xtend@4.0.1 deduped │ │ ├── through2@0.6.5 deduped │ │ └── vinyl@0.4.6 deduped │ ├─┬ decompress-unzip@2.1.2 │ │ ├── is-zip@1.0.0 deduped │ │ ├─┬ strip-dirs@1.1.1 │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ └── ansi-regex@2.1.1 deduped │ │ │ │ └── supports-color@2.0.0 │ │ │ ├── get-stdin@4.0.1 │ │ │ ├── is-absolute@0.1.7 deduped │ │ │ ├── is-natural-number@2.1.1 deduped │ │ │ ├── minimist@1.2.0 deduped │ │ │ └── sum-up@1.0.3 deduped │ │ ├── through2@0.6.5 deduped │ │ ├── vinyl@0.4.6 deduped │ │ └── yauzl@2.4.1 deduped │ ├─┬ download-status@2.2.1 │ │ ├─┬ chalk@0.5.1 │ │ │ ├── ansi-styles@1.1.0 │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ ├─┬ has-ansi@0.1.0 │ │ │ │ └── ansi-regex@0.2.1 │ │ │ ├─┬ strip-ansi@0.3.0 │ │ │ │ └── ansi-regex@0.2.1 deduped │ │ │ └── supports-color@0.2.0 │ │ ├─┬ lpad-align@1.1.2 │ │ │ ├── get-stdin@4.0.1 deduped │ │ │ ├── indent-string@2.1.0 deduped │ │ │ ├── longest@1.0.1 │ │ │ └── meow@3.7.0 deduped │ │ ├── object-assign@2.1.1 │ │ └── progress@1.1.8 deduped │ ├─┬ each-async@1.1.1 │ │ ├── onetime@1.1.0 │ │ └── set-immediate-shim@1.0.1 │ ├── get-stdin@3.0.2 │ ├── gulp-rename@1.4.0 │ ├─┬ meow@2.1.0 │ │ ├─┬ camelcase-keys@1.0.0 │ │ │ ├── camelcase@1.2.1 │ │ │ └── map-obj@1.0.1 deduped │ │ ├─┬ indent-string@1.2.2 │ │ │ ├── get-stdin@4.0.1 │ │ │ ├── minimist@1.2.0 deduped │ │ │ └─┬ repeating@1.1.3 │ │ │ └── is-finite@1.0.2 deduped │ │ ├── minimist@1.2.0 │ │ └── object-assign@2.1.1 │ ├─┬ rc@0.5.5 │ │ ├── deep-extend@0.2.11 │ │ ├── ini@1.3.5 │ │ ├── minimist@0.0.10 │ │ └── strip-json-comments@0.1.3 │ ├─┬ request@2.88.0 │ │ ├── aws-sign2@0.7.0 │ │ ├── aws4@1.8.0 deduped │ │ ├── caseless@0.12.0 │ │ ├── combined-stream@1.0.7 deduped │ │ ├── extend@3.0.2 deduped │ │ ├── forever-agent@0.6.1 deduped │ │ ├─┬ form-data@2.3.3 │ │ │ ├── asynckit@0.4.0 deduped │ │ │ ├── combined-stream@1.0.7 deduped │ │ │ └── mime-types@2.1.21 deduped │ │ ├─┬ har-validator@5.1.3 │ │ │ ├─┬ ajv@6.7.0 │ │ │ │ ├── fast-deep-equal@2.0.1 │ │ │ │ ├── fast-json-stable-stringify@2.0.0 │ │ │ │ ├── json-schema-traverse@0.4.1 │ │ │ │ └─┬ uri-js@4.2.2 │ │ │ │ └── punycode@2.1.1 │ │ │ └── har-schema@2.0.0 │ │ ├─┬ http-signature@1.2.0 │ │ │ ├── assert-plus@1.0.0 │ │ │ ├── jsprim@1.4.1 deduped │ │ │ └── sshpk@1.16.0 deduped │ │ ├── is-typedarray@1.0.0 deduped │ │ ├── isstream@0.1.2 deduped │ │ ├── json-stringify-safe@5.0.1 deduped │ │ ├── mime-types@2.1.21 deduped │ │ ├── oauth-sign@0.9.0 │ │ ├── performance-now@2.1.0 │ │ ├── qs@6.5.2 deduped │ │ ├── safe-buffer@5.1.2 deduped │ │ ├── tough-cookie@2.4.3 deduped │ │ ├── tunnel-agent@0.6.0 deduped │ │ └── uuid@3.3.2 │ ├─┬ stream-combiner@0.2.2 │ │ ├── duplexer@0.1.1 │ │ └── through@2.3.8 │ ├─┬ through2@0.6.5 │ │ ├─┬ readable-stream@1.0.34 │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── isarray@0.0.1 │ │ │ └── string_decoder@0.10.31 │ │ └── xtend@4.0.1 deduped │ ├─┬ url-regex@2.1.3 │ │ └── ip-regex@1.0.3 │ ├─┬ vinyl@0.4.6 │ │ ├── clone@0.2.0 │ │ └── clone-stats@0.0.1 │ ├─┬ vinyl-fs@0.3.14 │ │ ├─┬ defaults@1.0.3 │ │ │ └── clone@1.0.4 deduped │ │ ├─┬ glob-stream@3.1.18 │ │ │ ├─┬ glob@4.5.3 │ │ │ │ ├── inflight@1.0.6 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── minimatch@2.0.10 deduped │ │ │ │ └── once@1.4.0 deduped │ │ │ ├── glob2base@0.0.12 deduped │ │ │ ├─┬ minimatch@2.0.10 │ │ │ │ └── brace-expansion@1.1.11 deduped │ │ │ ├── ordered-read-streams@0.1.0 deduped │ │ │ ├── through2@0.6.5 deduped │ │ │ └── unique-stream@1.0.0 │ │ ├─┬ glob-watcher@0.0.6 │ │ │ └─┬ gaze@0.5.2 │ │ │ └─┬ globule@0.1.0 │ │ │ ├─┬ glob@3.1.21 │ │ │ │ ├── graceful-fs@1.2.3 │ │ │ │ ├── inherits@1.0.2 │ │ │ │ └── minimatch@0.2.14 deduped │ │ │ ├── lodash@1.0.2 │ │ │ └─┬ minimatch@0.2.14 │ │ │ ├── lru-cache@2.7.3 deduped │ │ │ └── sigmund@1.0.1 deduped │ │ ├─┬ graceful-fs@3.0.11 │ │ │ └── natives@1.1.6 deduped │ │ ├── mkdirp@0.5.1 deduped │ │ ├─┬ strip-bom@1.0.0 │ │ │ ├── first-chunk-stream@1.0.0 deduped │ │ │ └── is-utf8@0.2.1 deduped │ │ ├── through2@0.6.5 deduped │ │ └── vinyl@0.4.6 deduped │ └─┬ ware@1.3.0 │ └─┬ wrap-fn@0.1.5 │ └── co@3.1.0 ├── file-exists@0.1.1 ├── merge@1.2.1 ├─┬ multimeter@0.1.1 │ └── charm@0.1.2 ├── rimraf@2.6.3 deduped ├── semver@4.3.6 └─┬ yargs@3.10.0 ├── camelcase@1.2.1 ├─┬ cliui@2.1.0 │ ├─┬ center-align@0.1.3 │ │ ├─┬ align-text@0.1.4 │ │ │ ├─┬ kind-of@3.2.2 │ │ │ │ └── is-buffer@1.1.6 │ │ │ ├── longest@1.0.1 deduped │ │ │ └── repeat-string@1.6.1 │ │ └── lazy-cache@1.0.4 │ ├─┬ right-align@0.1.3 │ │ └── align-text@0.1.4 deduped │ └── wordwrap@0.0.2 deduped ├── decamelize@1.2.0 └── window-size@0.1.0 npm ERR! peer dep missing: grunt@~0.4.0, required by grunt-wget@0.1.3 ---------------------------- START ---------------------------- > icestudio@0.4.0-dev start /root/icestudio > grunt serve Running "nggettext_compile:all" (nggettext_compile) task Running "watch:scripts" (watch) task Waiting... Running "wiredep:task" (wiredep) task Warning: Error: angular is not installed. Try running `bower install` or remove the component from your bower.json file. Use --force to continue. Aborted due to warnings. Completed in 1.188s at Fri Jan 18 2019 18:04:06 GMT+0200 (Eastern European Standard Time) - Waiting...