Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Upgrade zigbee immer error

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.4k

Upgrade zigbee immer error

Geplant Angeheftet Gesperrt Verschoben Error/Bug
zigbee
44 Beiträge 4 Kommentatoren 2.5k Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • chucky666C chucky666

    @asgothian ich war mutig , aber hat glaube ich nichts gebracht

    
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
    npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/avrgirl-arduino/package.json'
    
    npm ERR! code ENOTSUP
    npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.19.0","npm":"6.14.8"})
    npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
    npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
    npm ERR! notsup Required: {"node":"~0.10.0"}
    npm ERR! notsup Actual:   {"npm":"6.14.8","node":"12.19.0"}
    
    
    UncleSamU Offline
    UncleSamU Offline
    UncleSam
    Developer
    schrieb am zuletzt editiert von
    #9

    @chucky666 Irgendetwas wurde wohl nicht entfernt. Was gibt ein erneutes npm list dissolve?

    Bevor du irgendetwas an den NPM Paketen (von zigbee) rumschraubst, bitte zumindest den Adapter beenden - besser den Adapter nochmals löschen (wie du es ja schon mal gemacht hast).

    Bitte bei Problemen mit meinen Adaptern, Issue auf GitHub erfassen: Loxone | I2C | Luxtronik2
    ♡-lichen Dank an meine Sponsoren

    chucky666C 1 Antwort Letzte Antwort
    0
    • UncleSamU UncleSam

      @chucky666 Irgendetwas wurde wohl nicht entfernt. Was gibt ein erneutes npm list dissolve?

      Bevor du irgendetwas an den NPM Paketen (von zigbee) rumschraubst, bitte zumindest den Adapter beenden - besser den Adapter nochmals löschen (wie du es ja schon mal gemacht hast).

      chucky666C Offline
      chucky666C Offline
      chucky666
      schrieb am zuletzt editiert von
      #10

      @unclesam sagte in Upgrade zigbee immer error:

      npm list dissolve

      
      iobroker@1.0.0 /opt/iobroker
      └─┬ iobroker.zigbee@0.10.3
        └─┬ zigbee-shepherd@0.3.0
          └─┬ zcl-packet@0.2.4
            └─┬ dissolve-chunks@1.3.0
              └── dissolve@0.3.3 
      
      
      UncleSamU 1 Antwort Letzte Antwort
      0
      • chucky666C chucky666

        @unclesam sagte in Upgrade zigbee immer error:

        npm list dissolve

        
        iobroker@1.0.0 /opt/iobroker
        └─┬ iobroker.zigbee@0.10.3
          └─┬ zigbee-shepherd@0.3.0
            └─┬ zcl-packet@0.2.4
              └─┬ dissolve-chunks@1.3.0
                └── dissolve@0.3.3 
        
        
        UncleSamU Offline
        UncleSamU Offline
        UncleSam
        Developer
        schrieb am zuletzt editiert von UncleSam
        #11

        @chucky666 Also nochmals von vorne:

        • Instanz und Adapter aus ioBroker löschen
        • npm remove dissolve
        • npm remove zigbee-shepherd
        • npm remove iobroker.zigbee
        • Dann schauen, was noch da ist: npm list dissolve

        Und bitte den kompletten Output (mit Kommando-Prompt) hier posten.

        Bitte bei Problemen mit meinen Adaptern, Issue auf GitHub erfassen: Loxone | I2C | Luxtronik2
        ♡-lichen Dank an meine Sponsoren

        chucky666C 1 Antwort Letzte Antwort
        0
        • UncleSamU UncleSam

          @chucky666 Also nochmals von vorne:

          • Instanz und Adapter aus ioBroker löschen
          • npm remove dissolve
          • npm remove zigbee-shepherd
          • npm remove iobroker.zigbee
          • Dann schauen, was noch da ist: npm list dissolve

          Und bitte den kompletten Output (mit Kommando-Prompt) hier posten.

          chucky666C Offline
          chucky666C Offline
          chucky666
          schrieb am zuletzt editiert von
          #12

          @unclesam sagte in Upgrade zigbee immer error:

          npm list dissolve

          Danke erstmal für eure Hilfe

          
          Linux iobroker 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u6 (2018-10-08) x86_64
          
          The programs included with the Debian GNU/Linux system are free software;
          the exact distribution terms for each program are described in the
          individual files in /usr/share/doc/*/copyright.
          
          Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
          permitted by applicable law.
          Last login: Thu Jan 21 16:09:00 2021 from 192.168.178.112
          root@iobroker:~# cd /opt/iobroker
          root@iobroker:/opt/iobroker# npm remove dissolve
          
          > serialport@6.2.2 install /opt/iobroker/node_modules/cc-znp/node_modules/serialport
          > prebuild-install || node-gyp rebuild
          
          prebuild-install WARN install No prebuilt binaries found (target=12.19.0 runtime=node arch=x64 platform=linux)
          make: Verzeichnis „/opt/iobroker/node_modules/cc-znp/node_modules/serialport/build“ wird betreten
            CXX(target) Release/obj.target/serialport/src/serialport.o
          ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/serialport.cpp:41:48: error: no matching function for call to ‘v8::Value::ToString()’
             v8::String::Utf8Value path(info[0]->ToString());
                                                          ^
          In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67:0,
                           from ../../../../nan/nan.h:54,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2668:44: note: candidate: v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
             V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
                                                      ^~~~~~~~
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2668:44: note:   candidate expects 1 argument, 0 provided
          In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                           from ../../../../nan/nan.h:54,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2684:31: note: candidate: v8::Local<v8::String> v8::Value::ToString(v8::Isolate*) const
                           Local<String> ToString(Isolate* isolate) const);
                                         ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2684:31: note:   candidate expects 1 argument, 0 provided
                           Local<String> ToString(Isolate* isolate) const);
                                         ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          ../src/serialport.cpp:48:53: error: no matching function for call to ‘v8::Value::ToObject()’
             v8::Local<v8::Object> options = info[1]->ToObject();
                                                               ^
          In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67:0,
                           from ../../../../nan/nan.h:54,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
             V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                      ^~~~~~~~
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
          In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                           from ../../../../nan/nan.h:54,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note: candidate: v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const
                           Local<Object> ToObject(Isolate* isolate) const);
                                         ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                           Local<Object> ToObject(Isolate* isolate) const);
                                         ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterOpen(uv_work_t*)’:
          ../src/serialport.cpp:95:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(2, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../../../nan/nan.h:1740:3: note: declared here
             Call(int argc, v8::Local<v8::Value> argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/serialport.cpp:113:53: error: no matching function for call to ‘v8::Value::ToObject()’
             v8::Local<v8::Object> options = info[1]->ToObject();
                                                               ^
          In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67:0,
                           from ../../../../nan/nan.h:54,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
             V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                      ^~~~~~~~
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
          In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                           from ../../../../nan/nan.h:54,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note: candidate: v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const
                           Local<Object> ToObject(Isolate* isolate) const);
                                         ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                           Local<Object> ToObject(Isolate* isolate) const);
                                         ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterUpdate(uv_work_t*)’:
          ../src/serialport.cpp:150:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(1, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../../../nan/nan.h:1740:3: note: declared here
             Call(int argc, v8::Local<v8::Value> argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterClose(uv_work_t*)’:
          ../src/serialport.cpp:188:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(1, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../../../nan/nan.h:1740:3: note: declared here
             Call(int argc, v8::Local<v8::Value> argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterFlush(uv_work_t*)’:
          ../src/serialport.cpp:231:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(1, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../../../nan/nan.h:1740:3: note: declared here
             Call(int argc, v8::Local<v8::Value> argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/serialport.cpp:250:53: error: no matching function for call to ‘v8::Value::ToObject()’
             v8::Local<v8::Object> options = info[1]->ToObject();
                                                               ^
          In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67:0,
                           from ../../../../nan/nan.h:54,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
             V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                      ^~~~~~~~
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
          In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                           from ../../../../nan/nan.h:54,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note: candidate: v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const
                           Local<Object> ToObject(Isolate* isolate) const);
                                         ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                           Local<Object> ToObject(Isolate* isolate) const);
                                         ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterSet(uv_work_t*)’:
          ../src/serialport.cpp:285:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(1, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../../../nan/nan.h:1740:3: note: declared here
             Call(int argc, v8::Local<v8::Value> argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterGet(uv_work_t*)’:
          ../src/serialport.cpp:329:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
               results->Set(Nan::New<v8::String>("cts").ToLocalChecked(), Nan::New<v8::Boolean>(data->cts));
                                                                                                          ^
          In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                           from ../../../../nan/nan.h:54,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3499:22: note: declared here
                           bool Set(Local<Value> key, Local<Value> value));
                                ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          ../src/serialport.cpp:330:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
               results->Set(Nan::New<v8::String>("dsr").ToLocalChecked(), Nan::New<v8::Boolean>(data->dsr));
                                                                                                          ^
          In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                           from ../../../../nan/nan.h:54,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3499:22: note: declared here
                           bool Set(Local<Value> key, Local<Value> value));
                                ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          ../src/serialport.cpp:331:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
               results->Set(Nan::New<v8::String>("dcd").ToLocalChecked(), Nan::New<v8::Boolean>(data->dcd));
                                                                                                          ^
          In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                           from ../../../../nan/nan.h:54,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3499:22: note: declared here
                           bool Set(Local<Value> key, Local<Value> value));
                                ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          ../src/serialport.cpp:336:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(2, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../../../nan/nan.h:1740:3: note: declared here
             Call(int argc, v8::Local<v8::Value> argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterGetBaudRate(uv_work_t*)’:
          ../src/serialport.cpp:378:106: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
               results->Set(Nan::New<v8::String>("baudRate").ToLocalChecked(), Nan::New<v8::Integer>(data->baudRate));
                                                                                                                    ^
          In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                           from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                           from ../../../../nan/nan.h:54,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3499:22: note: declared here
                           bool Set(Local<Value> key, Local<Value> value));
                                ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          ../src/serialport.cpp:383:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(2, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../../../nan/nan.h:1740:3: note: declared here
             Call(int argc, v8::Local<v8::Value> argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterDrain(uv_work_t*)’:
          ../src/serialport.cpp:424:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(1, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../../../nan/nan.h:1740:3: note: declared here
             Call(int argc, v8::Local<v8::Value> argv[]) const {
             ^~~~
          ../src/serialport.cpp: At global scope:
          ../src/serialport.cpp:460:17: error: variable or field ‘init’ declared void
             void init(v8::Handle<v8::Object> target) {
                           ^~~~~~
          ../src/serialport.cpp:460:13: error: ‘Handle’ is not a member of ‘v8’
             void init(v8::Handle<v8::Object> target) {
                       ^~
          ../src/serialport.cpp:460:34: error: expected primary-expression before ‘>’ token
             void init(v8::Handle<v8::Object> target) {
                                            ^
          ../src/serialport.cpp:460:36: error: ‘target’ was not declared in this scope
             void init(v8::Handle<v8::Object> target) {
                                              ^~~~~~
          In file included from ../../../../nan/nan.h:54:0,
                           from ../src/./serialport.h:6,
                           from ../src/serialport.cpp:1:
          ../src/serialport.cpp:485:25: error: ‘init’ was not declared in this scope
           NODE_MODULE(serialport, init);
                                   ^
          /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:727:36: note: in definition of macro ‘NODE_MODULE_X’
                 (node::addon_register_func) (regfunc),                          \
                                              ^~~~~~~
          ../src/serialport.cpp:485:1: note: in expansion of macro ‘NODE_MODULE’
           NODE_MODULE(serialport, init);
           ^~~~~~~~~~~
          serialport.target.mk:114: die Regel für Ziel „Release/obj.target/serialport/src/serialport.o“ scheiterte
          make: *** [Release/obj.target/serialport/src/serialport.o] Fehler 1
          make: Verzeichnis „/opt/iobroker/node_modules/cc-znp/node_modules/serialport/build“ wird verlassen
          gyp ERR! build error 
          gyp ERR! stack Error: `make` failed with exit code: 2
          gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
          gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
          gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
          gyp ERR! System Linux 4.9.0-8-amd64
          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
          gyp ERR! cwd /opt/iobroker/node_modules/cc-znp/node_modules/serialport
          gyp ERR! node -v v12.19.0
          gyp ERR! node-gyp -v v5.1.0
          gyp ERR! not ok 
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
          npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/avrgirl-arduino/package.json'
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@6.2.2 (node_modules/cc-znp/node_modules/serialport):
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@6.2.2 install: `prebuild-install || node-gyp rebuild`
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
          
          added 20 packages from 15 contributors in 24.688s
          
          105 packages are looking for funding
            run `npm fund` for details
          
          root@iobroker:/opt/iobroker# npm remove zigbee-shepherd
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
          npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/avrgirl-arduino/package.json'
          npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
          
          removed 20 packages in 19.565s
          
          105 packages are looking for funding
            run `npm fund` for details
          
          root@iobroker:/opt/iobroker# npm remove iobroker.zigbee
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
          npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/avrgirl-arduino/package.json'
          
          npm ERR! code ENOTSUP
          npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.19.0","npm":"6.14.8"})
          npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
          npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
          npm ERR! notsup Required: {"node":"~0.10.0"}
          npm ERR! notsup Actual:   {"npm":"6.14.8","node":"12.19.0"}
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2021-01-21T15_28_09_865Z-debug.log
          root@iobroker:/opt/iobroker# npm list dissolve
          iobroker@1.0.0 /opt/iobroker
          └─┬ iobroker.zigbee@0.10.3
            └─┬ zigbee-shepherd@0.3.0
              └─┬ zcl-packet@0.2.4
                └─┬ dissolve-chunks@1.3.0
                  └── dissolve@0.3.3 
          
          root@iobroker:/opt/iobroker# 
          
          
          UncleSamU Thomas BraunT 2 Antworten Letzte Antwort
          0
          • UncleSamU Offline
            UncleSamU Offline
            UncleSam
            Developer
            schrieb am zuletzt editiert von
            #13

            @Asgothian Bin ich doof oder was? Man sagt dem, er solle es löschen und er will es gleich wieder installieren. Könnte das noch ein Rechte-Problem im node_modules Ordner sein?

            Bitte bei Problemen mit meinen Adaptern, Issue auf GitHub erfassen: Loxone | I2C | Luxtronik2
            ♡-lichen Dank an meine Sponsoren

            AsgothianA 1 Antwort Letzte Antwort
            0
            • UncleSamU UncleSam

              @Asgothian Bin ich doof oder was? Man sagt dem, er solle es löschen und er will es gleich wieder installieren. Könnte das noch ein Rechte-Problem im node_modules Ordner sein?

              AsgothianA Offline
              AsgothianA Offline
              Asgothian
              Developer
              schrieb am zuletzt editiert von
              #14

              @unclesam
              Denkbar.. sicher bin ich nicht

              ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
              "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

              1 Antwort Letzte Antwort
              0
              • chucky666C chucky666

                @unclesam sagte in Upgrade zigbee immer error:

                npm list dissolve

                Danke erstmal für eure Hilfe

                
                Linux iobroker 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u6 (2018-10-08) x86_64
                
                The programs included with the Debian GNU/Linux system are free software;
                the exact distribution terms for each program are described in the
                individual files in /usr/share/doc/*/copyright.
                
                Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                permitted by applicable law.
                Last login: Thu Jan 21 16:09:00 2021 from 192.168.178.112
                root@iobroker:~# cd /opt/iobroker
                root@iobroker:/opt/iobroker# npm remove dissolve
                
                > serialport@6.2.2 install /opt/iobroker/node_modules/cc-znp/node_modules/serialport
                > prebuild-install || node-gyp rebuild
                
                prebuild-install WARN install No prebuilt binaries found (target=12.19.0 runtime=node arch=x64 platform=linux)
                make: Verzeichnis „/opt/iobroker/node_modules/cc-znp/node_modules/serialport/build“ wird betreten
                  CXX(target) Release/obj.target/serialport/src/serialport.o
                ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’:
                ../src/serialport.cpp:41:48: error: no matching function for call to ‘v8::Value::ToString()’
                   v8::String::Utf8Value path(info[0]->ToString());
                                                                ^
                In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67:0,
                                 from ../../../../nan/nan.h:54,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2668:44: note: candidate: v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
                   V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
                                                            ^~~~~~~~
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2668:44: note:   candidate expects 1 argument, 0 provided
                In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                 from ../../../../nan/nan.h:54,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2684:31: note: candidate: v8::Local<v8::String> v8::Value::ToString(v8::Isolate*) const
                                 Local<String> ToString(Isolate* isolate) const);
                                               ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                   declarator __attribute__((deprecated(message)))
                   ^~~~~~~~~~
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2684:31: note:   candidate expects 1 argument, 0 provided
                                 Local<String> ToString(Isolate* isolate) const);
                                               ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                   declarator __attribute__((deprecated(message)))
                   ^~~~~~~~~~
                ../src/serialport.cpp:48:53: error: no matching function for call to ‘v8::Value::ToObject()’
                   v8::Local<v8::Object> options = info[1]->ToObject();
                                                                     ^
                In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67:0,
                                 from ../../../../nan/nan.h:54,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
                   V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                            ^~~~~~~~
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
                In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                 from ../../../../nan/nan.h:54,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note: candidate: v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const
                                 Local<Object> ToObject(Isolate* isolate) const);
                                               ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                   declarator __attribute__((deprecated(message)))
                   ^~~~~~~~~~
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                                 Local<Object> ToObject(Isolate* isolate) const);
                                               ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                   declarator __attribute__((deprecated(message)))
                   ^~~~~~~~~~
                ../src/serialport.cpp: In function ‘void EIO_AfterOpen(uv_work_t*)’:
                ../src/serialport.cpp:95:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                   data->callback.Call(2, argv);
                                              ^
                In file included from ../src/./serialport.h:6:0,
                                 from ../src/serialport.cpp:1:
                ../../../../nan/nan.h:1740:3: note: declared here
                   Call(int argc, v8::Local<v8::Value> argv[]) const {
                   ^~~~
                ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:
                ../src/serialport.cpp:113:53: error: no matching function for call to ‘v8::Value::ToObject()’
                   v8::Local<v8::Object> options = info[1]->ToObject();
                                                                     ^
                In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67:0,
                                 from ../../../../nan/nan.h:54,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
                   V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                            ^~~~~~~~
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
                In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                 from ../../../../nan/nan.h:54,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note: candidate: v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const
                                 Local<Object> ToObject(Isolate* isolate) const);
                                               ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                   declarator __attribute__((deprecated(message)))
                   ^~~~~~~~~~
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                                 Local<Object> ToObject(Isolate* isolate) const);
                                               ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                   declarator __attribute__((deprecated(message)))
                   ^~~~~~~~~~
                ../src/serialport.cpp: In function ‘void EIO_AfterUpdate(uv_work_t*)’:
                ../src/serialport.cpp:150:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                   data->callback.Call(1, argv);
                                              ^
                In file included from ../src/./serialport.h:6:0,
                                 from ../src/serialport.cpp:1:
                ../../../../nan/nan.h:1740:3: note: declared here
                   Call(int argc, v8::Local<v8::Value> argv[]) const {
                   ^~~~
                ../src/serialport.cpp: In function ‘void EIO_AfterClose(uv_work_t*)’:
                ../src/serialport.cpp:188:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                   data->callback.Call(1, argv);
                                              ^
                In file included from ../src/./serialport.h:6:0,
                                 from ../src/serialport.cpp:1:
                ../../../../nan/nan.h:1740:3: note: declared here
                   Call(int argc, v8::Local<v8::Value> argv[]) const {
                   ^~~~
                ../src/serialport.cpp: In function ‘void EIO_AfterFlush(uv_work_t*)’:
                ../src/serialport.cpp:231:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                   data->callback.Call(1, argv);
                                              ^
                In file included from ../src/./serialport.h:6:0,
                                 from ../src/serialport.cpp:1:
                ../../../../nan/nan.h:1740:3: note: declared here
                   Call(int argc, v8::Local<v8::Value> argv[]) const {
                   ^~~~
                ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:
                ../src/serialport.cpp:250:53: error: no matching function for call to ‘v8::Value::ToObject()’
                   v8::Local<v8::Object> options = info[1]->ToObject();
                                                                     ^
                In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67:0,
                                 from ../../../../nan/nan.h:54,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
                   V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                            ^~~~~~~~
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
                In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                 from ../../../../nan/nan.h:54,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note: candidate: v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const
                                 Local<Object> ToObject(Isolate* isolate) const);
                                               ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                   declarator __attribute__((deprecated(message)))
                   ^~~~~~~~~~
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                                 Local<Object> ToObject(Isolate* isolate) const);
                                               ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                   declarator __attribute__((deprecated(message)))
                   ^~~~~~~~~~
                ../src/serialport.cpp: In function ‘void EIO_AfterSet(uv_work_t*)’:
                ../src/serialport.cpp:285:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                   data->callback.Call(1, argv);
                                              ^
                In file included from ../src/./serialport.h:6:0,
                                 from ../src/serialport.cpp:1:
                ../../../../nan/nan.h:1740:3: note: declared here
                   Call(int argc, v8::Local<v8::Value> argv[]) const {
                   ^~~~
                ../src/serialport.cpp: In function ‘void EIO_AfterGet(uv_work_t*)’:
                ../src/serialport.cpp:329:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                     results->Set(Nan::New<v8::String>("cts").ToLocalChecked(), Nan::New<v8::Boolean>(data->cts));
                                                                                                                ^
                In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                 from ../../../../nan/nan.h:54,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3499:22: note: declared here
                                 bool Set(Local<Value> key, Local<Value> value));
                                      ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                   declarator __attribute__((deprecated(message)))
                   ^~~~~~~~~~
                ../src/serialport.cpp:330:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                     results->Set(Nan::New<v8::String>("dsr").ToLocalChecked(), Nan::New<v8::Boolean>(data->dsr));
                                                                                                                ^
                In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                 from ../../../../nan/nan.h:54,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3499:22: note: declared here
                                 bool Set(Local<Value> key, Local<Value> value));
                                      ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                   declarator __attribute__((deprecated(message)))
                   ^~~~~~~~~~
                ../src/serialport.cpp:331:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                     results->Set(Nan::New<v8::String>("dcd").ToLocalChecked(), Nan::New<v8::Boolean>(data->dcd));
                                                                                                                ^
                In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                 from ../../../../nan/nan.h:54,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3499:22: note: declared here
                                 bool Set(Local<Value> key, Local<Value> value));
                                      ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                   declarator __attribute__((deprecated(message)))
                   ^~~~~~~~~~
                ../src/serialport.cpp:336:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                   data->callback.Call(2, argv);
                                              ^
                In file included from ../src/./serialport.h:6:0,
                                 from ../src/serialport.cpp:1:
                ../../../../nan/nan.h:1740:3: note: declared here
                   Call(int argc, v8::Local<v8::Value> argv[]) const {
                   ^~~~
                ../src/serialport.cpp: In function ‘void EIO_AfterGetBaudRate(uv_work_t*)’:
                ../src/serialport.cpp:378:106: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                     results->Set(Nan::New<v8::String>("baudRate").ToLocalChecked(), Nan::New<v8::Integer>(data->baudRate));
                                                                                                                          ^
                In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                 from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                 from ../../../../nan/nan.h:54,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3499:22: note: declared here
                                 bool Set(Local<Value> key, Local<Value> value));
                                      ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                   declarator __attribute__((deprecated(message)))
                   ^~~~~~~~~~
                ../src/serialport.cpp:383:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                   data->callback.Call(2, argv);
                                              ^
                In file included from ../src/./serialport.h:6:0,
                                 from ../src/serialport.cpp:1:
                ../../../../nan/nan.h:1740:3: note: declared here
                   Call(int argc, v8::Local<v8::Value> argv[]) const {
                   ^~~~
                ../src/serialport.cpp: In function ‘void EIO_AfterDrain(uv_work_t*)’:
                ../src/serialport.cpp:424:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                   data->callback.Call(1, argv);
                                              ^
                In file included from ../src/./serialport.h:6:0,
                                 from ../src/serialport.cpp:1:
                ../../../../nan/nan.h:1740:3: note: declared here
                   Call(int argc, v8::Local<v8::Value> argv[]) const {
                   ^~~~
                ../src/serialport.cpp: At global scope:
                ../src/serialport.cpp:460:17: error: variable or field ‘init’ declared void
                   void init(v8::Handle<v8::Object> target) {
                                 ^~~~~~
                ../src/serialport.cpp:460:13: error: ‘Handle’ is not a member of ‘v8’
                   void init(v8::Handle<v8::Object> target) {
                             ^~
                ../src/serialport.cpp:460:34: error: expected primary-expression before ‘>’ token
                   void init(v8::Handle<v8::Object> target) {
                                                  ^
                ../src/serialport.cpp:460:36: error: ‘target’ was not declared in this scope
                   void init(v8::Handle<v8::Object> target) {
                                                    ^~~~~~
                In file included from ../../../../nan/nan.h:54:0,
                                 from ../src/./serialport.h:6,
                                 from ../src/serialport.cpp:1:
                ../src/serialport.cpp:485:25: error: ‘init’ was not declared in this scope
                 NODE_MODULE(serialport, init);
                                         ^
                /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:727:36: note: in definition of macro ‘NODE_MODULE_X’
                       (node::addon_register_func) (regfunc),                          \
                                                    ^~~~~~~
                ../src/serialport.cpp:485:1: note: in expansion of macro ‘NODE_MODULE’
                 NODE_MODULE(serialport, init);
                 ^~~~~~~~~~~
                serialport.target.mk:114: die Regel für Ziel „Release/obj.target/serialport/src/serialport.o“ scheiterte
                make: *** [Release/obj.target/serialport/src/serialport.o] Fehler 1
                make: Verzeichnis „/opt/iobroker/node_modules/cc-znp/node_modules/serialport/build“ wird verlassen
                gyp ERR! build error 
                gyp ERR! stack Error: `make` failed with exit code: 2
                gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
                gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                gyp ERR! System Linux 4.9.0-8-amd64
                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                gyp ERR! cwd /opt/iobroker/node_modules/cc-znp/node_modules/serialport
                gyp ERR! node -v v12.19.0
                gyp ERR! node-gyp -v v5.1.0
                gyp ERR! not ok 
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/avrgirl-arduino/package.json'
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@6.2.2 (node_modules/cc-znp/node_modules/serialport):
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@6.2.2 install: `prebuild-install || node-gyp rebuild`
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                
                added 20 packages from 15 contributors in 24.688s
                
                105 packages are looking for funding
                  run `npm fund` for details
                
                root@iobroker:/opt/iobroker# npm remove zigbee-shepherd
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/avrgirl-arduino/package.json'
                npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                
                removed 20 packages in 19.565s
                
                105 packages are looking for funding
                  run `npm fund` for details
                
                root@iobroker:/opt/iobroker# npm remove iobroker.zigbee
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/avrgirl-arduino/package.json'
                
                npm ERR! code ENOTSUP
                npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.19.0","npm":"6.14.8"})
                npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                npm ERR! notsup Required: {"node":"~0.10.0"}
                npm ERR! notsup Actual:   {"npm":"6.14.8","node":"12.19.0"}
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2021-01-21T15_28_09_865Z-debug.log
                root@iobroker:/opt/iobroker# npm list dissolve
                iobroker@1.0.0 /opt/iobroker
                └─┬ iobroker.zigbee@0.10.3
                  └─┬ zigbee-shepherd@0.3.0
                    └─┬ zcl-packet@0.2.4
                      └─┬ dissolve-chunks@1.3.0
                        └── dissolve@0.3.3 
                
                root@iobroker:/opt/iobroker# 
                
                
                UncleSamU Offline
                UncleSamU Offline
                UncleSam
                Developer
                schrieb am zuletzt editiert von
                #15

                @chucky666 Mit dem Risiko, einen riesigen Output zu generieren, kannst du mal ls -la /opt/iobroker/node_modules machen?

                Bitte bei Problemen mit meinen Adaptern, Issue auf GitHub erfassen: Loxone | I2C | Luxtronik2
                ♡-lichen Dank an meine Sponsoren

                chucky666C 1 Antwort Letzte Antwort
                0
                • chucky666C chucky666

                  @unclesam sagte in Upgrade zigbee immer error:

                  npm list dissolve

                  Danke erstmal für eure Hilfe

                  
                  Linux iobroker 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u6 (2018-10-08) x86_64
                  
                  The programs included with the Debian GNU/Linux system are free software;
                  the exact distribution terms for each program are described in the
                  individual files in /usr/share/doc/*/copyright.
                  
                  Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                  permitted by applicable law.
                  Last login: Thu Jan 21 16:09:00 2021 from 192.168.178.112
                  root@iobroker:~# cd /opt/iobroker
                  root@iobroker:/opt/iobroker# npm remove dissolve
                  
                  > serialport@6.2.2 install /opt/iobroker/node_modules/cc-znp/node_modules/serialport
                  > prebuild-install || node-gyp rebuild
                  
                  prebuild-install WARN install No prebuilt binaries found (target=12.19.0 runtime=node arch=x64 platform=linux)
                  make: Verzeichnis „/opt/iobroker/node_modules/cc-znp/node_modules/serialport/build“ wird betreten
                    CXX(target) Release/obj.target/serialport/src/serialport.o
                  ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’:
                  ../src/serialport.cpp:41:48: error: no matching function for call to ‘v8::Value::ToString()’
                     v8::String::Utf8Value path(info[0]->ToString());
                                                                  ^
                  In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67:0,
                                   from ../../../../nan/nan.h:54,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2668:44: note: candidate: v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
                     V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
                                                              ^~~~~~~~
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2668:44: note:   candidate expects 1 argument, 0 provided
                  In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                   from ../../../../nan/nan.h:54,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2684:31: note: candidate: v8::Local<v8::String> v8::Value::ToString(v8::Isolate*) const
                                   Local<String> ToString(Isolate* isolate) const);
                                                 ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                     declarator __attribute__((deprecated(message)))
                     ^~~~~~~~~~
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2684:31: note:   candidate expects 1 argument, 0 provided
                                   Local<String> ToString(Isolate* isolate) const);
                                                 ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                     declarator __attribute__((deprecated(message)))
                     ^~~~~~~~~~
                  ../src/serialport.cpp:48:53: error: no matching function for call to ‘v8::Value::ToObject()’
                     v8::Local<v8::Object> options = info[1]->ToObject();
                                                                       ^
                  In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67:0,
                                   from ../../../../nan/nan.h:54,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
                     V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                              ^~~~~~~~
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
                  In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                   from ../../../../nan/nan.h:54,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note: candidate: v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const
                                   Local<Object> ToObject(Isolate* isolate) const);
                                                 ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                     declarator __attribute__((deprecated(message)))
                     ^~~~~~~~~~
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                                   Local<Object> ToObject(Isolate* isolate) const);
                                                 ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                     declarator __attribute__((deprecated(message)))
                     ^~~~~~~~~~
                  ../src/serialport.cpp: In function ‘void EIO_AfterOpen(uv_work_t*)’:
                  ../src/serialport.cpp:95:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                     data->callback.Call(2, argv);
                                                ^
                  In file included from ../src/./serialport.h:6:0,
                                   from ../src/serialport.cpp:1:
                  ../../../../nan/nan.h:1740:3: note: declared here
                     Call(int argc, v8::Local<v8::Value> argv[]) const {
                     ^~~~
                  ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:
                  ../src/serialport.cpp:113:53: error: no matching function for call to ‘v8::Value::ToObject()’
                     v8::Local<v8::Object> options = info[1]->ToObject();
                                                                       ^
                  In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67:0,
                                   from ../../../../nan/nan.h:54,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
                     V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                              ^~~~~~~~
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
                  In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                   from ../../../../nan/nan.h:54,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note: candidate: v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const
                                   Local<Object> ToObject(Isolate* isolate) const);
                                                 ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                     declarator __attribute__((deprecated(message)))
                     ^~~~~~~~~~
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                                   Local<Object> ToObject(Isolate* isolate) const);
                                                 ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                     declarator __attribute__((deprecated(message)))
                     ^~~~~~~~~~
                  ../src/serialport.cpp: In function ‘void EIO_AfterUpdate(uv_work_t*)’:
                  ../src/serialport.cpp:150:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                     data->callback.Call(1, argv);
                                                ^
                  In file included from ../src/./serialport.h:6:0,
                                   from ../src/serialport.cpp:1:
                  ../../../../nan/nan.h:1740:3: note: declared here
                     Call(int argc, v8::Local<v8::Value> argv[]) const {
                     ^~~~
                  ../src/serialport.cpp: In function ‘void EIO_AfterClose(uv_work_t*)’:
                  ../src/serialport.cpp:188:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                     data->callback.Call(1, argv);
                                                ^
                  In file included from ../src/./serialport.h:6:0,
                                   from ../src/serialport.cpp:1:
                  ../../../../nan/nan.h:1740:3: note: declared here
                     Call(int argc, v8::Local<v8::Value> argv[]) const {
                     ^~~~
                  ../src/serialport.cpp: In function ‘void EIO_AfterFlush(uv_work_t*)’:
                  ../src/serialport.cpp:231:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                     data->callback.Call(1, argv);
                                                ^
                  In file included from ../src/./serialport.h:6:0,
                                   from ../src/serialport.cpp:1:
                  ../../../../nan/nan.h:1740:3: note: declared here
                     Call(int argc, v8::Local<v8::Value> argv[]) const {
                     ^~~~
                  ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:
                  ../src/serialport.cpp:250:53: error: no matching function for call to ‘v8::Value::ToObject()’
                     v8::Local<v8::Object> options = info[1]->ToObject();
                                                                       ^
                  In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67:0,
                                   from ../../../../nan/nan.h:54,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
                     V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                              ^~~~~~~~
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
                  In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                   from ../../../../nan/nan.h:54,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note: candidate: v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const
                                   Local<Object> ToObject(Isolate* isolate) const);
                                                 ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                     declarator __attribute__((deprecated(message)))
                     ^~~~~~~~~~
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                                   Local<Object> ToObject(Isolate* isolate) const);
                                                 ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                     declarator __attribute__((deprecated(message)))
                     ^~~~~~~~~~
                  ../src/serialport.cpp: In function ‘void EIO_AfterSet(uv_work_t*)’:
                  ../src/serialport.cpp:285:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                     data->callback.Call(1, argv);
                                                ^
                  In file included from ../src/./serialport.h:6:0,
                                   from ../src/serialport.cpp:1:
                  ../../../../nan/nan.h:1740:3: note: declared here
                     Call(int argc, v8::Local<v8::Value> argv[]) const {
                     ^~~~
                  ../src/serialport.cpp: In function ‘void EIO_AfterGet(uv_work_t*)’:
                  ../src/serialport.cpp:329:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                       results->Set(Nan::New<v8::String>("cts").ToLocalChecked(), Nan::New<v8::Boolean>(data->cts));
                                                                                                                  ^
                  In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                   from ../../../../nan/nan.h:54,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3499:22: note: declared here
                                   bool Set(Local<Value> key, Local<Value> value));
                                        ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                     declarator __attribute__((deprecated(message)))
                     ^~~~~~~~~~
                  ../src/serialport.cpp:330:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                       results->Set(Nan::New<v8::String>("dsr").ToLocalChecked(), Nan::New<v8::Boolean>(data->dsr));
                                                                                                                  ^
                  In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                   from ../../../../nan/nan.h:54,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3499:22: note: declared here
                                   bool Set(Local<Value> key, Local<Value> value));
                                        ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                     declarator __attribute__((deprecated(message)))
                     ^~~~~~~~~~
                  ../src/serialport.cpp:331:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                       results->Set(Nan::New<v8::String>("dcd").ToLocalChecked(), Nan::New<v8::Boolean>(data->dcd));
                                                                                                                  ^
                  In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                   from ../../../../nan/nan.h:54,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3499:22: note: declared here
                                   bool Set(Local<Value> key, Local<Value> value));
                                        ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                     declarator __attribute__((deprecated(message)))
                     ^~~~~~~~~~
                  ../src/serialport.cpp:336:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                     data->callback.Call(2, argv);
                                                ^
                  In file included from ../src/./serialport.h:6:0,
                                   from ../src/serialport.cpp:1:
                  ../../../../nan/nan.h:1740:3: note: declared here
                     Call(int argc, v8::Local<v8::Value> argv[]) const {
                     ^~~~
                  ../src/serialport.cpp: In function ‘void EIO_AfterGetBaudRate(uv_work_t*)’:
                  ../src/serialport.cpp:378:106: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                       results->Set(Nan::New<v8::String>("baudRate").ToLocalChecked(), Nan::New<v8::Integer>(data->baudRate));
                                                                                                                            ^
                  In file included from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8-internal.h:14:0,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:27,
                                   from /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:67,
                                   from ../../../../nan/nan.h:54,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8.h:3499:22: note: declared here
                                   bool Set(Local<Value> key, Local<Value> value));
                                        ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
                     declarator __attribute__((deprecated(message)))
                     ^~~~~~~~~~
                  ../src/serialport.cpp:383:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                     data->callback.Call(2, argv);
                                                ^
                  In file included from ../src/./serialport.h:6:0,
                                   from ../src/serialport.cpp:1:
                  ../../../../nan/nan.h:1740:3: note: declared here
                     Call(int argc, v8::Local<v8::Value> argv[]) const {
                     ^~~~
                  ../src/serialport.cpp: In function ‘void EIO_AfterDrain(uv_work_t*)’:
                  ../src/serialport.cpp:424:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
                     data->callback.Call(1, argv);
                                                ^
                  In file included from ../src/./serialport.h:6:0,
                                   from ../src/serialport.cpp:1:
                  ../../../../nan/nan.h:1740:3: note: declared here
                     Call(int argc, v8::Local<v8::Value> argv[]) const {
                     ^~~~
                  ../src/serialport.cpp: At global scope:
                  ../src/serialport.cpp:460:17: error: variable or field ‘init’ declared void
                     void init(v8::Handle<v8::Object> target) {
                                   ^~~~~~
                  ../src/serialport.cpp:460:13: error: ‘Handle’ is not a member of ‘v8’
                     void init(v8::Handle<v8::Object> target) {
                               ^~
                  ../src/serialport.cpp:460:34: error: expected primary-expression before ‘>’ token
                     void init(v8::Handle<v8::Object> target) {
                                                    ^
                  ../src/serialport.cpp:460:36: error: ‘target’ was not declared in this scope
                     void init(v8::Handle<v8::Object> target) {
                                                      ^~~~~~
                  In file included from ../../../../nan/nan.h:54:0,
                                   from ../src/./serialport.h:6,
                                   from ../src/serialport.cpp:1:
                  ../src/serialport.cpp:485:25: error: ‘init’ was not declared in this scope
                   NODE_MODULE(serialport, init);
                                           ^
                  /home/iobroker/.cache/node-gyp/12.19.0/include/node/node.h:727:36: note: in definition of macro ‘NODE_MODULE_X’
                         (node::addon_register_func) (regfunc),                          \
                                                      ^~~~~~~
                  ../src/serialport.cpp:485:1: note: in expansion of macro ‘NODE_MODULE’
                   NODE_MODULE(serialport, init);
                   ^~~~~~~~~~~
                  serialport.target.mk:114: die Regel für Ziel „Release/obj.target/serialport/src/serialport.o“ scheiterte
                  make: *** [Release/obj.target/serialport/src/serialport.o] Fehler 1
                  make: Verzeichnis „/opt/iobroker/node_modules/cc-znp/node_modules/serialport/build“ wird verlassen
                  gyp ERR! build error 
                  gyp ERR! stack Error: `make` failed with exit code: 2
                  gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
                  gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
                  gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                  gyp ERR! System Linux 4.9.0-8-amd64
                  gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                  gyp ERR! cwd /opt/iobroker/node_modules/cc-znp/node_modules/serialport
                  gyp ERR! node -v v12.19.0
                  gyp ERR! node-gyp -v v5.1.0
                  gyp ERR! not ok 
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/avrgirl-arduino/package.json'
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@6.2.2 (node_modules/cc-znp/node_modules/serialport):
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@6.2.2 install: `prebuild-install || node-gyp rebuild`
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                  
                  added 20 packages from 15 contributors in 24.688s
                  
                  105 packages are looking for funding
                    run `npm fund` for details
                  
                  root@iobroker:/opt/iobroker# npm remove zigbee-shepherd
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/avrgirl-arduino/package.json'
                  npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                  
                  removed 20 packages in 19.565s
                  
                  105 packages are looking for funding
                    run `npm fund` for details
                  
                  root@iobroker:/opt/iobroker# npm remove iobroker.zigbee
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/avrgirl-arduino/package.json'
                  
                  npm ERR! code ENOTSUP
                  npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.19.0","npm":"6.14.8"})
                  npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                  npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                  npm ERR! notsup Required: {"node":"~0.10.0"}
                  npm ERR! notsup Actual:   {"npm":"6.14.8","node":"12.19.0"}
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2021-01-21T15_28_09_865Z-debug.log
                  root@iobroker:/opt/iobroker# npm list dissolve
                  iobroker@1.0.0 /opt/iobroker
                  └─┬ iobroker.zigbee@0.10.3
                    └─┬ zigbee-shepherd@0.3.0
                      └─┬ zcl-packet@0.2.4
                        └─┬ dissolve-chunks@1.3.0
                          └── dissolve@0.3.3 
                  
                  root@iobroker:/opt/iobroker# 
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #16

                  @chucky666 sagte in Upgrade zigbee immer error

                  root@iobroker

                  sollte man ja auch vermeiden. Kompilieren als root ist halt ein No-Go.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  UncleSamU 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @chucky666 sagte in Upgrade zigbee immer error

                    root@iobroker

                    sollte man ja auch vermeiden. Kompilieren als root ist halt ein No-Go.

                    UncleSamU Offline
                    UncleSamU Offline
                    UncleSam
                    Developer
                    schrieb am zuletzt editiert von
                    #17

                    @thomas-braun Einverstanden, aber weshalb will der bei einem npm remove etwas kompilieren... ich hätte erwartet, dass der nur entfernt und nichts hinzufügt.

                    Bitte bei Problemen mit meinen Adaptern, Issue auf GitHub erfassen: Loxone | I2C | Luxtronik2
                    ♡-lichen Dank an meine Sponsoren

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • UncleSamU UncleSam

                      @thomas-braun Einverstanden, aber weshalb will der bei einem npm remove etwas kompilieren... ich hätte erwartet, dass der nur entfernt und nichts hinzufügt.

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #18

                      @unclesam @chucky666
                      npm greift immer 'liegengebliebene' Dinge auf, bis es erfolgreich erledigt wurde. Offenbar hängt da das serialport-Modul quer und wird immer wieder angefasst.
                      Ich würde vielleicht mal den groben Besen versuchen:

                      npm cache clean --force
                      

                      Natürlich als einfacher user, nicht als root.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      chucky666C 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @unclesam @chucky666
                        npm greift immer 'liegengebliebene' Dinge auf, bis es erfolgreich erledigt wurde. Offenbar hängt da das serialport-Modul quer und wird immer wieder angefasst.
                        Ich würde vielleicht mal den groben Besen versuchen:

                        npm cache clean --force
                        

                        Natürlich als einfacher user, nicht als root.

                        chucky666C Offline
                        chucky666C Offline
                        chucky666
                        schrieb am zuletzt editiert von
                        #19

                        @thomas-braun sagte in Upgrade zigbee immer error:

                        npm cache clean --force

                        I sure hope you know what you are doing.

                        Das spuckt er dann aus

                        1 Antwort Letzte Antwort
                        0
                        • UncleSamU UncleSam

                          @chucky666 Mit dem Risiko, einen riesigen Output zu generieren, kannst du mal ls -la /opt/iobroker/node_modules machen?

                          chucky666C Offline
                          chucky666C Offline
                          chucky666
                          schrieb am zuletzt editiert von
                          #20

                          @unclesam sagte in Upgrade zigbee immer error:

                          ls -la /opt/iobroker/node_modules

                          
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:26 bignumber.js
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jan 21 15:23 .bin
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 binary-extensions
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 bindings
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 bl
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jun 17  2020 blob
                          drwxrwxrwx+    2 iobroker iobroker  4096 Feb 16  2019 block-stream
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 bluebird
                          drwxrwxrwx+    6 iobroker iobroker  4096 Aug 31  2018 bluetooth-hci-socket
                          drwxrwxrwx+    4 iobroker iobroker  4096 Nov 22  2019 body-parser
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 bonjour-hap
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:45 boolbase
                          drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 bower
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 boxen
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 bplist-parser
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 brace-expansion
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 braces
                          drwxrwxrwx+    2 iobroker iobroker  4096 Okt 27 13:17 browser-process-hrtime
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jan  9  2020 browser-serialport
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 buffer
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 buffer-alloc
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 buffer-alloc-unsafe
                          drwxrwxrwx+    4 iobroker iobroker  4096 Apr 27  2019 buffer-equal
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 buffer-equal-constant-time
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 buffer-fill
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 buffer-from
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 bufferhelper
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep 14  2018 buffer-shims
                          drwxrwxrwx+    2 iobroker iobroker  4096 Feb 16  2019 builtins
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 busboy
                          drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 bytes
                          drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:22 bytesish
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 cacheable-lookup
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 cacheable-request
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jun 24  2019 cache-base
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 callback-stream
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 call-bind
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 callsite
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 callsites
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 camelcase
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 camelcase-keys
                          drwxrwxrwx+    8 iobroker iobroker  4096 Okt 27 13:17 canvas
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 capitalize
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 caseless
                          drwxrwxrwx+    6 iobroker iobroker  4096 Jan 21 15:23 cc-znp
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jul 20  2019 cert-info
                          drwxrwxrwx+    3 iobroker iobroker  4096 Apr  7  2019 chai
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jun 24  2019 chalk
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 chardet
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 charenc
                          drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 check-error
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:45 cheerio
                          drwxrwxrwx+    3 iobroker iobroker  4096 Apr 27  2019 chip.avr.avr109
                          drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 13:04 chokidar
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 chownr
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 ci-info
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 class-utils
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 clean-stack
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 cli
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 cli-boxes
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 cli-cursor
                          drwxrwxrwx+    7 iobroker iobroker  4096 Aug 31  2018 cliff
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 cli-truncate
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 cliui
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 cli-width
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 cloneextend
                          drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 clone-response
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 cluster-key-slot
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 co
                          drwxrwxr-x+    6 iobroker iobroker  4096 Okt 27 12:44 coap
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:44 coap-packet
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jan 28  2020 code-point-at
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 coffee-compiler
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 coffee-script
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 collection-visit
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 color
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep 24  2018 color-convert
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep 24  2018 color-name
                          drwxrwxrwx+    5 iobroker iobroker  4096 Dez  5  2019 colors
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 colorspace
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 color-string
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 color-support
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 combined-stream
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jan  9  2020 commander
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 commist
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 component-bind
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jun 17  2020 component-emitter
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 component-inherit
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 concat-map
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jun 30  2020 concat-stream
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 concentrate
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 configstore
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 connect-flash
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 console-control-strings
                          drwxrwxrwx+    3 iobroker iobroker  4096 Nov 22  2019 content-disposition
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 content-type
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 cookie
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:01 cookie-parser
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 cookie-signature
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 copy-descriptor
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 copy-props
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 copy-to
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 core-util-is
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 cosmiconfig
                          drwxrwxrwx+    3 iobroker iobroker  4096 Feb 16  2019 create-react-app
                          drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 12:44 cron
                          drwxrwxrwx+    4 iobroker iobroker  4096 Dez  5  2019 cron-parser
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 cross-spawn
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 crypt
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez 11  2018 crypto-js
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 crypto-random-string
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 cssom
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:45 css-select
                          drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:17 cssstyle
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:45 css-what
                          drwxrwxrwx+    5 iobroker iobroker  4096 Jul 20  2019 curve25519-n
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 cycle
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:44 d
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:04 @dabh
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 daemonize2
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 dashdash
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 data-uri-to-buffer
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 data-urls
                          drwxrwxrwx+  158 iobroker iobroker  4096 Dez 12  2018 date-fns
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 dateformat
                          drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 debounce
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 debug
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 13:04 decache
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 decamelize
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 decamelize-keys
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jan 15 04:52 decimal.js
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 decode-uri-component
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 decompress-response
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:04 deep-clone
                          drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 deep-eql
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 deep-equal
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 deep-extend
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jun  6  2019 deep-is
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 default-compare
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 default-user-agent
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 defer-to-connect
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 define-properties
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 define-property
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 degenerator
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 del
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 delayed-stream
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 delegates
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 denque
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 depd
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 destroy
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 detect-file
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 detect-libc
                          drwxrwxrwx+    4 iobroker iobroker  4096 Sep 14  2018 dev-null
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 dgram
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 dicer
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 digest-header
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  8 11:27 dir-glob
                          drwxrwxrwx+    5 iobroker iobroker  4096 Dez  5  2019 diskusage
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 dissolve
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 dissolve-chunks
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 dns-packet
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:45 domelementtype
                          drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:17 domexception
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:45 domhandler
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:45 dom-serializer
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:45 domutils
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2018 dotenv
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 dot-prop
                          drwxrwxrwx+    6 iobroker iobroker  4096 Okt 11  2018 dropbox-v2-api
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:04 duplexer
                          drwxrwxrwx+    3 iobroker iobroker  4096 Feb 16  2019 duplexer2
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 duplexer3
                          drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 duplexify
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 each-props
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 ecc-jsbn
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 ecdsa-sig-formatter
                          drwxrwxrwx+   13 iobroker iobroker  4096 Okt 27 13:17 echarts
                          drwxrwxrwx+    5 iobroker iobroker  4096 Jul 20  2019 eckles
                          drwxrwxrwx+    5 iobroker iobroker  4096 Sep 14  2018 ed25519-hap
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 ee-first
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 elegant-spinner
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jan 28  2020 emoji-regex
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 enabled
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 encodeurl
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 end-of-stream
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jun 17  2020 engine.io
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jun 17  2020 engine.io-client
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jun 17  2020 engine.io-parser
                          drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 12:45 entities
                          drwxrwxrwx+    3 iobroker iobroker  4096 Feb 16  2019 envinfo
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 error-ex
                          drwxrwxr-x+   17 iobroker iobroker  4096 Okt 27 12:44 es5-ext
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:44 es6-iterator
                          drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 12:44 es6-map
                          drwxrwxrwx+    4 iobroker iobroker  4096 Sep 24  2019 es6-promise
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 es6-promisify
                          drwxrwxr-x+    7 iobroker iobroker  4096 Okt 27 12:44 es6-set
                          drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 12:44 es6-symbol
                          drwxrwxr-x+   13 iobroker iobroker  4096 Jul  1  2020 es-abstract
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 escape-goat
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 escape-html
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep 24  2018 escape-string-regexp
                          drwxrwxr-x+    4 iobroker iobroker  4096 Aug  8 03:31 escodegen
                          drwxrwxrwx+    5 iobroker iobroker  4096 Jan 15 04:52 es-get-iterator
                          drwxrwxr-x+    4 iobroker iobroker  4096 Aug  8 03:31 esprima
                          drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 es-to-primitive
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 estraverse
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 esutils
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 etag
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:44 event-emitter
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jun 24  2019 eventemitter3
                          drwxrwxrwx+    4 iobroker iobroker  4096 Dez  5  2019 event-stream
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 event-target-shim
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 execa
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 expand-brackets
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 expand-template
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 expand-tilde
                          drwxrwxrwx+    4 iobroker iobroker  4096 Nov 22  2019 express
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 express-fileupload
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 13:01 express-session
                          drwxrwxr-x+   13 iobroker iobroker  4096 Okt 27 12:44 ext
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 extend
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 extend-shallow
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 external-editor
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 extglob
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 extract-zip
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 extsprintf
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 eyes
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 fancy-log
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 fast-deep-equal
                          drwxrwxrwx+    4 iobroker iobroker  4096 Dez  8 11:27 fast-glob
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 fast-json-stable-stringify
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 fast-levenshtein
                          drwxrwxrwx+    4 iobroker iobroker  4096 Dez  8 11:27 fastq
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 fast-safe-stringify
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 fastseries
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 fast-srp-hap
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 fast-text-encoding
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep  6  2018 fd-slicer
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 13:04 fecha
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 figures
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jan 28  2020 file-stream-rotator
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 file-type
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 file-uri-to-path
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 fill-range
                          drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 finalhandler
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 find-up
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 findup-sync
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 fined
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 flagged-respawn
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 fn.name
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 follow-redirects
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jan 15 04:52 foreach
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 forever-agent
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 for-in
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 form-data
                          drwxrwxr-x+    4 iobroker iobroker  4096 Aug  8 03:31 formstream
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 for-own
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 forwarded
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 fragment-cache
                          drwxrwxrwx+    3 iobroker iobroker  4096 Mai 29  2019 @frankjoke
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 fresh
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 from
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 fs-constants
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 fs-extra
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jan 28  2020 fs-minipass
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 fs.realpath
                          drwxrwxrwx+    4 iobroker iobroker  4096 Feb 16  2019 fstream
                          drwxrwxrwx+    2 iobroker iobroker  4096 Feb 16  2019 fstream-ignore
                          drwxrwxrwx+    4 iobroker iobroker  4096 Okt 11  2018 ftp
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 function-bind
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jan 15 04:52 futoin-hkdf
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 gauge
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 gaxios
                          drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:26 gcp-metadata
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 get-caller-file
                          drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 get-func-name
                          drwxrwxrwx+    5 iobroker iobroker  4096 Jan 15 04:52 get-intrinsic
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 getpass
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 get-stream
                          drwxrwxr-x+    5 iobroker iobroker  4096 Aug  8 03:31 get-uri
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 get-value
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 github-from-package
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 github-url-from-git
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 glob
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 global-dirs
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 global-modules
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 global-prefix
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 globby
                          drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 glob-parent
                          drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 glob-stream
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 glogg
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 glossy
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 googleapis
                          drwxrwxrwx+    4 iobroker iobroker  4096 Sep 24  2019 googleapis-common
                          drwxrwxrwx+    4 iobroker iobroker  4096 Sep 24  2019 google-auth-library
                          drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:26 google-p12-pem
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 got
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 graceful-fs
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 greenlock
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 greenlock-store-fs
                          drwxrwxrwx+    4 iobroker iobroker  4096 Sep 24  2019 gtoken
                          drwxrwxr-x+    6 iobroker iobroker  4096 Okt 27 12:44 gulp-cli
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 gulplog
                          drwxrwxrwx+    5 iobroker iobroker  4096 Jan 15 04:52 hap-nodejs
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 hard-rejection
                          drwxrwxr-x+    3 iobroker iobroker  4096 Apr 30  2020 @harmonyhub
                          drwxrwxr-x+    5 iobroker iobroker  4096 Apr 30  2020 harmonyhubws
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 har-schema
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 har-validator
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 has
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 has-ansi
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jun 17  2020 has-binary2
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 has-cors
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep 24  2018 has-flag
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 hasha
                          drwxrwxrwx+    3 iobroker iobroker  4096 Mai 30  2019 has-symbols
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 has-unicode
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 has-value
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 has-values
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 has-yarn
                          drwxrwxr-x+    4 iobroker iobroker  4096 Apr 12  2020 help-me
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez 12  2018 hoek
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jan 15 04:52 @homebridge
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 homedir-polyfill
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 hosted-git-info
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 html-encoding-sniffer
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:45 htmlparser2
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 http-cache-semantics
                          drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 http-errors
                          drwxrwxr-x+    4 iobroker iobroker  4096 Dez  7 10:35 http-proxy
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 http-proxy-middleware
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 http-proxy-response-rewrite
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 https
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 http-signature
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 https-proxy-agent
                          drwxrwxr-x+    8 iobroker iobroker  4096 Mai  9  2020 hue-emu
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 humanize-ms
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 human-signals
                          drwxrwxrwx+    5 iobroker iobroker  4096 Feb 16  2019 hyperquest
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 i
                          drwxrwxrwx+    4 iobroker iobroker  4096 Nov 22  2019 iconv-lite
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 ieee754
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  8 11:27 ignore
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez 12 09:04 ignore-walk
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 immediate
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 import-fresh
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 import-lazy
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  8 11:27 import-local
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 imurmurhash
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 indent-string
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 indexof
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 inflight
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 inherits
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 ini
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 inquirer
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 inquirer-autosubmit-prompt
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 intel-hex
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 interpret
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 invert-kv
                          drwxrwxrwx+    5 iobroker iobroker  4096 Okt 27 13:04 @iobroker
                          drwxrwxr-x+    8 iobroker iobroker  4096 Okt 27 13:01 iobroker.admin
                          drwxrwxrwx+    5 iobroker iobroker  4096 Jan 17 14:40 iobroker.alexa2
                          drwxrwxrwx+    7 iobroker iobroker  4096 Dez  7 11:47 iobroker.backitup
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 iobroker.broadlink
                          drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 iobroker.broadlink2
                          drwxrwxrwx+    7 iobroker iobroker  4096 Dez 12 09:05 iobroker.cloud
                          drwxrwxrwx+    5 iobroker iobroker  4096 Okt 27 13:22 iobroker.daswetter
                          drwxrwxrwx+    7 iobroker iobroker  4096 Okt 27 13:13 iobroker.deconz
                          drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 iobroker.discovery
                          drwxrwxrwx+    6 iobroker iobroker  4096 Jan 12 13:14 iobroker.dwd
                          drwxrwxr-x+    6 iobroker iobroker  4096 Jul 24 10:11 iobroker.fb-checkpresence
                          drwxrwxrwx+    9 iobroker iobroker  4096 Jan 15 04:53 iobroker.flot
                          drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:19 iobroker.fullybrowser
                          drwxrwxr-x+    8 iobroker iobroker  4096 Okt 27 12:44 iobroker.fully-tablet-control
                          drwxrwxr-x+    8 iobroker iobroker  4096 Mai  1  2020 iobroker.habpanel
                          drwxrwxr-x+    4 iobroker iobroker  4096 Apr 30  2020 iobroker.harmony
                          drwxrwxrwx+    8 iobroker iobroker  4096 Okt 27 13:25 iobroker.history
                          drwxrwxr-x+    8 iobroker iobroker  4096 Mai  9  2020 iobroker.hueemu
                          drwxrwxrwx+    5 iobroker iobroker  4096 Okt 27 13:16 iobroker.ical
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 iobroker.icons-icons8
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 iobroker.icons-mfd-png
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 iobroker.icons-mfd-svg
                          drwxrwxr-x+    7 iobroker iobroker  4096 Jun 28  2020 iobroker.info
                          drwxrwxrwx+    8 iobroker iobroker  4096 Dez 12 09:05 iobroker.iot
                          drwxrwxrwx+    7 iobroker iobroker  4096 Okt 27 13:21 iobroker.javascript
                          drwxrwxr-x+    7 iobroker iobroker  4096 Okt 29 04:00 iobroker.js-controller
                          drwxrwxrwx+    6 iobroker iobroker  4096 Apr  7  2019 iobroker.milight
                          drwxrwxrwx+    6 iobroker iobroker  4096 Jun  6  2019 iobroker.milight-smart-light
                          drwxrwxrwx+    7 iobroker iobroker  4096 Okt 27 13:27 iobroker.mobile
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 iobroker.objects-redis
                          drwxrwxr-x+    5 iobroker iobroker  4096 Aug 17 16:22 iobroker.onvif
                          drwxrwxr-x+    6 iobroker iobroker  4096 Jul  1  2020 iobroker.openligadb
                          drwxrwxrwx+    6 iobroker iobroker  4096 Sep  7  2018 iobroker.phantomjs
                          drwxrwxr-x+    6 iobroker iobroker  4096 Jul 27 14:35 iobroker.pi-hole
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 iobroker.radar
                          drwxrwxrwx+    6 iobroker iobroker  4096 Jul  1  2020 iobroker.radar2
                          drwxrwxr-x+    6 iobroker iobroker  4096 Mär 19  2020 iobroker.rflink
                          drwxrwxrwx+    8 iobroker iobroker  4096 Okt 27 13:19 iobroker.shelly
                          drwxrwxrwx+    6 iobroker iobroker  4096 Okt 27 13:20 iobroker.simple-api
                          drwxrwxr-x+    7 iobroker iobroker  4096 Okt 27 12:45 iobroker.smartcontrol
                          drwxrwxr-x+    5 iobroker iobroker  4096 Aug 19 13:54 iobroker.smartgarden
                          drwxrwxrwx+    5 iobroker iobroker  4096 Okt 27 13:10 iobroker.socketio
                          drwxrwxr-x+    6 iobroker iobroker  4096 Apr 12  2020 iobroker.sonoff
                          drwxrwxr-x+    7 iobroker iobroker  4096 Jul  1  2020 iobroker.telegram
                          drwxrwxrwx+    6 iobroker iobroker  4096 Dez  9 10:37 iobroker.text2command
                          drwxrwxrwx+    5 iobroker iobroker  4096 Nov 24 16:16 iobroker.tr-064
                          drwxrwxrwx+    8 iobroker iobroker  4096 Dez 27 10:44 iobroker.trashschedule
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez 11  2018 iobroker.type-detector
                          drwxrwxrwx+    5 iobroker iobroker  4096 Apr 15  2019 iobroker.viessmannapi
                          drwxrwxrwx+    8 iobroker iobroker  4096 Okt 27 13:11 iobroker.vis
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 iobroker.vis-bars
                          drwxrwxrwx+    6 iobroker iobroker  4096 Aug 31  2018 iobroker.vis-canvas-gauges
                          drwxrwxrwx+    6 iobroker iobroker  4096 Dez  8 11:25 iobroker.vis-colorpicker
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 iobroker.vis-fancyswitch
                          drwxrwxrwx+    7 iobroker iobroker  4096 Okt 18  2019 iobroker.vis-history
                          drwxrwxrwx+    7 iobroker iobroker  4096 Dez  7 11:29 iobroker.vis-hqwidgets
                          drwxrwxrwx+    6 iobroker iobroker  4096 Okt 27 13:23 iobroker.vis-icontwo
                          drwxrwxrwx+    6 iobroker iobroker  4096 Dez  8 11:27 iobroker.vis-inventwo
                          drwxrwxrwx+    6 iobroker iobroker  4096 Aug 31  2018 iobroker.vis-jqui-mfd
                          drwxrwxrwx+    6 iobroker iobroker  4096 Nov 22  2019 iobroker.vis-justgage
                          drwxrwxrwx+    6 iobroker iobroker  4096 Aug 31  2018 iobroker.vis-metro
                          drwxrwxrwx+    6 iobroker iobroker  4096 Dez  8 17:19 iobroker.vis-players
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 iobroker.vis-timeandweather
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jan  9  2020 iobroker.vis-weather
                          drwxrwxrwx+    5 iobroker iobroker  4096 Okt 27 13:13 iobroker.web
                          drwxrwxr-x+    8 iobroker iobroker  4096 Jul  1  2020 iobroker.xs1
                          drwxrwxrwx+    5 iobroker iobroker  4096 Jan 15 04:52 iobroker.yahka
                          drwxrwxrwx+    9 iobroker iobroker  4096 Nov 25  2019 iobroker.zigbee
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 13:04 ioredis
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 ip
                          drwxrwxrwx+    3 iobroker iobroker  4096 Nov 22  2019 ipaddr.js
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jun  6  2019 ip-regex
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 is
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jun  6  2019 is2
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 is-absolute
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 is-accessor-descriptor
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-arguments
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 isarray
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 is-arrayish
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-bigint
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 is-binary-path
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-boolean-object
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep 24  2019 is-buffer
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 is-callable
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-ci
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 is-data-descriptor
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 is-date-object
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 is-descriptor
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-docker
                          drwxrwxrwx+    4 iobroker iobroker  4096 Dez 12  2018 isemail
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 isexe
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 is-extendable
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 is-extglob
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 is-fullwidth-code-point
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-generator-function
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jun 24  2019 is-glob
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 is-installed-globally
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-map
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 is-nan
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 is-negated-glob
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-negative-zero
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-npm
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 is-number
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-number-object
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-obj
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 isobject
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-observable
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-path-cwd
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-path-in-cwd
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-path-inside
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-plain-obj
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 is-plain-object
                          drwxrwxrwx+    2 iobroker iobroker  4096 Okt 27 13:17 is-potential-custom-element-name
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-promise
                          drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 is-regex
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 is-relative
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-scoped
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-set
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 isstream
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 is-stream
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-string
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 issue-regex
                          drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 is-symbol
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 is-typedarray
                          drwxrwxrwx+    6 iobroker iobroker  4096 Jan 15 04:52 is-typed-array
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 is-unc-path
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jun  6  2019 is-url
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 is-url-superb
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 is-utf8
                          drwxrwxrwx+    2 iobroker iobroker  4096 Apr 27  2019 isval
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-weakmap
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-weakset
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 is-windows
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 is-wsl
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-yarn-global
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez 12  2018 joi
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jun 15  2020 @jpgorganizer
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 jsbn
                          drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:17 jsdom
                          drwxrwxrwx+    2 iobroker iobroker  4096 Okt 27 13:21 jsonata
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:26 json-bigint
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 json-buffer
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 jsonfile
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 json-parse-better-errors
                          drwxrwxrwx+    9 iobroker iobroker  4096 Aug 31  2018 json-schema
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 json-schema-traverse
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 10  2019 json-stable-stringify-without-jsonify
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 json-stringify-safe
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jul 20  2019 jsonwebtoken
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 jsprim
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 js-tokens
                          drwxrwxr-x+    6 iobroker iobroker  4096 Okt 27 13:04 jszip
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 jwa
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 jws
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep  6  2018 kew
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 keypairs
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 keyv
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 kind-of
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep  6  2018 klaw
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 kuler
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 latest-version
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 lcid
                          drwxrwxrwx+    6 iobroker iobroker  4096 Jul 20  2019 le-acme-core
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 le-challenge-fs
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 le-sni-auto
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 le-store-certbot
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 leven
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 levn
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jul 20  2019 lie
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 liftoff
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 lines-and-columns
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 listr
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 listr-input
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 listr-silent-renderer
                          drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 listr-update-renderer
                          drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 listr-verbose-renderer
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 loadavg-windows
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 load-json-file
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 locate-path
                          drwxrwxrwx+    3 iobroker iobroker 20480 Aug 31  2018 lodash
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 lodash.defaults
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 lodash.flatten
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 lodash.get
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.includes
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.isboolean
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.isinteger
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.isnumber
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.isplainobject
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.isstring
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.once
                          drwxrwxrwx+    2 iobroker iobroker  4096 Okt 27 13:17 lodash.sortby
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 lodash.zip
                          drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 13:04 logform
                          drwxrwxrwx+    6 iobroker iobroker  4096 Okt 27 13:19 loglevel
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 log-symbols
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 log-update
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 long-timeout
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 lowercase-keys
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jan  9  2020 lru-cache
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jan  9  2020 lru_map
                          drwxrwxrwx+    4 iobroker iobroker  4096 Mär  2  2019 luxon
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 macaddress
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 make-dir
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 make-iterator
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 map-age-cleaner
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 map-cache
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 map-obj
                          drwxrwxrwx+    4 iobroker iobroker  4096 Dez  5  2019 map-stream
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 map-visit
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:44 matchdep
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 md5
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 mdns-discovery
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 media-typer
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 mem
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 meow
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  8 11:27 merge2
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 merge-descriptors
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 merge-stream
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 methods
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 micromatch
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:26 mime
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 mime-db
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 mime-types
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 mimic-fn
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 mimic-response
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 minimatch
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 minimist
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 minimist-options
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 min-indent
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 minipass
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 minizlib
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 mixin-deep
                          drwxrwxrwx+    6 iobroker iobroker  4096 Aug 31  2018 mkdirp
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 mkdirp-classic
                          drwxrwxrwx+    5 iobroker iobroker  4096 Jul 20  2019 moment
                          drwxrwxrwx+    4 iobroker iobroker  4096 Dez  5  2019 moment-timezone
                          drwxrwxrwx+   10 iobroker iobroker  4096 Dez 11  2018 mqtt
                          drwxrwxr-x+    4 iobroker iobroker  4096 Apr 12  2020 mqtt-connection
                          drwxrwxr-x+    5 iobroker iobroker  4096 Apr 12  2020 mqtt-packet
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 ms
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jan 15 04:52 multicast-dns
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep 14  2018 multicast-dns-service-types
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 mute-stdout
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 mute-stream
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 mz
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jul 20  2019 nan
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 nanomatch
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 napi-build-utils
                          drwxrwxrwx+    3 iobroker iobroker  4096 Mai 29  2019 napi-thread-safe-callback
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 ncp
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jun 24  2019 nearest-color
                          drwxrwxrwx+    8 iobroker iobroker  4096 Dez 12 09:04 needle
                          drwxrwxrwx+    6 iobroker iobroker  4096 Aug 31  2018 netmask
                          drwxrwxrwx+    3 iobroker iobroker  4096 Mai 29  2019 net-ping
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 new-github-release-url
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 next-tick
                          drwxrwxr-x+    4 iobroker iobroker  4096 Aug  8 03:31 nimble
                          drwxrwxrwx+    7 iobroker iobroker  4096 Aug 31  2018 noble
                          drwxrwxr-x+    4 iobroker iobroker  4096 Mär 19  2020 node-abi
                          drwxrwxrwx+    6 iobroker iobroker  4096 Mai 29  2019 node-addon-api
                          drwxrwxrwx+    3 iobroker iobroker  4096 Mai 29  2019 node-arp
                          drwxrwxrwx+    7 iobroker iobroker  4096 Mai 30  2019 node-bluetooth
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 node.extend
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:26 node-fetch
                          drwxrwxrwx+    5 iobroker iobroker  4096 Dez  5  2019 node-forge
                          drwxrwxrwx+    2 iobroker iobroker  4096 Mär  2  2019 node-ical
                          drwxrwxrwx+    5 iobroker iobroker  4096 Dez  8 11:27 @nodelib
                          drwxrwxrwx+    5 iobroker iobroker  4096 Jun  6  2019 node-milight-promise
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 node-mndp
                          drwxrwxrwx+    6 iobroker iobroker  4096 Sep 14  2018 node-persist
                          drwxrwxrwx+    5 iobroker iobroker  4096 Dez  5  2019 node-pre-gyp
                          drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 12:44 node-rest-client
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jul 20  2019 node-schedule
                          drwxrwxr-x+    9 iobroker iobroker  4096 Jul  1  2020 node-ssdp
                          drwxrwxrwx+    7 iobroker iobroker  4096 Aug 31  2018 node-telegram-bot-api
                          drwxrwxrwx+    2 iobroker iobroker  4096 Feb 11  2019 node-wol
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 noop-logger
                          drwxrwxrwx+    4 iobroker iobroker  4096 Dez 12 09:04 nopt
                          drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 normalize-package-data
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 normalize-path
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 normalize-url
                          drwxrwxrwx+    4 iobroker iobroker  4096 Dez  8 11:27 np
                          drwxrwxr-x+    9 iobroker iobroker  4096 Jan  9  2020 npm
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez 12 09:04 npm-bundled
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 npmlog
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 npm-name
                          drwxrwxrwx+    4 iobroker iobroker  4096 Dez 12 09:04 npm-normalize-package-bin
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez 12 09:04 npm-packlist
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 npm-run-path
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:45 nth-check
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jan 28  2020 number-is-nan
                          drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:17 nwsapi
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 oauth-sign
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 object-assign
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jan  9  2020 object.assign
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 object-component
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 object-copy
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 object.defaults
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 object-hash
                          drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 object-inspect
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 object-is
                          drwxrwxrwx+    3 iobroker iobroker  4096 Mai 30  2019 object-keys
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 object.map
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 object.pick
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 object-visit
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 once
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 onetime
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 one-time
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 on-finished
                          drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 on-headers
                          drwxrwxr-x+    5 iobroker iobroker  4096 Aug  8 03:31 onvif
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 open
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 optionator
                          drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 ordered-read-streams
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 org-regex
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 osenv
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 os-homedir
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 os-locale
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 os-name
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 os-tmpdir
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 osx-release
                          drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 ow
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 package-json
                          drwxrwxr-x+    5 iobroker iobroker  4096 Aug  8 03:31 pac-proxy-agent
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 pac-resolver
                          drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 pako
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 parent-module
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:45 parse5
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 parse-filepath
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 parse-json
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 parse-node-version
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 parse-passwd
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 parseqs
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 parseuri
                          drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 parseurl
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 pascalcase
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:01 passport
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 passport-local
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 passport.socketio
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 passport-strategy
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 path-dirname
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 path-exists
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 path-is-absolute
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 path-is-inside
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 path-key
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 path-parse
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 path-root
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 path-root-regex
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 path-to-regexp
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 path-type
                          drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 pathval
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 pause
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 pause-stream
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 p-cancelable
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-defer
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 pend
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 performance-now
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 p-event
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-finally
                          drwxrwxrwx+    6 iobroker iobroker  4096 Sep  6  2018 phantomjs-prebuilt
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 picomatch
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 13:04 pidusage
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 pify
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 ping
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 pinkie
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 pinkie-promise
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-is-promise
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 pkg-dir
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 pkginfo
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-limit
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-locate
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-map
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-memoize
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 posix-character-classes
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mär 19  2020 prebuild-install
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 prelude-ls
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 prepend-http
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 pretty-hrtime
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jun 24  2019 process-nextick-args
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep  6  2018 progress
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 promise-object
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 promise-retryer
                          drwxrwxrwx+    7 iobroker iobroker  4096 Aug 31  2018 prompt
                          drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 proxy-addr
                          drwxrwxr-x+    5 iobroker iobroker  4096 Aug  8 03:31 proxy-agent
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 proxy-from-env
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 psl
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-timeout
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-try
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 pump
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 pumpify
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 punycode
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 pupa
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 pyconf
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 q
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 qs
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 querystring
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 quick-lru
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 random-bytes
                          drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 range-parser
                          drwxrwxrwx+    5 iobroker iobroker  4096 Jul 20  2019 rasha
                          drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 raw-body
                          drwxrwxrwx+    6 iobroker iobroker  4096 Mai 29  2019 raw-socket
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 rc
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 read
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jul 20  2019 readable-stream
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:04 readdirp
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 readline-sync
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 read-pkg
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 read-pkg-up
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 rechoir
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 redent
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:04 redis-commands
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 redis-errors
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 redis-parser
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 regex-not
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 regexp.prototype.flags
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 registry-auth-token
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 registry-url
                          drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 reinterval
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 remove-trailing-separator
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 repeat-element
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 repeat-string
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 replace-homedir
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 request
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep  6  2018 request-progress
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 request-promise
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 request-promise-core
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez 12  2018 request-promise-native
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 require-directory
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 require-main-filename
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 requires-port
                          drwxrwxr-x+    5 iobroker iobroker  4096 Mai  1  2020 resolve
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  8 11:27 resolve-cwd
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 resolve-dir
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 resolve-from
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 resolve-url
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 respjs
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 responselike
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 restore-cursor
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 ret
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  8 11:27 reusify
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 revalidator
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 rimraf
                          drwxrwxrwx+    4 iobroker iobroker  4096 Mai  1  2020 @root
                          drwxrwxrwx+    3 iobroker iobroker  4096 Mär  2  2019 rrule
                          drwxrwxrwx+    6 iobroker iobroker  4096 Jul 20  2019 rsa-compat
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 run-async
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  8 11:27 run-parallel
                          drwxrwxr-x+   20 iobroker iobroker  4096 Mai  1  2020 rxjs
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 safe-buffer
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 safer-buffer
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 safe-regex
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 safe-replace
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 @samverschueren
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 sax
                          drwxrwxrwx+    2 iobroker iobroker  4096 Okt 27 13:17 saxes
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 scoped-regex
                          drwxrwxr-x+    4 iobroker iobroker  4096 Mai  9  2020 selfsigned
                          drwxrwxr-x+    4 iobroker iobroker  4096 Apr 30  2020 semaphore
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 semver
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 semver-diff
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 semver-greatest-satisfied-range
                          drwxrwxrwx+    3 iobroker iobroker  4096 Nov 22  2019 send
                          drwxrwxr-x+   11 iobroker iobroker  4096 Dez  7 10:35 @sentry
                          drwxrwxr-x+    4 iobroker iobroker  4096 Mär 19  2020 serialport
                          drwxrwxr-x+   12 iobroker iobroker  4096 Mär 19  2020 @serialport
                          drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 serve-static
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 set-blocking
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 set-immediate-shim
                          drwxrwxrwx+    3 iobroker iobroker  4096 Nov 22  2019 setprototypeof
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 set-value
                          drwxrwxr-x+    8 iobroker iobroker  4096 Aug  8 03:31 sharp
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 shebang-command
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 shebang-regex
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 shelly-iot
                          drwxrwxrwx+    5 iobroker iobroker  4096 Jan 15 04:52 side-channel
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 signal-exit
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 simple-concat
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 simple-get
                          drwxrwxrwx+    4 iobroker iobroker  4096 Dez 12  2018 simple-oauth2
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 simple-swizzle
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 @sindresorhus
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  8 11:27 slash
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 slice-ansi
                          drwxrwxr-x+    5 iobroker iobroker  4096 Aug  8 03:31 smart-buffer
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 snapdragon
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 snapdragon-node
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 snapdragon-util
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jun 17  2020 socket.io
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jun 17  2020 socket.io-adapter
                          drwxrwxr-x+    5 iobroker iobroker  4096 Jun 17  2020 socket.io-client
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jun 17  2020 socket.io-parser
                          drwxrwxr-x+    5 iobroker iobroker  4096 Aug  8 03:31 socks
                          drwxrwxr-x+    4 iobroker iobroker  4096 Aug  8 03:31 socks-proxy-agent
                          drwxrwxrwx+    5 iobroker iobroker  4096 Mai 30  2019 socksv5
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 sorted-array-functions
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 source-map
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 source-map-resolve
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 source-map-support
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 source-map-url
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 sparkles
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 spdx-correct
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 spdx-exceptions
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 spdx-expression-parse
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 spdx-license-ids
                          drwxrwxrwx+    4 iobroker iobroker  4096 Dez  5  2019 split
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 split2
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 split-string
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 sshpk
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 stack-trace
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 standard-as-callback
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 static-extend
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 statuses
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 stealthy-require
                          drwxrwxr-x+    7 iobroker iobroker  4096 Jan  9  2020 stk500
                          drwxrwxr-x+    5 iobroker iobroker  4096 Mär 19  2020 stk500-v2
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 stream-combiner
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 streamifier
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 streamsearch
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 stream-shift
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 string_decoder
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 string.prototype.trimend
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 string.prototype.trimstart
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jan 28  2020 string-width
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jan 28  2020 strip-ansi
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 strip-bom
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 strip-final-newline
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 strip-indent
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 strip-json-comments
                          drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 suncalc2
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep 24  2018 supports-color
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 supports-hyperlinks
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 sver-compat
                          drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 symbol-observable
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 symbol-tree
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 systeminformation
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 @szmarczak
                          drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 13:04 tar
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 tar-fs
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 11  2018 targz
                          drwxrwxrwx+    4 iobroker iobroker  4096 Feb 16  2019 tar-pack
                          drwxrwxr-x+    3 iobroker iobroker  4096 Apr 11  2020 tar-stream
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 tcp-ping
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jun  6  2019 tcp-port-used
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 terminal-link
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 term-size
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 text-hex
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 thenify
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 thenify-all
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 throttleit
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 through
                          drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 through2
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 through2-filter
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 thunkify
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jan 15 04:52 thunky
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 time-stamp
                          drwxrwxrwx+    3 iobroker iobroker  4096 Feb 16  2019 tmp
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 to-absolute-glob
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 to-array
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 to-buffer
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jun 24  2019 toidentifier
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 to-object-path
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez 12  2018 topo
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 to-readable-stream
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 to-regex
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 to-regex-range
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 tough-cookie
                          drwxr-xr-x+    4 iobroker iobroker  4096 Okt 27 13:17 tr46
                          drwxrwxrwx+    2 iobroker iobroker  4096 Jun  6  2019 tree-kill
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 trim-newlines
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 triple-beam
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 tr-O64
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jan  9  2020 tslib
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 tunnel-agent
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 tweetnacl
                          drwxrwxr-x+   26 iobroker iobroker  4096 Okt 27 12:44 type
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 type-check
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 typedarray
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 typedarray-to-buffer
                          drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 type-detect
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 type-fest
                          drwxrwxrwx+    3 iobroker iobroker  4096 Nov 22  2019 type-is
                          drwxrwxrwx+   26 iobroker iobroker  4096 Jan 17 14:40 @types
                          drwxrwxrwx+    4 iobroker iobroker  4096 Apr  7  2019 typescript
                          drwxrwxrwx+    3 iobroker iobroker  4096 Dez 22  2018 typescript-optional
                          drwxrwxrwx+    2 iobroker iobroker  4096 Feb 16  2019 uid-number
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 uid-safe
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 unc-path-regex
                          drwxrwxrwx+    5 iobroker iobroker  4096 Okt 27 13:19 underscore
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 unescape
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 union-value
                          drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 unique-stream
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 unique-string
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 universalify
                          drwxrwxr-x+    6 iobroker iobroker  4096 Jan 28  2020 unix-dgram
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 unpi
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 unpipe
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 unset-value
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 update-notifier
                          drwxrwxr-x+    6 iobroker iobroker  4096 Mär 19  2020 uri-js
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 urix
                          drwxrwxr-x+    4 iobroker iobroker  4096 Aug  8 03:31 urllib
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 url-parse-lax
                          drwxrwxrwx+    5 iobroker iobroker  4096 Sep 24  2019 url-template
                          drwxrwxrwx+    6 iobroker iobroker  4096 Jul 20  2019 ursa-optional
                          drwxrwxrwx+    8 iobroker iobroker  4096 Aug 31  2018 usb
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 use
                          drwxrwxrwx+    3 iobroker iobroker  4096 Sep 14  2018 util
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 util-deprecate
                          drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 utile
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 utility
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 utils-merge
                          drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 uuid
                          drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 v8flags
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 validate-npm-package-license
                          drwxrwxrwx+    4 iobroker iobroker  4096 Feb 16  2019 validate-npm-package-name
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 vary
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 verror
                          drwxrwxrwx+    5 iobroker iobroker  4096 Dez 12  2018 viessmann-api-client
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 vinyl-sourcemaps-apply
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jun 24  2019 virtual-device-sdk
                          drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:21 virtual-tsc
                          drwxrwxrwx+    5 iobroker iobroker  4096 Apr  7  2019 vm2
                          drwxr-xr-x+    3 iobroker iobroker  4096 Okt 27 13:17 w3c-hr-time
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 w3c-xmlserializer
                          drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 wake_on_lan
                          drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 weak-daemon
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 webidl-conversions
                          drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 websocket-stream
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 whatwg-encoding
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 whatwg-mimetype
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 whatwg-url
                          drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 which
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 which-boxed-primitive
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 which-collection
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 which-module
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 which-pm-runs
                          drwxrwxrwx+    5 iobroker iobroker  4096 Jan 15 04:52 which-typed-array
                          drwxrwxrwx+    2 iobroker iobroker  4096 Mär 19  2020 wide-align
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 widest-line
                          drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 win-release
                          drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 13:04 winston
                          drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:04 winston-daily-rotate-file
                          drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 winston-syslog
                          drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 13:04 winston-transport
                          drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 word-wrap
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 wrap-ansi
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 wrappy
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 write-file-atomic
                          drwxrwxr-x+    4 iobroker iobroker  4096 Apr 12  2020 ws
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 xdg-basedir
                          drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 xml2js
                          drwxrwxr-x+    2 iobroker iobroker  4096 Jun 14  2020 xml2json-light
                          drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 xmlbuilder
                          drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:17 xmlchars
                          drwxrwxr-x+    5 iobroker iobroker  4096 Jun 17  2020 xmlhttprequest-ssl
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 xml-name-validator
                          drwxrwxrwx+    3 iobroker iobroker  4096 Okt 11  2018 xregexp
                          drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 xtend
                          drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 y18n
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 yallist
                          drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 yaml
                          drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 13:04 yargs
                          drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 yargs-parser
                          drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 yauzl
                          drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 yeast
                          drwxrwxrwx+    2 iobroker iobroker  4096 Dez  8 11:27 yocto-queue
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 21 15:19 zcl-packet
                          drwxrwxrwx+    4 iobroker iobroker  4096 Jan 22 06:27 zigbee-shepherd
                          drwxrwxrwx+    5 iobroker iobroker  4096 Dez 10  2018 zigbee-shepherd-converters
                          drwxrwxrwx+    7 iobroker iobroker  4096 Okt 27 13:17 zrender
                          jens@iobroker:/root$ 
                          
                          
                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • UncleSamU Offline
                            UncleSamU Offline
                            UncleSam
                            Developer
                            schrieb am zuletzt editiert von
                            #21

                            Wenn in den nächsten Stunden nicht noch jemand mit einer guten Lösung kommt, würde ich vorschlagen: Backup machen, ioBroker Verzeichnis löschen, ioBroker neu installieren und Backup restoren

                            Bitte bei Problemen mit meinen Adaptern, Issue auf GitHub erfassen: Loxone | I2C | Luxtronik2
                            ♡-lichen Dank an meine Sponsoren

                            chucky666C 2 Antworten Letzte Antwort
                            0
                            • chucky666C chucky666

                              @unclesam sagte in Upgrade zigbee immer error:

                              ls -la /opt/iobroker/node_modules

                              
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:26 bignumber.js
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jan 21 15:23 .bin
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 binary-extensions
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 bindings
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 bl
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jun 17  2020 blob
                              drwxrwxrwx+    2 iobroker iobroker  4096 Feb 16  2019 block-stream
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 bluebird
                              drwxrwxrwx+    6 iobroker iobroker  4096 Aug 31  2018 bluetooth-hci-socket
                              drwxrwxrwx+    4 iobroker iobroker  4096 Nov 22  2019 body-parser
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 bonjour-hap
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:45 boolbase
                              drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 bower
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 boxen
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 bplist-parser
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 brace-expansion
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 braces
                              drwxrwxrwx+    2 iobroker iobroker  4096 Okt 27 13:17 browser-process-hrtime
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jan  9  2020 browser-serialport
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 buffer
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 buffer-alloc
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 buffer-alloc-unsafe
                              drwxrwxrwx+    4 iobroker iobroker  4096 Apr 27  2019 buffer-equal
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 buffer-equal-constant-time
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 buffer-fill
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 buffer-from
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 bufferhelper
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep 14  2018 buffer-shims
                              drwxrwxrwx+    2 iobroker iobroker  4096 Feb 16  2019 builtins
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 busboy
                              drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 bytes
                              drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:22 bytesish
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 cacheable-lookup
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 cacheable-request
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jun 24  2019 cache-base
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 callback-stream
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 call-bind
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 callsite
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 callsites
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 camelcase
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 camelcase-keys
                              drwxrwxrwx+    8 iobroker iobroker  4096 Okt 27 13:17 canvas
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 capitalize
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 caseless
                              drwxrwxrwx+    6 iobroker iobroker  4096 Jan 21 15:23 cc-znp
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jul 20  2019 cert-info
                              drwxrwxrwx+    3 iobroker iobroker  4096 Apr  7  2019 chai
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jun 24  2019 chalk
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 chardet
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 charenc
                              drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 check-error
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:45 cheerio
                              drwxrwxrwx+    3 iobroker iobroker  4096 Apr 27  2019 chip.avr.avr109
                              drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 13:04 chokidar
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 chownr
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 ci-info
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 class-utils
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 clean-stack
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 cli
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 cli-boxes
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 cli-cursor
                              drwxrwxrwx+    7 iobroker iobroker  4096 Aug 31  2018 cliff
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 cli-truncate
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 cliui
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 cli-width
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 cloneextend
                              drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 clone-response
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 cluster-key-slot
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 co
                              drwxrwxr-x+    6 iobroker iobroker  4096 Okt 27 12:44 coap
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:44 coap-packet
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jan 28  2020 code-point-at
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 coffee-compiler
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 coffee-script
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 collection-visit
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 color
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep 24  2018 color-convert
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep 24  2018 color-name
                              drwxrwxrwx+    5 iobroker iobroker  4096 Dez  5  2019 colors
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 colorspace
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 color-string
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 color-support
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 combined-stream
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jan  9  2020 commander
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 commist
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 component-bind
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jun 17  2020 component-emitter
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 component-inherit
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 concat-map
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jun 30  2020 concat-stream
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 concentrate
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 configstore
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 connect-flash
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 console-control-strings
                              drwxrwxrwx+    3 iobroker iobroker  4096 Nov 22  2019 content-disposition
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 content-type
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 cookie
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:01 cookie-parser
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 cookie-signature
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 copy-descriptor
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 copy-props
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 copy-to
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 core-util-is
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 cosmiconfig
                              drwxrwxrwx+    3 iobroker iobroker  4096 Feb 16  2019 create-react-app
                              drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 12:44 cron
                              drwxrwxrwx+    4 iobroker iobroker  4096 Dez  5  2019 cron-parser
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 cross-spawn
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 crypt
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez 11  2018 crypto-js
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 crypto-random-string
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 cssom
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:45 css-select
                              drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:17 cssstyle
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:45 css-what
                              drwxrwxrwx+    5 iobroker iobroker  4096 Jul 20  2019 curve25519-n
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 cycle
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:44 d
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:04 @dabh
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 daemonize2
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 dashdash
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 data-uri-to-buffer
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 data-urls
                              drwxrwxrwx+  158 iobroker iobroker  4096 Dez 12  2018 date-fns
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 dateformat
                              drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 debounce
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 debug
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 13:04 decache
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 decamelize
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 decamelize-keys
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jan 15 04:52 decimal.js
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 decode-uri-component
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 decompress-response
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:04 deep-clone
                              drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 deep-eql
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 deep-equal
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 deep-extend
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jun  6  2019 deep-is
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 default-compare
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 default-user-agent
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 defer-to-connect
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 define-properties
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 define-property
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 degenerator
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 del
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 delayed-stream
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 delegates
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 denque
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 depd
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 destroy
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 detect-file
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 detect-libc
                              drwxrwxrwx+    4 iobroker iobroker  4096 Sep 14  2018 dev-null
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 dgram
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 dicer
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 digest-header
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  8 11:27 dir-glob
                              drwxrwxrwx+    5 iobroker iobroker  4096 Dez  5  2019 diskusage
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 dissolve
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 dissolve-chunks
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 dns-packet
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:45 domelementtype
                              drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:17 domexception
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:45 domhandler
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:45 dom-serializer
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:45 domutils
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2018 dotenv
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 dot-prop
                              drwxrwxrwx+    6 iobroker iobroker  4096 Okt 11  2018 dropbox-v2-api
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:04 duplexer
                              drwxrwxrwx+    3 iobroker iobroker  4096 Feb 16  2019 duplexer2
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 duplexer3
                              drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 duplexify
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 each-props
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 ecc-jsbn
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 ecdsa-sig-formatter
                              drwxrwxrwx+   13 iobroker iobroker  4096 Okt 27 13:17 echarts
                              drwxrwxrwx+    5 iobroker iobroker  4096 Jul 20  2019 eckles
                              drwxrwxrwx+    5 iobroker iobroker  4096 Sep 14  2018 ed25519-hap
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 ee-first
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 elegant-spinner
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jan 28  2020 emoji-regex
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 enabled
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 encodeurl
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 end-of-stream
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jun 17  2020 engine.io
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jun 17  2020 engine.io-client
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jun 17  2020 engine.io-parser
                              drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 12:45 entities
                              drwxrwxrwx+    3 iobroker iobroker  4096 Feb 16  2019 envinfo
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 error-ex
                              drwxrwxr-x+   17 iobroker iobroker  4096 Okt 27 12:44 es5-ext
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:44 es6-iterator
                              drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 12:44 es6-map
                              drwxrwxrwx+    4 iobroker iobroker  4096 Sep 24  2019 es6-promise
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 es6-promisify
                              drwxrwxr-x+    7 iobroker iobroker  4096 Okt 27 12:44 es6-set
                              drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 12:44 es6-symbol
                              drwxrwxr-x+   13 iobroker iobroker  4096 Jul  1  2020 es-abstract
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 escape-goat
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 escape-html
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep 24  2018 escape-string-regexp
                              drwxrwxr-x+    4 iobroker iobroker  4096 Aug  8 03:31 escodegen
                              drwxrwxrwx+    5 iobroker iobroker  4096 Jan 15 04:52 es-get-iterator
                              drwxrwxr-x+    4 iobroker iobroker  4096 Aug  8 03:31 esprima
                              drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 es-to-primitive
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 estraverse
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 esutils
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 etag
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:44 event-emitter
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jun 24  2019 eventemitter3
                              drwxrwxrwx+    4 iobroker iobroker  4096 Dez  5  2019 event-stream
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 event-target-shim
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 execa
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 expand-brackets
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 expand-template
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 expand-tilde
                              drwxrwxrwx+    4 iobroker iobroker  4096 Nov 22  2019 express
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 express-fileupload
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 13:01 express-session
                              drwxrwxr-x+   13 iobroker iobroker  4096 Okt 27 12:44 ext
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 extend
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 extend-shallow
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 external-editor
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 extglob
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 extract-zip
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 extsprintf
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 eyes
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 fancy-log
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 fast-deep-equal
                              drwxrwxrwx+    4 iobroker iobroker  4096 Dez  8 11:27 fast-glob
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 fast-json-stable-stringify
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 fast-levenshtein
                              drwxrwxrwx+    4 iobroker iobroker  4096 Dez  8 11:27 fastq
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 fast-safe-stringify
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 fastseries
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 fast-srp-hap
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 fast-text-encoding
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep  6  2018 fd-slicer
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 13:04 fecha
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 figures
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jan 28  2020 file-stream-rotator
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 file-type
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 file-uri-to-path
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 fill-range
                              drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 finalhandler
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 find-up
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 findup-sync
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 fined
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 flagged-respawn
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 fn.name
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 follow-redirects
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jan 15 04:52 foreach
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 forever-agent
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 for-in
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 form-data
                              drwxrwxr-x+    4 iobroker iobroker  4096 Aug  8 03:31 formstream
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 for-own
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 forwarded
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 fragment-cache
                              drwxrwxrwx+    3 iobroker iobroker  4096 Mai 29  2019 @frankjoke
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 fresh
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 from
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 fs-constants
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 fs-extra
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jan 28  2020 fs-minipass
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 fs.realpath
                              drwxrwxrwx+    4 iobroker iobroker  4096 Feb 16  2019 fstream
                              drwxrwxrwx+    2 iobroker iobroker  4096 Feb 16  2019 fstream-ignore
                              drwxrwxrwx+    4 iobroker iobroker  4096 Okt 11  2018 ftp
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 function-bind
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jan 15 04:52 futoin-hkdf
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 gauge
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 gaxios
                              drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:26 gcp-metadata
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 get-caller-file
                              drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 get-func-name
                              drwxrwxrwx+    5 iobroker iobroker  4096 Jan 15 04:52 get-intrinsic
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 getpass
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 get-stream
                              drwxrwxr-x+    5 iobroker iobroker  4096 Aug  8 03:31 get-uri
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 get-value
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 github-from-package
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 github-url-from-git
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 glob
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 global-dirs
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 global-modules
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 global-prefix
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 globby
                              drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 glob-parent
                              drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 glob-stream
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 glogg
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 glossy
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 googleapis
                              drwxrwxrwx+    4 iobroker iobroker  4096 Sep 24  2019 googleapis-common
                              drwxrwxrwx+    4 iobroker iobroker  4096 Sep 24  2019 google-auth-library
                              drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:26 google-p12-pem
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 got
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 graceful-fs
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 greenlock
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 greenlock-store-fs
                              drwxrwxrwx+    4 iobroker iobroker  4096 Sep 24  2019 gtoken
                              drwxrwxr-x+    6 iobroker iobroker  4096 Okt 27 12:44 gulp-cli
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 gulplog
                              drwxrwxrwx+    5 iobroker iobroker  4096 Jan 15 04:52 hap-nodejs
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 hard-rejection
                              drwxrwxr-x+    3 iobroker iobroker  4096 Apr 30  2020 @harmonyhub
                              drwxrwxr-x+    5 iobroker iobroker  4096 Apr 30  2020 harmonyhubws
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 har-schema
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 har-validator
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 has
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 has-ansi
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jun 17  2020 has-binary2
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 has-cors
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep 24  2018 has-flag
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 hasha
                              drwxrwxrwx+    3 iobroker iobroker  4096 Mai 30  2019 has-symbols
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 has-unicode
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 has-value
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 has-values
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 has-yarn
                              drwxrwxr-x+    4 iobroker iobroker  4096 Apr 12  2020 help-me
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez 12  2018 hoek
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jan 15 04:52 @homebridge
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 homedir-polyfill
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 hosted-git-info
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 html-encoding-sniffer
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:45 htmlparser2
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 http-cache-semantics
                              drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 http-errors
                              drwxrwxr-x+    4 iobroker iobroker  4096 Dez  7 10:35 http-proxy
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 http-proxy-middleware
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 http-proxy-response-rewrite
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 https
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 http-signature
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 https-proxy-agent
                              drwxrwxr-x+    8 iobroker iobroker  4096 Mai  9  2020 hue-emu
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 humanize-ms
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 human-signals
                              drwxrwxrwx+    5 iobroker iobroker  4096 Feb 16  2019 hyperquest
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 i
                              drwxrwxrwx+    4 iobroker iobroker  4096 Nov 22  2019 iconv-lite
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 ieee754
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  8 11:27 ignore
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez 12 09:04 ignore-walk
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 immediate
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 import-fresh
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 import-lazy
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  8 11:27 import-local
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 imurmurhash
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 indent-string
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 indexof
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 inflight
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 inherits
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 ini
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 inquirer
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 inquirer-autosubmit-prompt
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 intel-hex
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 interpret
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 invert-kv
                              drwxrwxrwx+    5 iobroker iobroker  4096 Okt 27 13:04 @iobroker
                              drwxrwxr-x+    8 iobroker iobroker  4096 Okt 27 13:01 iobroker.admin
                              drwxrwxrwx+    5 iobroker iobroker  4096 Jan 17 14:40 iobroker.alexa2
                              drwxrwxrwx+    7 iobroker iobroker  4096 Dez  7 11:47 iobroker.backitup
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 iobroker.broadlink
                              drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 iobroker.broadlink2
                              drwxrwxrwx+    7 iobroker iobroker  4096 Dez 12 09:05 iobroker.cloud
                              drwxrwxrwx+    5 iobroker iobroker  4096 Okt 27 13:22 iobroker.daswetter
                              drwxrwxrwx+    7 iobroker iobroker  4096 Okt 27 13:13 iobroker.deconz
                              drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 iobroker.discovery
                              drwxrwxrwx+    6 iobroker iobroker  4096 Jan 12 13:14 iobroker.dwd
                              drwxrwxr-x+    6 iobroker iobroker  4096 Jul 24 10:11 iobroker.fb-checkpresence
                              drwxrwxrwx+    9 iobroker iobroker  4096 Jan 15 04:53 iobroker.flot
                              drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:19 iobroker.fullybrowser
                              drwxrwxr-x+    8 iobroker iobroker  4096 Okt 27 12:44 iobroker.fully-tablet-control
                              drwxrwxr-x+    8 iobroker iobroker  4096 Mai  1  2020 iobroker.habpanel
                              drwxrwxr-x+    4 iobroker iobroker  4096 Apr 30  2020 iobroker.harmony
                              drwxrwxrwx+    8 iobroker iobroker  4096 Okt 27 13:25 iobroker.history
                              drwxrwxr-x+    8 iobroker iobroker  4096 Mai  9  2020 iobroker.hueemu
                              drwxrwxrwx+    5 iobroker iobroker  4096 Okt 27 13:16 iobroker.ical
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 iobroker.icons-icons8
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 iobroker.icons-mfd-png
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 iobroker.icons-mfd-svg
                              drwxrwxr-x+    7 iobroker iobroker  4096 Jun 28  2020 iobroker.info
                              drwxrwxrwx+    8 iobroker iobroker  4096 Dez 12 09:05 iobroker.iot
                              drwxrwxrwx+    7 iobroker iobroker  4096 Okt 27 13:21 iobroker.javascript
                              drwxrwxr-x+    7 iobroker iobroker  4096 Okt 29 04:00 iobroker.js-controller
                              drwxrwxrwx+    6 iobroker iobroker  4096 Apr  7  2019 iobroker.milight
                              drwxrwxrwx+    6 iobroker iobroker  4096 Jun  6  2019 iobroker.milight-smart-light
                              drwxrwxrwx+    7 iobroker iobroker  4096 Okt 27 13:27 iobroker.mobile
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 iobroker.objects-redis
                              drwxrwxr-x+    5 iobroker iobroker  4096 Aug 17 16:22 iobroker.onvif
                              drwxrwxr-x+    6 iobroker iobroker  4096 Jul  1  2020 iobroker.openligadb
                              drwxrwxrwx+    6 iobroker iobroker  4096 Sep  7  2018 iobroker.phantomjs
                              drwxrwxr-x+    6 iobroker iobroker  4096 Jul 27 14:35 iobroker.pi-hole
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 iobroker.radar
                              drwxrwxrwx+    6 iobroker iobroker  4096 Jul  1  2020 iobroker.radar2
                              drwxrwxr-x+    6 iobroker iobroker  4096 Mär 19  2020 iobroker.rflink
                              drwxrwxrwx+    8 iobroker iobroker  4096 Okt 27 13:19 iobroker.shelly
                              drwxrwxrwx+    6 iobroker iobroker  4096 Okt 27 13:20 iobroker.simple-api
                              drwxrwxr-x+    7 iobroker iobroker  4096 Okt 27 12:45 iobroker.smartcontrol
                              drwxrwxr-x+    5 iobroker iobroker  4096 Aug 19 13:54 iobroker.smartgarden
                              drwxrwxrwx+    5 iobroker iobroker  4096 Okt 27 13:10 iobroker.socketio
                              drwxrwxr-x+    6 iobroker iobroker  4096 Apr 12  2020 iobroker.sonoff
                              drwxrwxr-x+    7 iobroker iobroker  4096 Jul  1  2020 iobroker.telegram
                              drwxrwxrwx+    6 iobroker iobroker  4096 Dez  9 10:37 iobroker.text2command
                              drwxrwxrwx+    5 iobroker iobroker  4096 Nov 24 16:16 iobroker.tr-064
                              drwxrwxrwx+    8 iobroker iobroker  4096 Dez 27 10:44 iobroker.trashschedule
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez 11  2018 iobroker.type-detector
                              drwxrwxrwx+    5 iobroker iobroker  4096 Apr 15  2019 iobroker.viessmannapi
                              drwxrwxrwx+    8 iobroker iobroker  4096 Okt 27 13:11 iobroker.vis
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 iobroker.vis-bars
                              drwxrwxrwx+    6 iobroker iobroker  4096 Aug 31  2018 iobroker.vis-canvas-gauges
                              drwxrwxrwx+    6 iobroker iobroker  4096 Dez  8 11:25 iobroker.vis-colorpicker
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 iobroker.vis-fancyswitch
                              drwxrwxrwx+    7 iobroker iobroker  4096 Okt 18  2019 iobroker.vis-history
                              drwxrwxrwx+    7 iobroker iobroker  4096 Dez  7 11:29 iobroker.vis-hqwidgets
                              drwxrwxrwx+    6 iobroker iobroker  4096 Okt 27 13:23 iobroker.vis-icontwo
                              drwxrwxrwx+    6 iobroker iobroker  4096 Dez  8 11:27 iobroker.vis-inventwo
                              drwxrwxrwx+    6 iobroker iobroker  4096 Aug 31  2018 iobroker.vis-jqui-mfd
                              drwxrwxrwx+    6 iobroker iobroker  4096 Nov 22  2019 iobroker.vis-justgage
                              drwxrwxrwx+    6 iobroker iobroker  4096 Aug 31  2018 iobroker.vis-metro
                              drwxrwxrwx+    6 iobroker iobroker  4096 Dez  8 17:19 iobroker.vis-players
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 iobroker.vis-timeandweather
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jan  9  2020 iobroker.vis-weather
                              drwxrwxrwx+    5 iobroker iobroker  4096 Okt 27 13:13 iobroker.web
                              drwxrwxr-x+    8 iobroker iobroker  4096 Jul  1  2020 iobroker.xs1
                              drwxrwxrwx+    5 iobroker iobroker  4096 Jan 15 04:52 iobroker.yahka
                              drwxrwxrwx+    9 iobroker iobroker  4096 Nov 25  2019 iobroker.zigbee
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 13:04 ioredis
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 ip
                              drwxrwxrwx+    3 iobroker iobroker  4096 Nov 22  2019 ipaddr.js
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jun  6  2019 ip-regex
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 is
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jun  6  2019 is2
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 is-absolute
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 is-accessor-descriptor
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-arguments
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 isarray
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 is-arrayish
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-bigint
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 is-binary-path
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-boolean-object
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep 24  2019 is-buffer
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 is-callable
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-ci
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 is-data-descriptor
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 is-date-object
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 is-descriptor
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-docker
                              drwxrwxrwx+    4 iobroker iobroker  4096 Dez 12  2018 isemail
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 isexe
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 is-extendable
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 is-extglob
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 is-fullwidth-code-point
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-generator-function
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jun 24  2019 is-glob
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 is-installed-globally
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-map
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 is-nan
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 is-negated-glob
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-negative-zero
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-npm
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 is-number
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-number-object
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-obj
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 isobject
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-observable
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-path-cwd
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-path-in-cwd
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-path-inside
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-plain-obj
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 is-plain-object
                              drwxrwxrwx+    2 iobroker iobroker  4096 Okt 27 13:17 is-potential-custom-element-name
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-promise
                              drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 is-regex
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 is-relative
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-scoped
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-set
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 isstream
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 is-stream
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-string
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 issue-regex
                              drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 is-symbol
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 is-typedarray
                              drwxrwxrwx+    6 iobroker iobroker  4096 Jan 15 04:52 is-typed-array
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 is-unc-path
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jun  6  2019 is-url
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 is-url-superb
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 is-utf8
                              drwxrwxrwx+    2 iobroker iobroker  4096 Apr 27  2019 isval
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-weakmap
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 is-weakset
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 is-windows
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 is-wsl
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 is-yarn-global
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez 12  2018 joi
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jun 15  2020 @jpgorganizer
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 jsbn
                              drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:17 jsdom
                              drwxrwxrwx+    2 iobroker iobroker  4096 Okt 27 13:21 jsonata
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:26 json-bigint
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 json-buffer
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 jsonfile
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 json-parse-better-errors
                              drwxrwxrwx+    9 iobroker iobroker  4096 Aug 31  2018 json-schema
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 json-schema-traverse
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 10  2019 json-stable-stringify-without-jsonify
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 json-stringify-safe
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jul 20  2019 jsonwebtoken
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 jsprim
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 js-tokens
                              drwxrwxr-x+    6 iobroker iobroker  4096 Okt 27 13:04 jszip
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 jwa
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 jws
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep  6  2018 kew
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 keypairs
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 keyv
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 kind-of
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep  6  2018 klaw
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 kuler
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 latest-version
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 lcid
                              drwxrwxrwx+    6 iobroker iobroker  4096 Jul 20  2019 le-acme-core
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 le-challenge-fs
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 le-sni-auto
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 le-store-certbot
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 leven
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 levn
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jul 20  2019 lie
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 liftoff
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 lines-and-columns
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 listr
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 listr-input
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 listr-silent-renderer
                              drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 listr-update-renderer
                              drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 listr-verbose-renderer
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 loadavg-windows
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 load-json-file
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 locate-path
                              drwxrwxrwx+    3 iobroker iobroker 20480 Aug 31  2018 lodash
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 lodash.defaults
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 lodash.flatten
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 lodash.get
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.includes
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.isboolean
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.isinteger
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.isnumber
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.isplainobject
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.isstring
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 lodash.once
                              drwxrwxrwx+    2 iobroker iobroker  4096 Okt 27 13:17 lodash.sortby
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 lodash.zip
                              drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 13:04 logform
                              drwxrwxrwx+    6 iobroker iobroker  4096 Okt 27 13:19 loglevel
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 log-symbols
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 log-update
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 long-timeout
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 lowercase-keys
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jan  9  2020 lru-cache
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jan  9  2020 lru_map
                              drwxrwxrwx+    4 iobroker iobroker  4096 Mär  2  2019 luxon
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 macaddress
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 make-dir
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 make-iterator
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 map-age-cleaner
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 map-cache
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 map-obj
                              drwxrwxrwx+    4 iobroker iobroker  4096 Dez  5  2019 map-stream
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 map-visit
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 12:44 matchdep
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 md5
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 mdns-discovery
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 media-typer
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 mem
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 meow
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  8 11:27 merge2
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 merge-descriptors
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 merge-stream
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 methods
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 micromatch
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:26 mime
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 mime-db
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 mime-types
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 mimic-fn
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 mimic-response
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 minimatch
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 minimist
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 minimist-options
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 min-indent
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 minipass
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 minizlib
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 mixin-deep
                              drwxrwxrwx+    6 iobroker iobroker  4096 Aug 31  2018 mkdirp
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 mkdirp-classic
                              drwxrwxrwx+    5 iobroker iobroker  4096 Jul 20  2019 moment
                              drwxrwxrwx+    4 iobroker iobroker  4096 Dez  5  2019 moment-timezone
                              drwxrwxrwx+   10 iobroker iobroker  4096 Dez 11  2018 mqtt
                              drwxrwxr-x+    4 iobroker iobroker  4096 Apr 12  2020 mqtt-connection
                              drwxrwxr-x+    5 iobroker iobroker  4096 Apr 12  2020 mqtt-packet
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 ms
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jan 15 04:52 multicast-dns
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep 14  2018 multicast-dns-service-types
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 mute-stdout
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 mute-stream
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 mz
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jul 20  2019 nan
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 nanomatch
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 napi-build-utils
                              drwxrwxrwx+    3 iobroker iobroker  4096 Mai 29  2019 napi-thread-safe-callback
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 ncp
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jun 24  2019 nearest-color
                              drwxrwxrwx+    8 iobroker iobroker  4096 Dez 12 09:04 needle
                              drwxrwxrwx+    6 iobroker iobroker  4096 Aug 31  2018 netmask
                              drwxrwxrwx+    3 iobroker iobroker  4096 Mai 29  2019 net-ping
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 new-github-release-url
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 next-tick
                              drwxrwxr-x+    4 iobroker iobroker  4096 Aug  8 03:31 nimble
                              drwxrwxrwx+    7 iobroker iobroker  4096 Aug 31  2018 noble
                              drwxrwxr-x+    4 iobroker iobroker  4096 Mär 19  2020 node-abi
                              drwxrwxrwx+    6 iobroker iobroker  4096 Mai 29  2019 node-addon-api
                              drwxrwxrwx+    3 iobroker iobroker  4096 Mai 29  2019 node-arp
                              drwxrwxrwx+    7 iobroker iobroker  4096 Mai 30  2019 node-bluetooth
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 node.extend
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:26 node-fetch
                              drwxrwxrwx+    5 iobroker iobroker  4096 Dez  5  2019 node-forge
                              drwxrwxrwx+    2 iobroker iobroker  4096 Mär  2  2019 node-ical
                              drwxrwxrwx+    5 iobroker iobroker  4096 Dez  8 11:27 @nodelib
                              drwxrwxrwx+    5 iobroker iobroker  4096 Jun  6  2019 node-milight-promise
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 node-mndp
                              drwxrwxrwx+    6 iobroker iobroker  4096 Sep 14  2018 node-persist
                              drwxrwxrwx+    5 iobroker iobroker  4096 Dez  5  2019 node-pre-gyp
                              drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 12:44 node-rest-client
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jul 20  2019 node-schedule
                              drwxrwxr-x+    9 iobroker iobroker  4096 Jul  1  2020 node-ssdp
                              drwxrwxrwx+    7 iobroker iobroker  4096 Aug 31  2018 node-telegram-bot-api
                              drwxrwxrwx+    2 iobroker iobroker  4096 Feb 11  2019 node-wol
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 noop-logger
                              drwxrwxrwx+    4 iobroker iobroker  4096 Dez 12 09:04 nopt
                              drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 normalize-package-data
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 normalize-path
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 normalize-url
                              drwxrwxrwx+    4 iobroker iobroker  4096 Dez  8 11:27 np
                              drwxrwxr-x+    9 iobroker iobroker  4096 Jan  9  2020 npm
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez 12 09:04 npm-bundled
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 npmlog
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 npm-name
                              drwxrwxrwx+    4 iobroker iobroker  4096 Dez 12 09:04 npm-normalize-package-bin
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez 12 09:04 npm-packlist
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 npm-run-path
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:45 nth-check
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jan 28  2020 number-is-nan
                              drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:17 nwsapi
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 oauth-sign
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 object-assign
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jan  9  2020 object.assign
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 object-component
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 object-copy
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 object.defaults
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 object-hash
                              drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 object-inspect
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 object-is
                              drwxrwxrwx+    3 iobroker iobroker  4096 Mai 30  2019 object-keys
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 object.map
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 object.pick
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 object-visit
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 once
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 onetime
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 13:04 one-time
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 on-finished
                              drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 on-headers
                              drwxrwxr-x+    5 iobroker iobroker  4096 Aug  8 03:31 onvif
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 open
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 optionator
                              drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 ordered-read-streams
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 org-regex
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 osenv
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 os-homedir
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 os-locale
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 os-name
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 os-tmpdir
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 osx-release
                              drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 ow
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 package-json
                              drwxrwxr-x+    5 iobroker iobroker  4096 Aug  8 03:31 pac-proxy-agent
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 pac-resolver
                              drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 pako
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 parent-module
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:45 parse5
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 parse-filepath
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 parse-json
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 parse-node-version
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 parse-passwd
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 parseqs
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 parseuri
                              drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 parseurl
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 pascalcase
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:01 passport
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 passport-local
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 passport.socketio
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 passport-strategy
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 path-dirname
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 path-exists
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 path-is-absolute
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 path-is-inside
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 path-key
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 path-parse
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 path-root
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 path-root-regex
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 path-to-regexp
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 path-type
                              drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 pathval
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 pause
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 pause-stream
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 p-cancelable
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-defer
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 pend
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 performance-now
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 p-event
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-finally
                              drwxrwxrwx+    6 iobroker iobroker  4096 Sep  6  2018 phantomjs-prebuilt
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 picomatch
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 13:04 pidusage
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 pify
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 ping
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 pinkie
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 pinkie-promise
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-is-promise
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 pkg-dir
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 pkginfo
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-limit
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-locate
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-map
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-memoize
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 posix-character-classes
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mär 19  2020 prebuild-install
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 prelude-ls
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 prepend-http
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 pretty-hrtime
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jun 24  2019 process-nextick-args
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep  6  2018 progress
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 promise-object
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 promise-retryer
                              drwxrwxrwx+    7 iobroker iobroker  4096 Aug 31  2018 prompt
                              drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 proxy-addr
                              drwxrwxr-x+    5 iobroker iobroker  4096 Aug  8 03:31 proxy-agent
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 proxy-from-env
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 psl
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-timeout
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 p-try
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 pump
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 pumpify
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 punycode
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 pupa
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 pyconf
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 q
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 qs
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 querystring
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 quick-lru
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 random-bytes
                              drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 range-parser
                              drwxrwxrwx+    5 iobroker iobroker  4096 Jul 20  2019 rasha
                              drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 raw-body
                              drwxrwxrwx+    6 iobroker iobroker  4096 Mai 29  2019 raw-socket
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 rc
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 read
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jul 20  2019 readable-stream
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:04 readdirp
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 readline-sync
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 read-pkg
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 read-pkg-up
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 rechoir
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 redent
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:04 redis-commands
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 redis-errors
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 redis-parser
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 regex-not
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 regexp.prototype.flags
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 registry-auth-token
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 registry-url
                              drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 reinterval
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 remove-trailing-separator
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 repeat-element
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 repeat-string
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 replace-homedir
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 request
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep  6  2018 request-progress
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 request-promise
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 request-promise-core
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez 12  2018 request-promise-native
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 require-directory
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 require-main-filename
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 requires-port
                              drwxrwxr-x+    5 iobroker iobroker  4096 Mai  1  2020 resolve
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  8 11:27 resolve-cwd
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 resolve-dir
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 resolve-from
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 resolve-url
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 respjs
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 responselike
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 restore-cursor
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 ret
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  8 11:27 reusify
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 revalidator
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 rimraf
                              drwxrwxrwx+    4 iobroker iobroker  4096 Mai  1  2020 @root
                              drwxrwxrwx+    3 iobroker iobroker  4096 Mär  2  2019 rrule
                              drwxrwxrwx+    6 iobroker iobroker  4096 Jul 20  2019 rsa-compat
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 run-async
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  8 11:27 run-parallel
                              drwxrwxr-x+   20 iobroker iobroker  4096 Mai  1  2020 rxjs
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 safe-buffer
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 safer-buffer
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 safe-regex
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 safe-replace
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 @samverschueren
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 sax
                              drwxrwxrwx+    2 iobroker iobroker  4096 Okt 27 13:17 saxes
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 scoped-regex
                              drwxrwxr-x+    4 iobroker iobroker  4096 Mai  9  2020 selfsigned
                              drwxrwxr-x+    4 iobroker iobroker  4096 Apr 30  2020 semaphore
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 semver
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 semver-diff
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 semver-greatest-satisfied-range
                              drwxrwxrwx+    3 iobroker iobroker  4096 Nov 22  2019 send
                              drwxrwxr-x+   11 iobroker iobroker  4096 Dez  7 10:35 @sentry
                              drwxrwxr-x+    4 iobroker iobroker  4096 Mär 19  2020 serialport
                              drwxrwxr-x+   12 iobroker iobroker  4096 Mär 19  2020 @serialport
                              drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 serve-static
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 set-blocking
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jul 20  2019 set-immediate-shim
                              drwxrwxrwx+    3 iobroker iobroker  4096 Nov 22  2019 setprototypeof
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 set-value
                              drwxrwxr-x+    8 iobroker iobroker  4096 Aug  8 03:31 sharp
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 shebang-command
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 shebang-regex
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 12:44 shelly-iot
                              drwxrwxrwx+    5 iobroker iobroker  4096 Jan 15 04:52 side-channel
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 signal-exit
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 simple-concat
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mär 19  2020 simple-get
                              drwxrwxrwx+    4 iobroker iobroker  4096 Dez 12  2018 simple-oauth2
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 simple-swizzle
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 @sindresorhus
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  8 11:27 slash
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 slice-ansi
                              drwxrwxr-x+    5 iobroker iobroker  4096 Aug  8 03:31 smart-buffer
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 snapdragon
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 snapdragon-node
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 snapdragon-util
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jun 17  2020 socket.io
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jun 17  2020 socket.io-adapter
                              drwxrwxr-x+    5 iobroker iobroker  4096 Jun 17  2020 socket.io-client
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jun 17  2020 socket.io-parser
                              drwxrwxr-x+    5 iobroker iobroker  4096 Aug  8 03:31 socks
                              drwxrwxr-x+    4 iobroker iobroker  4096 Aug  8 03:31 socks-proxy-agent
                              drwxrwxrwx+    5 iobroker iobroker  4096 Mai 30  2019 socksv5
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 sorted-array-functions
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 source-map
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 source-map-resolve
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 source-map-support
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 source-map-url
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 sparkles
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 spdx-correct
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 spdx-exceptions
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 spdx-expression-parse
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 spdx-license-ids
                              drwxrwxrwx+    4 iobroker iobroker  4096 Dez  5  2019 split
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 split2
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 split-string
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 sshpk
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 stack-trace
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 standard-as-callback
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 static-extend
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 statuses
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 stealthy-require
                              drwxrwxr-x+    7 iobroker iobroker  4096 Jan  9  2020 stk500
                              drwxrwxr-x+    5 iobroker iobroker  4096 Mär 19  2020 stk500-v2
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 stream-combiner
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 streamifier
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 streamsearch
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 stream-shift
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 string_decoder
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 string.prototype.trimend
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 string.prototype.trimstart
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jan 28  2020 string-width
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jan 28  2020 strip-ansi
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 strip-bom
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 strip-final-newline
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 strip-indent
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 strip-json-comments
                              drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 suncalc2
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep 24  2018 supports-color
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 supports-hyperlinks
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 sver-compat
                              drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 symbol-observable
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 symbol-tree
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep 24  2019 systeminformation
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 @szmarczak
                              drwxrwxr-x+    4 iobroker iobroker  4096 Okt 27 13:04 tar
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 tar-fs
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 11  2018 targz
                              drwxrwxrwx+    4 iobroker iobroker  4096 Feb 16  2019 tar-pack
                              drwxrwxr-x+    3 iobroker iobroker  4096 Apr 11  2020 tar-stream
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 tcp-ping
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jun  6  2019 tcp-port-used
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 terminal-link
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 term-size
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 text-hex
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 thenify
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 thenify-all
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 throttleit
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 through
                              drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 through2
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 through2-filter
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 thunkify
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jan 15 04:52 thunky
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 time-stamp
                              drwxrwxrwx+    3 iobroker iobroker  4096 Feb 16  2019 tmp
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 to-absolute-glob
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 to-array
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 to-buffer
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jun 24  2019 toidentifier
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 to-object-path
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez 12  2018 topo
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jul  1  2020 to-readable-stream
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 to-regex
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 to-regex-range
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 tough-cookie
                              drwxr-xr-x+    4 iobroker iobroker  4096 Okt 27 13:17 tr46
                              drwxrwxrwx+    2 iobroker iobroker  4096 Jun  6  2019 tree-kill
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 trim-newlines
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez  5  2019 triple-beam
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 tr-O64
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jan  9  2020 tslib
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 tunnel-agent
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 tweetnacl
                              drwxrwxr-x+   26 iobroker iobroker  4096 Okt 27 12:44 type
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 type-check
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 typedarray
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 typedarray-to-buffer
                              drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 type-detect
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 type-fest
                              drwxrwxrwx+    3 iobroker iobroker  4096 Nov 22  2019 type-is
                              drwxrwxrwx+   26 iobroker iobroker  4096 Jan 17 14:40 @types
                              drwxrwxrwx+    4 iobroker iobroker  4096 Apr  7  2019 typescript
                              drwxrwxrwx+    3 iobroker iobroker  4096 Dez 22  2018 typescript-optional
                              drwxrwxrwx+    2 iobroker iobroker  4096 Feb 16  2019 uid-number
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 uid-safe
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 unc-path-regex
                              drwxrwxrwx+    5 iobroker iobroker  4096 Okt 27 13:19 underscore
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 unescape
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 union-value
                              drwxrwxr-x+    2 iobroker iobroker  4096 Apr 12  2020 unique-stream
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 unique-string
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 universalify
                              drwxrwxr-x+    6 iobroker iobroker  4096 Jan 28  2020 unix-dgram
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 unpi
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 unpipe
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 unset-value
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 update-notifier
                              drwxrwxr-x+    6 iobroker iobroker  4096 Mär 19  2020 uri-js
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 urix
                              drwxrwxr-x+    4 iobroker iobroker  4096 Aug  8 03:31 urllib
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 url-parse-lax
                              drwxrwxrwx+    5 iobroker iobroker  4096 Sep 24  2019 url-template
                              drwxrwxrwx+    6 iobroker iobroker  4096 Jul 20  2019 ursa-optional
                              drwxrwxrwx+    8 iobroker iobroker  4096 Aug 31  2018 usb
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 use
                              drwxrwxrwx+    3 iobroker iobroker  4096 Sep 14  2018 util
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 util-deprecate
                              drwxrwxrwx+    5 iobroker iobroker  4096 Aug 31  2018 utile
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 utility
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 utils-merge
                              drwxrwxrwx+    4 iobroker iobroker  4096 Aug 31  2018 uuid
                              drwxrwxr-x+    2 iobroker iobroker  4096 Okt 27 12:44 v8flags
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 validate-npm-package-license
                              drwxrwxrwx+    4 iobroker iobroker  4096 Feb 16  2019 validate-npm-package-name
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 vary
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 verror
                              drwxrwxrwx+    5 iobroker iobroker  4096 Dez 12  2018 viessmann-api-client
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 vinyl-sourcemaps-apply
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jun 24  2019 virtual-device-sdk
                              drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:21 virtual-tsc
                              drwxrwxrwx+    5 iobroker iobroker  4096 Apr  7  2019 vm2
                              drwxr-xr-x+    3 iobroker iobroker  4096 Okt 27 13:17 w3c-hr-time
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 w3c-xmlserializer
                              drwxrwxrwx+    2 iobroker iobroker  4096 Apr  7  2019 wake_on_lan
                              drwxrwxrwx+    3 iobroker iobroker  4096 Jul 20  2019 weak-daemon
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 webidl-conversions
                              drwxrwxr-x+    3 iobroker iobroker  4096 Apr 12  2020 websocket-stream
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 whatwg-encoding
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 whatwg-mimetype
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 whatwg-url
                              drwxrwxrwx+    3 iobroker iobroker  4096 Aug 31  2018 which
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 which-boxed-primitive
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 15 04:52 which-collection
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 which-module
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 which-pm-runs
                              drwxrwxrwx+    5 iobroker iobroker  4096 Jan 15 04:52 which-typed-array
                              drwxrwxrwx+    2 iobroker iobroker  4096 Mär 19  2020 wide-align
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 widest-line
                              drwxrwxr-x+    3 iobroker iobroker  4096 Aug  8 03:31 win-release
                              drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 13:04 winston
                              drwxrwxr-x+    3 iobroker iobroker  4096 Okt 27 13:04 winston-daily-rotate-file
                              drwxrwxr-x+    4 iobroker iobroker  4096 Mai  1  2020 winston-syslog
                              drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 13:04 winston-transport
                              drwxrwxr-x+    2 iobroker iobroker  4096 Aug  8 03:31 word-wrap
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 wrap-ansi
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 wrappy
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 write-file-atomic
                              drwxrwxr-x+    4 iobroker iobroker  4096 Apr 12  2020 ws
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 xdg-basedir
                              drwxrwxr-x+    3 iobroker iobroker  4096 Jul  1  2020 xml2js
                              drwxrwxr-x+    2 iobroker iobroker  4096 Jun 14  2020 xml2json-light
                              drwxrwxr-x+    4 iobroker iobroker  4096 Jul  1  2020 xmlbuilder
                              drwxrwxrwx+    4 iobroker iobroker  4096 Okt 27 13:17 xmlchars
                              drwxrwxr-x+    5 iobroker iobroker  4096 Jun 17  2020 xmlhttprequest-ssl
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 27 13:17 xml-name-validator
                              drwxrwxrwx+    3 iobroker iobroker  4096 Okt 11  2018 xregexp
                              drwxrwxrwx+    2 iobroker iobroker  4096 Nov 22  2019 xtend
                              drwxrwxr-x+    2 iobroker iobroker  4096 Mai  1  2020 y18n
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  5  2019 yallist
                              drwxrwxr-x+    5 iobroker iobroker  4096 Jul  1  2020 yaml
                              drwxrwxr-x+    5 iobroker iobroker  4096 Okt 27 13:04 yargs
                              drwxrwxr-x+    3 iobroker iobroker  4096 Mai  1  2020 yargs-parser
                              drwxrwxrwx+    2 iobroker iobroker  4096 Sep  6  2018 yauzl
                              drwxrwxrwx+    2 iobroker iobroker  4096 Aug 31  2018 yeast
                              drwxrwxrwx+    2 iobroker iobroker  4096 Dez  8 11:27 yocto-queue
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 21 15:19 zcl-packet
                              drwxrwxrwx+    4 iobroker iobroker  4096 Jan 22 06:27 zigbee-shepherd
                              drwxrwxrwx+    5 iobroker iobroker  4096 Dez 10  2018 zigbee-shepherd-converters
                              drwxrwxrwx+    7 iobroker iobroker  4096 Okt 27 13:17 zrender
                              jens@iobroker:/root$ 
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #22

                              @chucky666 Wie schaut deine node-Installation aus?

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              chucky666C 1 Antwort Letzte Antwort
                              0
                              • UncleSamU UncleSam

                                Wenn in den nächsten Stunden nicht noch jemand mit einer guten Lösung kommt, würde ich vorschlagen: Backup machen, ioBroker Verzeichnis löschen, ioBroker neu installieren und Backup restoren

                                chucky666C Offline
                                chucky666C Offline
                                chucky666
                                schrieb am zuletzt editiert von
                                #23

                                @unclesam
                                Aber wird der Fehler nicht mit gesichert ?

                                UncleSamU 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @chucky666 Wie schaut deine node-Installation aus?

                                  chucky666C Offline
                                  chucky666C Offline
                                  chucky666
                                  schrieb am zuletzt editiert von
                                  #24

                                  @thomas-braun

                                  6.1.4.8

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • chucky666C chucky666

                                    @thomas-braun

                                    6.1.4.8

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #25

                                    @chucky666
                                    Was soll das sein? Node6?

                                    Ausgabe davon posten:

                                    which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                    

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    chucky666C 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @chucky666
                                      Was soll das sein? Node6?

                                      Ausgabe davon posten:

                                      which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                      
                                      chucky666C Offline
                                      chucky666C Offline
                                      chucky666
                                      schrieb am zuletzt editiert von
                                      #26

                                      @thomas-braun sagte in Upgrade zigbee immer error:

                                      which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs

                                      
                                      usr/bin/nodejs
                                      v12.19.0
                                      /usr/bin/node
                                      v12.19.0
                                      /usr/bin/npm
                                      6.14.8
                                      nodejs:
                                        Installiert:           12.19.0-1nodesource1
                                        Installationskandidat: 12.19.0-1nodesource1
                                        Versionstabelle:
                                       *** 12.19.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_12.x stretch/main amd64 Packages
                                              100 /var/lib/dpkg/status
                                           4.8.2~dfsg-1 500
                                              500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                                      
                                      
                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • chucky666C chucky666

                                        @thomas-braun sagte in Upgrade zigbee immer error:

                                        which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs

                                        
                                        usr/bin/nodejs
                                        v12.19.0
                                        /usr/bin/node
                                        v12.19.0
                                        /usr/bin/npm
                                        6.14.8
                                        nodejs:
                                          Installiert:           12.19.0-1nodesource1
                                          Installationskandidat: 12.19.0-1nodesource1
                                          Versionstabelle:
                                         *** 12.19.0-1nodesource1 500
                                                500 https://deb.nodesource.com/node_12.x stretch/main amd64 Packages
                                                100 /var/lib/dpkg/status
                                             4.8.2~dfsg-1 500
                                                500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #27

                                        @chucky666

                                        sudo apt update 
                                        sudo apt dist-upgrade
                                        sudo reboot
                                        

                                        Und mal schauen, ob du den Stretch nicht langsam hinter dir lassen willst. Der stirbt langsam.

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        chucky666C 1 Antwort Letzte Antwort
                                        0
                                        • chucky666C chucky666

                                          @unclesam
                                          Aber wird der Fehler nicht mit gesichert ?

                                          UncleSamU Offline
                                          UncleSamU Offline
                                          UncleSam
                                          Developer
                                          schrieb am zuletzt editiert von
                                          #28

                                          @chucky666 Nein, bei einem Restore werden alle Adapter frisch (in der von dir vor dem Backup verwendeten Version) installiert. Damit sollte der Fehler weg sein.

                                          Aber du kannst problemlos noch zuerst ein dist-upgrade machen wie @Thomas-Braun vorschlägt.

                                          Bitte bei Problemen mit meinen Adaptern, Issue auf GitHub erfassen: Loxone | I2C | Luxtronik2
                                          ♡-lichen Dank an meine Sponsoren

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          754

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe