oznu/homebridge-gsh

Homebridge GSH Not Installing

caseywatts opened this issue · 2 comments

Describe The Bug:
Fresh install of Homebridge, this plugin won't install working.

To Reproduce:

  1. Install latest Homebridge to a Raspberry Pi
  2. Install homebridge-gsh plugin, at any version of [2.0.1, 2.1.0, or 2.2.0]

Expected behavior:
Expected installation of homebridge-gsh to complete.

Instead, it gives an installation error and says to read the logs (below).

Logs:
This is the log for the 2.0.1 attempt (the others for 2.1.0 and 2.2.0 were very similar, an issue on signal-handling.js)

0 verbose cli [
0 verbose cli   '/usr/local/bin/node',
0 verbose cli   '/usr/local/bin/npm',
0 verbose cli   'install',
0 verbose cli   '-g',
0 verbose cli   'homebridge-gsh@2.0.1'
0 verbose cli ]
1 info using npm@8.1.4
2 info using node@v16.13.0
3 timing npm:load:whichnode Completed in 4ms
4 timing config:load:defaults Completed in 79ms
5 timing config:load:file:/usr/local/lib/node_modules/npm/npmrc Completed in 26ms
6 timing config:load:builtin Completed in 30ms
7 timing config:load:cli Completed in 105ms
8 timing config:load:env Completed in 21ms
9 timing config:load:project Completed in 5ms
10 timing config:load:file:/home/pi/.npmrc Completed in 3ms
11 timing config:load:user Completed in 6ms
12 timing config:load:file:/usr/local/etc/npmrc Completed in 3ms
13 timing config:load:global Completed in 8ms
14 timing config:load:validate Completed in 12ms
15 timing config:load:credentials Completed in 48ms
16 timing config:load:setEnvs Completed in 51ms
17 timing config:load Completed in 380ms
18 timing npm:load:configload Completed in 386ms
19 timing npm:load:setTitle Completed in 5ms
20 timing npm:load:setupLog Completed in 16ms
21 timing config:load:flatten Completed in 147ms
22 timing npm:load:cleanupLog Completed in 96ms
23 timing npm:load:configScope Completed in 0ms
24 timing npm:load:projectScope Completed in 7ms
25 timing npm:load Completed in 749ms
26 timing arborist:ctor Completed in 78ms
27 timing idealTree:init Completed in 327ms
28 timing idealTree:userRequests Completed in 175ms
29 silly idealTree buildDeps
30 silly fetch manifest homebridge-gsh@2.0.1
31 http fetch GET 200 https://registry.npmjs.org/homebridge-gsh 2770ms (cache revalidated)
32 silly placeDep ROOT homebridge-gsh@2.0.1 OK for:  want: 2.0.1
33 timing idealTree:#root Completed in 3226ms
34 timing idealTree:node_modules/homebridge-gsh Completed in 2ms
35 timing idealTree:buildDeps Completed in 3271ms
36 timing idealTree:fixDepFlags Completed in 26ms
37 timing idealTree Completed in 3861ms
38 timing reify:loadTrees Completed in 4003ms
39 timing reify:diffTrees Completed in 53ms
40 silly reify moves {}
41 timing reify:retireShallow Completed in 11ms
42 timing reify:createSparse Completed in 115ms
43 http fetch GET 200 https://registry.npmjs.org/homebridge-gsh/-/homebridge-gsh-2.0.1.tgz 383598ms (cache miss)
44 timing reifyNode:node_modules/homebridge-gsh Completed in 384006ms
45 timing arborist:ctor Completed in 23ms
46 timing reify:diffTrees Completed in 208ms
47 timing reify:loadBundles Completed in 400370ms
48 timing reify:rollback:createSparse Completed in 47033ms
49 timing reify:rollback:retireShallow Completed in 1ms
50 timing command:install Completed in 452916ms
51 verbose stack Error: process terminated
51 verbose stack     at /usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:194:39
51 verbose stack     at process.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/signal-handling.js:51:5)
51 verbose stack     at process.emit (node:events:402:35)
52 verbose cwd /usr/local
53 verbose Linux 5.10.63+
54 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "homebridge-gsh@2.0.1"
55 verbose node v16.13.0
56 verbose npm  v8.1.4
57 error process terminated
58 error signal SIGTERM
59 verbose exit 1

Homebridge Config:

{
    "bridge": {
        "name": "xxx",
        "username": "xxx",
        "port": xxx,
        "pin": "xxx"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": xxx,
            "platform": "config"
        }
    ]
}

Screenshots:
n/a

Environment:

  • Node.js Version: node@v16.13.0
  • NPM Version: npm@8.1.4
  • Homebridge Version: 1.3.8
  • Homebridge GSH Plugin Version: Same error seen with 2.2.0, 2.1.0, and 2.0.1
  • Homebridge Config UI X Plugin Version:
  • Operating System: Raspbian

Looks like this issue should probably be moved to homebridge or homebridge-ui! I'm having issues with all plugin updates. After trying to update homebridge-ui and install another plugin homebridge-hue I realized none of these are working lol

  1. homebridge-ui update does not show an error, but after the restart the version is still on the old version.
  2. homebridge-hue has an error on installation, the same line as homebridge-gsh (...@npmcli/arborist/lib/signal-handling.js:51:5), full log below

homebridge-hue failed install log

0 verbose cli [
0 verbose cli   '/usr/local/bin/node',
0 verbose cli   '/usr/local/bin/npm',
0 verbose cli   'install',
0 verbose cli   '-g',
0 verbose cli   'homebridge-hue@latest'
0 verbose cli ]
1 info using npm@8.1.4
2 info using node@v16.13.0
3 timing npm:load:whichnode Completed in 4ms
4 timing config:load:defaults Completed in 78ms
5 timing config:load:file:/usr/local/lib/node_modules/npm/npmrc Completed in 25ms
6 timing config:load:builtin Completed in 29ms
7 timing config:load:cli Completed in 117ms
8 timing config:load:env Completed in 21ms
9 timing config:load:project Completed in 5ms
10 timing config:load:file:/home/pi/.npmrc Completed in 3ms
11 timing config:load:user Completed in 5ms
12 timing config:load:file:/usr/local/etc/npmrc Completed in 3ms
13 timing config:load:global Completed in 8ms
14 timing config:load:validate Completed in 11ms
15 timing config:load:credentials Completed in 50ms
16 timing config:load:setEnvs Completed in 43ms
17 timing config:load Completed in 385ms
18 timing npm:load:configload Completed in 390ms
19 timing npm:load:setTitle Completed in 4ms
20 timing npm:load:setupLog Completed in 17ms
21 timing config:load:flatten Completed in 146ms
22 timing npm:load:cleanupLog Completed in 95ms
23 timing npm:load:configScope Completed in 0ms
24 timing npm:load:projectScope Completed in 8ms
25 timing npm:load Completed in 747ms
26 timing arborist:ctor Completed in 76ms
27 timing idealTree:init Completed in 331ms
28 http fetch GET 200 https://registry.npmjs.org/homebridge-hue 3480ms (cache miss)
29 timing idealTree:userRequests Completed in 3891ms
30 silly idealTree buildDeps
31 silly fetch manifest homebridge-hue@0.13.29
32 silly placeDep ROOT homebridge-hue@0.13.29 OK for:  want: 0.13.29
33 silly fetch manifest fakegato-history@~0.6.2
34 silly fetch manifest homebridge-lib@~5.1.18
35 silly fetch manifest semver@^7.3.5
36 silly fetch manifest ws@^8.3.0
37 silly fetch manifest xml2js@~0.4.23
38 http fetch GET 200 https://registry.npmjs.org/semver 2768ms (cache revalidated)
39 http fetch GET 200 https://registry.npmjs.org/ws 2823ms (cache revalidated)
40 http fetch GET 200 https://registry.npmjs.org/fakegato-history 3070ms (cache miss)
41 http fetch GET 200 https://registry.npmjs.org/xml2js 3021ms (cache miss)
42 http fetch GET 200 https://registry.npmjs.org/homebridge-lib 3185ms (cache miss)
43 timing idealTree:#root Completed in 3755ms
44 silly fetch manifest bufferutil@^4.0.1
45 http fetch GET 200 https://registry.npmjs.org/bufferutil 507ms (cache miss)
46 silly fetch manifest utf-8-validate@^5.0.2
47 http fetch GET 200 https://registry.npmjs.org/utf-8-validate 1182ms (cache miss)
48 silly placeDep node_modules/homebridge-hue fakegato-history@0.6.2 OK for: homebridge-hue@0.13.29 want: ~0.6.2
49 silly placeDep node_modules/homebridge-hue homebridge-lib@5.1.19 OK for: homebridge-hue@0.13.29 want: ~5.1.18
50 silly placeDep node_modules/homebridge-hue semver@7.3.5 OK for: homebridge-hue@0.13.29 want: ^7.3.5
51 silly placeDep node_modules/homebridge-hue ws@8.3.0 OK for: homebridge-hue@0.13.29 want: ^8.3.0
52 silly placeDep node_modules/homebridge-hue xml2js@0.4.23 OK for: homebridge-hue@0.13.29 want: ~0.4.23
53 silly fetch manifest googleapis@>39.1.0
54 silly fetch manifest debug@^2.2.0
55 silly fetch manifest bonjour-hap@^3.6.3
56 silly fetch manifest chalk@^4.1.2
57 silly fetch manifest lru-cache@^6.0.0
58 silly fetch manifest sax@>=0.6.0
59 silly fetch manifest xmlbuilder@~11.0.0
60 http fetch GET 200 https://registry.npmjs.org/sax 2799ms (cache miss)
61 http fetch GET 200 https://registry.npmjs.org/xmlbuilder 2999ms (cache miss)
62 http fetch GET 200 https://registry.npmjs.org/googleapis 3389ms (cache miss)
63 http fetch GET 200 https://registry.npmjs.org/bonjour-hap 3539ms (cache miss)
64 http fetch GET 200 https://registry.npmjs.org/debug 3603ms (cache revalidated)
65 http fetch GET 200 https://registry.npmjs.org/chalk 3768ms (cache revalidated)
66 http fetch GET 200 https://registry.npmjs.org/lru-cache 3812ms (cache revalidated)
67 timing idealTree:node_modules/homebridge-hue Completed in 6214ms
68 silly placeDep node_modules/homebridge-hue debug@2.6.9 OK for: fakegato-history@0.6.2 want: ^2.2.0
69 silly placeDep node_modules/homebridge-hue googleapis@92.0.0 OK for: fakegato-history@0.6.2 want: >39.1.0
70 silly fetch manifest ms@2.0.0
71 silly fetch manifest google-auth-library@^7.0.2
72 silly fetch manifest googleapis-common@^5.0.2
73 http fetch GET 200 https://registry.npmjs.org/googleapis-common 1240ms (cache miss)
74 http fetch GET 200 https://registry.npmjs.org/google-auth-library 1415ms (cache miss)
75 http fetch GET 200 https://registry.npmjs.org/ms 1669ms (cache revalidated)
76 timing idealTree:node_modules/homebridge-hue/node_modules/fakegato-history Completed in 1997ms
77 silly placeDep node_modules/homebridge-hue ms@2.0.0 OK for: debug@2.6.9 want: 2.0.0
78 timing idealTree:node_modules/homebridge-hue/node_modules/debug Completed in 106ms
79 silly placeDep node_modules/homebridge-hue google-auth-library@7.10.2 OK for: googleapis@92.0.0 want: ^7.0.2
80 silly placeDep node_modules/homebridge-hue googleapis-common@5.0.5 OK for: googleapis@92.0.0 want: ^5.0.2
81 silly fetch manifest arrify@^2.0.0
82 silly fetch manifest base64-js@^1.3.0
83 silly fetch manifest ecdsa-sig-formatter@^1.0.11
84 silly fetch manifest fast-text-encoding@^1.0.0
85 silly fetch manifest gaxios@^4.0.0
86 silly fetch manifest gcp-metadata@^4.2.0
87 silly fetch manifest gtoken@^5.0.4
88 silly fetch manifest jws@^4.0.0
89 silly fetch manifest extend@^3.0.2
90 silly fetch manifest qs@^6.7.0
91 silly fetch manifest url-template@^2.0.8
92 silly fetch manifest uuid@^8.0.0
93 http fetch GET 200 https://registry.npmjs.org/gcp-metadata 5459ms (cache miss)
94 http fetch GET 200 https://registry.npmjs.org/gaxios 5591ms (cache miss)
95 http fetch GET 200 https://registry.npmjs.org/qs 5948ms (cache miss)
96 http fetch GET 200 https://registry.npmjs.org/fast-text-encoding 6521ms (cache miss)
97 http fetch GET 200 https://registry.npmjs.org/arrify 6618ms (cache miss)
98 http fetch GET 200 https://registry.npmjs.org/base64-js 6659ms (cache revalidated)
99 http fetch GET 200 https://registry.npmjs.org/ecdsa-sig-formatter 6659ms (cache revalidated)
100 http fetch GET 200 https://registry.npmjs.org/jws 6396ms (cache revalidated)
101 http fetch GET 200 https://registry.npmjs.org/uuid 6164ms (cache revalidated)
102 http fetch GET 200 https://registry.npmjs.org/gtoken 6587ms (cache miss)
103 http fetch GET 200 https://registry.npmjs.org/extend 6484ms (cache miss)
104 http fetch GET 200 https://registry.npmjs.org/url-template 6770ms (cache miss)
105 timing idealTree:node_modules/homebridge-hue/node_modules/googleapis Completed in 7721ms
106 silly placeDep node_modules/homebridge-hue arrify@2.0.1 OK for: google-auth-library@7.10.2 want: ^2.0.0
107 silly placeDep node_modules/homebridge-hue base64-js@1.5.1 OK for: google-auth-library@7.10.2 want: ^1.3.0
108 silly placeDep node_modules/homebridge-hue ecdsa-sig-formatter@1.0.11 OK for: google-auth-library@7.10.2 want: ^1.0.11
109 silly placeDep node_modules/homebridge-hue fast-text-encoding@1.0.3 OK for: google-auth-library@7.10.2 want: ^1.0.0
110 silly placeDep node_modules/homebridge-hue gaxios@4.3.2 OK for: google-auth-library@7.10.2 want: ^4.0.0
111 silly placeDep node_modules/homebridge-hue gcp-metadata@4.3.1 OK for: google-auth-library@7.10.2 want: ^4.2.0
112 silly placeDep node_modules/homebridge-hue gtoken@5.3.1 OK for: google-auth-library@7.10.2 want: ^5.0.4
113 silly placeDep node_modules/homebridge-hue jws@4.0.0 OK for: google-auth-library@7.10.2 want: ^4.0.0
114 silly placeDep node_modules/homebridge-hue lru-cache@6.0.0 OK for: google-auth-library@7.10.2 want: ^6.0.0
115 silly fetch manifest safe-buffer@^5.0.1
116 silly fetch manifest abort-controller@^3.0.0
117 silly fetch manifest https-proxy-agent@^5.0.0
118 silly fetch manifest is-stream@^2.0.0
119 silly fetch manifest node-fetch@^2.6.1
120 silly fetch manifest json-bigint@^1.0.0
121 silly fetch manifest google-p12-pem@^3.0.3
122 silly fetch manifest jwa@^2.0.0
123 silly fetch manifest yallist@^4.0.0
124 http fetch GET 200 https://registry.npmjs.org/https-proxy-agent 2479ms (cache miss)
125 http fetch GET 200 https://registry.npmjs.org/json-bigint 2381ms (cache miss)
126 http fetch GET 200 https://registry.npmjs.org/abort-controller 2881ms (cache miss)
127 http fetch GET 200 https://registry.npmjs.org/is-stream 2832ms (cache miss)
128 http fetch GET 200 https://registry.npmjs.org/google-p12-pem 2712ms (cache miss)
129 http fetch GET 200 https://registry.npmjs.org/safe-buffer 3078ms (cache revalidated)
130 http fetch GET 200 https://registry.npmjs.org/node-fetch 2917ms (cache revalidated)
131 http fetch GET 200 https://registry.npmjs.org/jwa 3042ms (cache revalidated)
132 http fetch GET 200 https://registry.npmjs.org/yallist 3018ms (cache revalidated)
133 timing idealTree:node_modules/homebridge-hue/node_modules/google-auth-library Completed in 4134ms
134 timing idealTree:node_modules/homebridge-hue/node_modules/arrify Completed in 11ms
135 timing idealTree:node_modules/homebridge-hue/node_modules/base64-js Completed in 2ms
136 silly placeDep node_modules/homebridge-hue safe-buffer@5.2.1 OK for: ecdsa-sig-formatter@1.0.11 want: ^5.0.1
137 timing idealTree:node_modules/homebridge-hue/node_modules/ecdsa-sig-formatter Completed in 67ms
138 timing idealTree:node_modules/homebridge-hue/node_modules/fast-text-encoding Completed in 1ms
139 silly placeDep node_modules/homebridge-hue abort-controller@3.0.0 OK for: gaxios@4.3.2 want: ^3.0.0
140 silly placeDep node_modules/homebridge-hue extend@3.0.2 OK for: gaxios@4.3.2 want: ^3.0.2
141 silly placeDep node_modules/homebridge-hue https-proxy-agent@5.0.0 OK for: gaxios@4.3.2 want: ^5.0.0
142 silly placeDep node_modules/homebridge-hue is-stream@2.0.1 OK for: gaxios@4.3.2 want: ^2.0.0
143 silly placeDep node_modules/homebridge-hue node-fetch@2.6.6 OK for: gaxios@4.3.2 want: ^2.6.1
144 silly fetch manifest event-target-shim@^5.0.0
145 silly fetch manifest agent-base@6
146 silly fetch manifest debug@4
147 silly fetch manifest whatwg-url@^5.0.0
148 http fetch GET 200 https://registry.npmjs.org/event-target-shim 1017ms (cache miss)
149 http fetch GET 200 https://registry.npmjs.org/agent-base 1159ms (cache miss)
150 http fetch GET 200 https://registry.npmjs.org/whatwg-url 1263ms (cache revalidated)
151 timing idealTree:node_modules/homebridge-hue/node_modules/gaxios Completed in 2190ms
152 silly placeDep node_modules/homebridge-hue event-target-shim@5.0.1 OK for: abort-controller@3.0.0 want: ^5.0.0
153 timing idealTree:node_modules/homebridge-hue/node_modules/abort-controller Completed in 77ms
154 timing idealTree:node_modules/homebridge-hue/node_modules/event-target-shim Completed in 1ms
155 timing idealTree:node_modules/homebridge-hue/node_modules/extend Completed in 1ms
156 silly placeDep node_modules/homebridge-hue json-bigint@1.0.0 OK for: gcp-metadata@4.3.1 want: ^1.0.0
157 silly fetch manifest bignumber.js@^9.0.0
158 http fetch GET 200 https://registry.npmjs.org/bignumber.js 457ms (cache miss)
159 timing idealTree:node_modules/homebridge-hue/node_modules/gcp-metadata Completed in 566ms
160 silly placeDep node_modules/homebridge-hue qs@6.10.1 OK for: googleapis-common@5.0.5 want: ^6.7.0
161 silly placeDep node_modules/homebridge-hue url-template@2.0.8 OK for: googleapis-common@5.0.5 want: ^2.0.8
162 silly placeDep node_modules/homebridge-hue uuid@8.3.2 OK for: googleapis-common@5.0.5 want: ^8.0.0
163 silly fetch manifest side-channel@^1.0.4
164 http fetch GET 200 https://registry.npmjs.org/side-channel 913ms (cache miss)
165 timing idealTree:node_modules/homebridge-hue/node_modules/googleapis-common Completed in 1151ms
166 silly placeDep node_modules/homebridge-hue google-p12-pem@3.1.2 OK for: gtoken@5.3.1 want: ^3.0.3
167 silly fetch manifest node-forge@^0.10.0
168 http fetch GET 200 https://registry.npmjs.org/node-forge 440ms (cache miss)
169 timing idealTree:node_modules/homebridge-hue/node_modules/gtoken Completed in 599ms
170 silly placeDep node_modules/homebridge-hue node-forge@0.10.0 OK for: google-p12-pem@3.1.2 want: ^0.10.0
171 timing idealTree:node_modules/homebridge-hue/node_modules/google-p12-pem Completed in 64ms
172 silly placeDep node_modules/homebridge-hue bonjour-hap@3.6.3 OK for: homebridge-lib@5.1.19 want: ^3.6.3
173 silly placeDep node_modules/homebridge-hue chalk@4.1.2 OK for: homebridge-lib@5.1.19 want: ^4.1.2
174 silly fetch manifest array-flatten@^2.1.2
175 silly fetch manifest deep-equal@^2.0.5
176 silly fetch manifest multicast-dns@^7.2.3
177 silly fetch manifest multicast-dns-service-types@^1.1.0
178 silly fetch manifest ip@^1.1.5
179 silly fetch manifest ansi-styles@^4.1.0
180 silly fetch manifest supports-color@^7.1.0
181 http fetch GET 200 https://registry.npmjs.org/array-flatten 3203ms (cache revalidated)
182 http fetch GET 200 https://registry.npmjs.org/deep-equal 3199ms (cache revalidated)
183 http fetch GET 200 https://registry.npmjs.org/multicast-dns 3207ms (cache revalidated)
184 http fetch GET 200 https://registry.npmjs.org/multicast-dns-service-types 3174ms (cache revalidated)
185 http fetch GET 200 https://registry.npmjs.org/ip 3222ms (cache revalidated)
186 http fetch GET 200 https://registry.npmjs.org/ansi-styles 3294ms (cache revalidated)
187 http fetch GET 200 https://registry.npmjs.org/supports-color 3325ms (cache revalidated)
188 timing idealTree:node_modules/homebridge-hue/node_modules/homebridge-lib Completed in 3852ms
189 silly placeDep node_modules/homebridge-hue array-flatten@2.1.2 OK for: bonjour-hap@3.6.3 want: ^2.1.2
190 silly placeDep node_modules/homebridge-hue deep-equal@2.0.5 OK for: bonjour-hap@3.6.3 want: ^2.0.5
191 silly placeDep node_modules/homebridge-hue ip@1.1.5 OK for: bonjour-hap@3.6.3 want: ^1.1.5
192 silly placeDep node_modules/homebridge-hue multicast-dns@7.2.4 OK for: bonjour-hap@3.6.3 want: ^7.2.3
193 silly placeDep node_modules/homebridge-hue multicast-dns-service-types@1.1.0 OK for: bonjour-hap@3.6.3 want: ^1.1.0
194 silly fetch manifest call-bind@^1.0.0
195 silly fetch manifest es-get-iterator@^1.1.1
196 silly fetch manifest get-intrinsic@^1.0.1
197 silly fetch manifest is-arguments@^1.0.4
198 silly fetch manifest is-date-object@^1.0.2
199 silly fetch manifest is-regex@^1.1.1
200 silly fetch manifest isarray@^2.0.5
201 silly fetch manifest object-is@^1.1.4
202 silly fetch manifest object-keys@^1.1.1
203 silly fetch manifest object.assign@^4.1.2
204 silly fetch manifest regexp.prototype.flags@^1.3.0
205 silly fetch manifest side-channel@^1.0.3
206 silly fetch manifest which-boxed-primitive@^1.0.1
207 silly fetch manifest which-collection@^1.0.1
208 silly fetch manifest which-typed-array@^1.1.2
209 silly fetch manifest dns-packet@^5.2.2
210 silly fetch manifest thunky@^1.0.2
211 http fetch GET 200 https://registry.npmjs.org/object.assign 5748ms (cache miss)
212 http fetch GET 200 https://registry.npmjs.org/which-boxed-primitive 5713ms (cache miss)
213 http fetch GET 200 https://registry.npmjs.org/which-collection 5743ms (cache miss)
214 http fetch GET 200 https://registry.npmjs.org/which-typed-array 5734ms (cache miss)
215 http fetch GET 200 https://registry.npmjs.org/es-get-iterator 6974ms (cache miss)
216 http fetch GET 200 https://registry.npmjs.org/call-bind 7307ms (cache revalidated)
217 http fetch GET 200 https://registry.npmjs.org/get-intrinsic 7241ms (cache revalidated)
218 http fetch GET 200 https://registry.npmjs.org/is-arguments 7233ms (cache revalidated)
219 http fetch GET 200 https://registry.npmjs.org/is-date-object 7199ms (cache revalidated)
220 http fetch GET 200 https://registry.npmjs.org/is-regex 7190ms (cache revalidated)
221 http fetch GET 200 https://registry.npmjs.org/isarray 7168ms (cache revalidated)
222 http fetch GET 200 https://registry.npmjs.org/object-is 7147ms (cache revalidated)
223 http fetch GET 200 https://registry.npmjs.org/object-keys 7252ms (cache revalidated)
224 http fetch GET 200 https://registry.npmjs.org/regexp.prototype.flags 7211ms (cache revalidated)
225 http fetch GET 200 https://registry.npmjs.org/dns-packet 7042ms (cache revalidated)
226 http fetch GET 200 https://registry.npmjs.org/thunky 7038ms (cache revalidated)
227 timing idealTree:node_modules/homebridge-hue/node_modules/bonjour-hap Completed in 7989ms
228 timing idealTree:node_modules/homebridge-hue/node_modules/array-flatten Completed in 1ms
229 silly placeDep node_modules/homebridge-hue ansi-styles@4.3.0 OK for: chalk@4.1.2 want: ^4.1.0
230 silly placeDep node_modules/homebridge-hue supports-color@7.2.0 OK for: chalk@4.1.2 want: ^7.1.0
231 silly fetch manifest color-convert@^2.0.1
232 silly fetch manifest has-flag@^4.0.0
233 http fetch GET 200 https://registry.npmjs.org/color-convert 2001ms (cache revalidated)
234 http fetch GET 200 https://registry.npmjs.org/has-flag 1971ms (cache revalidated)
235 timing idealTree:node_modules/homebridge-hue/node_modules/chalk Completed in 2246ms
236 silly placeDep node_modules/homebridge-hue color-convert@2.0.1 OK for: ansi-styles@4.3.0 want: ^2.0.1
237 silly fetch manifest color-name@~1.1.4
238 http fetch GET 200 https://registry.npmjs.org/color-name 433ms (cache revalidated)
239 timing idealTree:node_modules/homebridge-hue/node_modules/ansi-styles Completed in 553ms
240 silly placeDep node_modules/homebridge-hue color-name@1.1.4 OK for: color-convert@2.0.1 want: ~1.1.4
241 timing idealTree:node_modules/homebridge-hue/node_modules/color-convert Completed in 54ms
242 timing idealTree:node_modules/homebridge-hue/node_modules/color-name Completed in 1ms
243 silly placeDep node_modules/homebridge-hue call-bind@1.0.2 OK for: deep-equal@2.0.5 want: ^1.0.0
244 silly placeDep node_modules/homebridge-hue es-get-iterator@1.1.2 OK for: deep-equal@2.0.5 want: ^1.1.1
245 silly placeDep node_modules/homebridge-hue get-intrinsic@1.1.1 OK for: deep-equal@2.0.5 want: ^1.0.1
246 silly placeDep node_modules/homebridge-hue is-arguments@1.1.1 OK for: deep-equal@2.0.5 want: ^1.0.4
247 silly placeDep node_modules/homebridge-hue is-date-object@1.0.5 OK for: deep-equal@2.0.5 want: ^1.0.2
248 silly placeDep node_modules/homebridge-hue is-regex@1.1.4 OK for: deep-equal@2.0.5 want: ^1.1.1
249 silly placeDep node_modules/homebridge-hue isarray@2.0.5 OK for: deep-equal@2.0.5 want: ^2.0.5
250 silly placeDep node_modules/homebridge-hue object-is@1.1.5 OK for: deep-equal@2.0.5 want: ^1.1.4
251 silly placeDep node_modules/homebridge-hue object-keys@1.1.1 OK for: deep-equal@2.0.5 want: ^1.1.1
252 silly placeDep node_modules/homebridge-hue object.assign@4.1.2 OK for: deep-equal@2.0.5 want: ^4.1.2
253 silly placeDep node_modules/homebridge-hue regexp.prototype.flags@1.3.1 OK for: deep-equal@2.0.5 want: ^1.3.0
254 silly placeDep node_modules/homebridge-hue side-channel@1.0.4 OK for: deep-equal@2.0.5 want: ^1.0.3
255 silly placeDep node_modules/homebridge-hue which-boxed-primitive@1.0.2 OK for: deep-equal@2.0.5 want: ^1.0.1
256 silly placeDep node_modules/homebridge-hue which-collection@1.0.1 OK for: deep-equal@2.0.5 want: ^1.0.1
257 silly placeDep node_modules/homebridge-hue which-typed-array@1.1.7 OK for: deep-equal@2.0.5 want: ^1.1.2
258 silly fetch manifest function-bind@^1.1.1
259 silly fetch manifest has-symbols@^1.0.1
260 silly fetch manifest is-map@^2.0.2
261 silly fetch manifest is-set@^2.0.2
262 silly fetch manifest is-string@^1.0.5
263 silly fetch manifest has@^1.0.3
264 silly fetch manifest has-tostringtag@^1.0.0
265 silly fetch manifest define-properties@^1.1.3
266 silly fetch manifest object-inspect@^1.9.0
267 silly fetch manifest is-bigint@^1.0.1
268 silly fetch manifest is-boolean-object@^1.1.0
269 silly fetch manifest is-number-object@^1.0.4
270 silly fetch manifest is-symbol@^1.0.3
271 silly fetch manifest is-map@^2.0.1
272 silly fetch manifest is-set@^2.0.1
273 silly fetch manifest is-weakmap@^2.0.1
274 silly fetch manifest is-weakset@^2.0.1
275 silly fetch manifest available-typed-arrays@^1.0.5
276 silly fetch manifest es-abstract@^1.18.5
277 silly fetch manifest foreach@^2.0.5
278 silly fetch manifest is-typed-array@^1.1.7
279 http fetch GET 200 https://registry.npmjs.org/is-map 7119ms (cache miss)
280 http fetch GET 200 https://registry.npmjs.org/is-set 7111ms (cache miss)
281 http fetch GET 200 https://registry.npmjs.org/is-number-object 6816ms (cache miss)
282 http fetch GET 200 https://registry.npmjs.org/is-string 7175ms (cache miss)
283 http fetch GET 200 https://registry.npmjs.org/is-weakmap 6786ms (cache miss)
284 http fetch GET 200 https://registry.npmjs.org/is-boolean-object 6919ms (cache miss)
285 http fetch GET 200 https://registry.npmjs.org/is-symbol 6874ms (cache miss)
286 http fetch GET 200 https://registry.npmjs.org/es-abstract 7123ms (cache miss)
287 http fetch GET 200 https://registry.npmjs.org/foreach 7590ms (cache miss)
288 http fetch GET 200 https://registry.npmjs.org/object-inspect 8335ms (cache miss)
289 http fetch GET 200 https://registry.npmjs.org/is-bigint 8335ms (cache miss)
290 http fetch GET 200 https://registry.npmjs.org/is-weakset 8177ms (cache miss)
291 http fetch GET 200 https://registry.npmjs.org/available-typed-arrays 8147ms (cache miss)
292 http fetch GET 200 https://registry.npmjs.org/has-symbols 8897ms (cache revalidated)
293 http fetch GET 200 https://registry.npmjs.org/has 8776ms (cache revalidated)
294 http fetch GET 200 https://registry.npmjs.org/has-tostringtag 8775ms (cache revalidated)
295 http fetch GET 200 https://registry.npmjs.org/define-properties 8759ms (cache revalidated)
296 http fetch GET 200 https://registry.npmjs.org/function-bind 9148ms (cache revalidated)
297 http fetch GET 200 https://registry.npmjs.org/is-typed-array 8524ms (cache miss)
298 timing idealTree:node_modules/homebridge-hue/node_modules/deep-equal Completed in 10582ms
299 silly placeDep node_modules/homebridge-hue function-bind@1.1.1 OK for: call-bind@1.0.2 want: ^1.1.1
300 timing idealTree:node_modules/homebridge-hue/node_modules/call-bind Completed in 133ms
301 silly placeDep node_modules/homebridge-hue has-symbols@1.0.2 OK for: es-get-iterator@1.1.2 want: ^1.0.1
302 silly placeDep node_modules/homebridge-hue is-map@2.0.2 OK for: es-get-iterator@1.1.2 want: ^2.0.2
303 silly placeDep node_modules/homebridge-hue is-set@2.0.2 OK for: es-get-iterator@1.1.2 want: ^2.0.2
304 silly placeDep node_modules/homebridge-hue is-string@1.0.7 OK for: es-get-iterator@1.1.2 want: ^1.0.5
305 timing idealTree:node_modules/homebridge-hue/node_modules/es-get-iterator Completed in 296ms
306 timing idealTree:node_modules/homebridge-hue/node_modules/function-bind Completed in 0ms
307 silly placeDep node_modules/homebridge-hue has@1.0.3 OK for: get-intrinsic@1.1.1 want: ^1.0.3
308 timing idealTree:node_modules/homebridge-hue/node_modules/get-intrinsic Completed in 78ms
309 timing idealTree:node_modules/homebridge-hue/node_modules/has Completed in 1ms
310 timing idealTree:node_modules/homebridge-hue/node_modules/has-symbols Completed in 1ms
311 silly placeDep node_modules/homebridge-hue agent-base@6.0.2 OK for: https-proxy-agent@5.0.0 want: 6
312 silly placeDep node_modules/homebridge-hue/node_modules/https-proxy-agent debug@4.3.3 OK for: https-proxy-agent@5.0.0 want: 4
313 silly fetch manifest ms@2.1.2
314 timing idealTree:node_modules/homebridge-hue/node_modules/https-proxy-agent Completed in 393ms
315 silly placeDep node_modules/homebridge-hue/node_modules/agent-base debug@4.3.3 OK for: agent-base@6.0.2 want: 4
316 timing idealTree:node_modules/homebridge-hue/node_modules/agent-base Completed in 152ms
317 timing idealTree:node_modules/homebridge-hue/node_modules/ip Completed in 2ms
318 silly placeDep node_modules/homebridge-hue has-tostringtag@1.0.0 OK for: is-arguments@1.1.1 want: ^1.0.0
319 timing idealTree:node_modules/homebridge-hue/node_modules/is-arguments Completed in 164ms
320 timing idealTree:node_modules/homebridge-hue/node_modules/has-tostringtag Completed in 1ms
321 timing idealTree:node_modules/homebridge-hue/node_modules/is-date-object Completed in 1ms
322 timing idealTree:node_modules/homebridge-hue/node_modules/is-map Completed in 1ms
323 timing idealTree:node_modules/homebridge-hue/node_modules/is-regex Completed in 1ms
324 timing idealTree:node_modules/homebridge-hue/node_modules/is-set Completed in 3ms
325 timing idealTree:node_modules/homebridge-hue/node_modules/is-stream Completed in 1ms
326 timing idealTree:node_modules/homebridge-hue/node_modules/is-string Completed in 0ms
327 timing idealTree:node_modules/homebridge-hue/node_modules/isarray Completed in 1ms
328 silly placeDep node_modules/homebridge-hue bignumber.js@9.0.1 OK for: json-bigint@1.0.0 want: ^9.0.0
329 timing idealTree:node_modules/homebridge-hue/node_modules/json-bigint Completed in 52ms
330 timing idealTree:node_modules/homebridge-hue/node_modules/bignumber.js Completed in 1ms
331 silly placeDep node_modules/homebridge-hue jwa@2.0.0 OK for: jws@4.0.0 want: ^2.0.0
332 silly fetch manifest buffer-equal-constant-time@1.0.1
333 http fetch GET 200 https://registry.npmjs.org/buffer-equal-constant-time 361ms (cache revalidated)
334 timing idealTree:node_modules/homebridge-hue/node_modules/jws Completed in 558ms
335 silly placeDep node_modules/homebridge-hue buffer-equal-constant-time@1.0.1 OK for: jwa@2.0.0 want: 1.0.1
336 timing idealTree:node_modules/homebridge-hue/node_modules/jwa Completed in 56ms
337 timing idealTree:node_modules/homebridge-hue/node_modules/buffer-equal-constant-time Completed in 1ms
338 silly placeDep node_modules/homebridge-hue yallist@4.0.0 OK for: lru-cache@6.0.0 want: ^4.0.0
339 timing idealTree:node_modules/homebridge-hue/node_modules/lru-cache Completed in 99ms
340 timing idealTree:node_modules/homebridge-hue/node_modules/ms Completed in 3ms
341 silly placeDep node_modules/homebridge-hue dns-packet@5.3.0 OK for: multicast-dns@7.2.4 want: ^5.2.2
342 silly placeDep node_modules/homebridge-hue thunky@1.1.0 OK for: multicast-dns@7.2.4 want: ^1.0.2
343 silly fetch manifest @leichtgewicht/ip-codec@^2.0.1
344 http fetch GET 200 https://registry.npmjs.org/@leichtgewicht%2fip-codec 1831ms (cache miss)
345 timing idealTree:node_modules/homebridge-hue/node_modules/multicast-dns Completed in 1987ms
346 silly placeDep node_modules/homebridge-hue @leichtgewicht/ip-codec@2.0.3 OK for: dns-packet@5.3.0 want: ^2.0.1
347 timing idealTree:node_modules/homebridge-hue/node_modules/dns-packet Completed in 113ms
348 timing idealTree:node_modules/homebridge-hue/node_modules/@leichtgewicht/ip-codec Completed in 1ms
349 timing idealTree:node_modules/homebridge-hue/node_modules/multicast-dns-service-types Completed in 1ms
350 silly placeDep node_modules/homebridge-hue whatwg-url@5.0.0 OK for: node-fetch@2.6.6 want: ^5.0.0
351 silly fetch manifest tr46@~0.0.3
352 silly fetch manifest webidl-conversions@^3.0.0
353 http fetch GET 200 https://registry.npmjs.org/tr46 622ms (cache revalidated)
354 http fetch GET 200 https://registry.npmjs.org/webidl-conversions 690ms (cache revalidated)
355 timing idealTree:node_modules/homebridge-hue/node_modules/node-fetch Completed in 925ms
356 timing idealTree:node_modules/homebridge-hue/node_modules/node-forge Completed in 1ms
357 silly placeDep node_modules/homebridge-hue define-properties@1.1.3 OK for: object-is@1.1.5 want: ^1.1.3
358 timing idealTree:node_modules/homebridge-hue/node_modules/object-is Completed in 75ms
359 timing idealTree:node_modules/homebridge-hue/node_modules/define-properties Completed in 1ms
360 timing idealTree:node_modules/homebridge-hue/node_modules/object-keys Completed in 0ms
361 timing idealTree:node_modules/homebridge-hue/node_modules/object.assign Completed in 1ms
362 timing idealTree:node_modules/homebridge-hue/node_modules/qs Completed in 1ms
363 timing idealTree:node_modules/homebridge-hue/node_modules/regexp.prototype.flags Completed in 1ms
364 timing idealTree:node_modules/homebridge-hue/node_modules/safe-buffer Completed in 1ms
365 timing idealTree:node_modules/homebridge-hue/node_modules/semver Completed in 1ms
366 silly placeDep node_modules/homebridge-hue object-inspect@1.11.0 OK for: side-channel@1.0.4 want: ^1.9.0
367 timing idealTree:node_modules/homebridge-hue/node_modules/side-channel Completed in 52ms
368 timing idealTree:node_modules/homebridge-hue/node_modules/object-inspect Completed in 1ms
369 silly placeDep node_modules/homebridge-hue has-flag@4.0.0 OK for: supports-color@7.2.0 want: ^4.0.0
370 timing idealTree:node_modules/homebridge-hue/node_modules/supports-color Completed in 49ms
371 timing idealTree:node_modules/homebridge-hue/node_modules/has-flag Completed in 0ms
372 timing idealTree:node_modules/homebridge-hue/node_modules/thunky Completed in 1ms
373 timing idealTree:node_modules/homebridge-hue/node_modules/url-template Completed in 1ms
374 timing idealTree:node_modules/homebridge-hue/node_modules/uuid Completed in 1ms
375 silly placeDep node_modules/homebridge-hue tr46@0.0.3 OK for: whatwg-url@5.0.0 want: ~0.0.3
376 silly placeDep node_modules/homebridge-hue webidl-conversions@3.0.1 OK for: whatwg-url@5.0.0 want: ^3.0.0
377 timing idealTree:node_modules/homebridge-hue/node_modules/whatwg-url Completed in 107ms
378 timing idealTree:node_modules/homebridge-hue/node_modules/tr46 Completed in 0ms
379 timing idealTree:node_modules/homebridge-hue/node_modules/webidl-conversions Completed in 1ms
380 silly placeDep node_modules/homebridge-hue is-bigint@1.0.4 OK for: which-boxed-primitive@1.0.2 want: ^1.0.1
381 silly placeDep node_modules/homebridge-hue is-boolean-object@1.1.2 OK for: which-boxed-primitive@1.0.2 want: ^1.1.0
382 silly placeDep node_modules/homebridge-hue is-number-object@1.0.6 OK for: which-boxed-primitive@1.0.2 want: ^1.0.4
383 silly placeDep node_modules/homebridge-hue is-symbol@1.0.4 OK for: which-boxed-primitive@1.0.2 want: ^1.0.3
384 silly fetch manifest has-bigints@^1.0.1
385 http fetch GET 200 https://registry.npmjs.org/has-bigints 655ms (cache miss)
386 timing idealTree:node_modules/homebridge-hue/node_modules/which-boxed-primitive Completed in 1098ms
387 silly placeDep node_modules/homebridge-hue has-bigints@1.0.1 OK for: is-bigint@1.0.4 want: ^1.0.1
388 timing idealTree:node_modules/homebridge-hue/node_modules/is-bigint Completed in 51ms
389 timing idealTree:node_modules/homebridge-hue/node_modules/has-bigints Completed in 1ms
390 timing idealTree:node_modules/homebridge-hue/node_modules/is-boolean-object Completed in 1ms
391 timing idealTree:node_modules/homebridge-hue/node_modules/is-number-object Completed in 1ms
392 timing idealTree:node_modules/homebridge-hue/node_modules/is-symbol Completed in 1ms
393 silly placeDep node_modules/homebridge-hue is-weakmap@2.0.1 OK for: which-collection@1.0.1 want: ^2.0.1
394 silly placeDep node_modules/homebridge-hue is-weakset@2.0.1 OK for: which-collection@1.0.1 want: ^2.0.1
395 timing idealTree:node_modules/homebridge-hue/node_modules/which-collection Completed in 159ms
396 timing idealTree:node_modules/homebridge-hue/node_modules/is-weakmap Completed in 2ms
397 timing idealTree:node_modules/homebridge-hue/node_modules/is-weakset Completed in 2ms
398 silly placeDep node_modules/homebridge-hue available-typed-arrays@1.0.5 OK for: which-typed-array@1.1.7 want: ^1.0.5
399 silly placeDep node_modules/homebridge-hue es-abstract@1.19.1 OK for: which-typed-array@1.1.7 want: ^1.18.5
400 silly placeDep node_modules/homebridge-hue foreach@2.0.5 OK for: which-typed-array@1.1.7 want: ^2.0.5
401 silly placeDep node_modules/homebridge-hue is-typed-array@1.1.8 OK for: which-typed-array@1.1.7 want: ^1.1.7
402 silly fetch manifest es-to-primitive@^1.2.1
403 silly fetch manifest get-symbol-description@^1.0.0
404 silly fetch manifest internal-slot@^1.0.3
405 silly fetch manifest is-callable@^1.2.4
406 silly fetch manifest is-negative-zero@^2.0.1
407 silly fetch manifest is-shared-array-buffer@^1.0.1
408 silly fetch manifest is-weakref@^1.0.1
409 silly fetch manifest string.prototype.trimend@^1.0.4
410 silly fetch manifest string.prototype.trimstart@^1.0.4
411 silly fetch manifest unbox-primitive@^1.0.1
412 http fetch GET 200 https://registry.npmjs.org/es-to-primitive 3592ms (cache miss)
413 http fetch GET 200 https://registry.npmjs.org/get-symbol-description 3582ms (cache miss)
414 http fetch GET 200 https://registry.npmjs.org/is-shared-array-buffer 3453ms (cache miss)
415 http fetch GET 200 https://registry.npmjs.org/internal-slot 3580ms (cache miss)
416 http fetch GET 200 https://registry.npmjs.org/is-callable 3566ms (cache miss)
417 http fetch GET 200 https://registry.npmjs.org/is-negative-zero 3538ms (cache miss)
418 http fetch GET 200 https://registry.npmjs.org/string.prototype.trimend 3501ms (cache miss)
419 http fetch GET 200 https://registry.npmjs.org/string.prototype.trimstart 3469ms (cache miss)
420 http fetch GET 200 https://registry.npmjs.org/is-weakref 3623ms (cache miss)
421 http fetch GET 200 https://registry.npmjs.org/unbox-primitive 3625ms (cache miss)
422 timing idealTree:node_modules/homebridge-hue/node_modules/which-typed-array Completed in 4596ms
423 timing idealTree:node_modules/homebridge-hue/node_modules/available-typed-arrays Completed in 1ms
424 silly placeDep node_modules/homebridge-hue es-to-primitive@1.2.1 OK for: es-abstract@1.19.1 want: ^1.2.1
425 silly placeDep node_modules/homebridge-hue get-symbol-description@1.0.0 OK for: es-abstract@1.19.1 want: ^1.0.0
426 silly placeDep node_modules/homebridge-hue internal-slot@1.0.3 OK for: es-abstract@1.19.1 want: ^1.0.3
427 silly placeDep node_modules/homebridge-hue is-callable@1.2.4 OK for: es-abstract@1.19.1 want: ^1.2.4
428 silly placeDep node_modules/homebridge-hue is-negative-zero@2.0.1 OK for: es-abstract@1.19.1 want: ^2.0.1
429 silly placeDep node_modules/homebridge-hue is-shared-array-buffer@1.0.1 OK for: es-abstract@1.19.1 want: ^1.0.1
430 silly placeDep node_modules/homebridge-hue is-weakref@1.0.1 OK for: es-abstract@1.19.1 want: ^1.0.1
431 silly placeDep node_modules/homebridge-hue string.prototype.trimend@1.0.4 OK for: es-abstract@1.19.1 want: ^1.0.4
432 silly placeDep node_modules/homebridge-hue string.prototype.trimstart@1.0.4 OK for: es-abstract@1.19.1 want: ^1.0.4
433 silly placeDep node_modules/homebridge-hue unbox-primitive@1.0.1 OK for: es-abstract@1.19.1 want: ^1.0.1
434 timing idealTree:node_modules/homebridge-hue/node_modules/es-abstract Completed in 786ms
435 timing idealTree:node_modules/homebridge-hue/node_modules/es-to-primitive Completed in 1ms
436 timing idealTree:node_modules/homebridge-hue/node_modules/foreach Completed in 1ms
437 timing idealTree:node_modules/homebridge-hue/node_modules/get-symbol-description Completed in 2ms
438 timing idealTree:node_modules/homebridge-hue/node_modules/internal-slot Completed in 2ms
439 timing idealTree:node_modules/homebridge-hue/node_modules/is-callable Completed in 1ms
440 timing idealTree:node_modules/homebridge-hue/node_modules/is-negative-zero Completed in 0ms
441 timing idealTree:node_modules/homebridge-hue/node_modules/is-shared-array-buffer Completed in 2ms
442 timing idealTree:node_modules/homebridge-hue/node_modules/is-typed-array Completed in 2ms
443 timing idealTree:node_modules/homebridge-hue/node_modules/is-weakref Completed in 1ms
444 timing idealTree:node_modules/homebridge-hue/node_modules/string.prototype.trimend Completed in 1ms
445 timing idealTree:node_modules/homebridge-hue/node_modules/string.prototype.trimstart Completed in 2ms
446 timing idealTree:node_modules/homebridge-hue/node_modules/unbox-primitive Completed in 1ms
447 timing idealTree:node_modules/homebridge-hue/node_modules/ws Completed in 1ms
448 silly placeDep node_modules/homebridge-hue sax@1.2.4 OK for: xml2js@0.4.23 want: >=0.6.0
449 silly placeDep node_modules/homebridge-hue xmlbuilder@11.0.1 OK for: xml2js@0.4.23 want: ~11.0.0
450 timing idealTree:node_modules/homebridge-hue/node_modules/xml2js Completed in 147ms
451 timing idealTree:node_modules/homebridge-hue/node_modules/sax Completed in 2ms
452 timing idealTree:node_modules/homebridge-hue/node_modules/xmlbuilder Completed in 1ms
453 timing idealTree:node_modules/homebridge-hue/node_modules/yallist Completed in 1ms
454 silly placeDep node_modules/homebridge-hue/node_modules/agent-base ms@2.1.2 OK for: debug@4.3.3 want: 2.1.2
455 timing idealTree:node_modules/homebridge-hue/node_modules/agent-base/node_modules/debug Completed in 91ms
456 timing idealTree:node_modules/homebridge-hue/node_modules/agent-base/node_modules/ms Completed in 0ms
457 silly placeDep node_modules/homebridge-hue/node_modules/https-proxy-agent ms@2.1.2 OK for: debug@4.3.3 want: 2.1.2
458 timing idealTree:node_modules/homebridge-hue/node_modules/https-proxy-agent/node_modules/debug Completed in 84ms
459 timing idealTree:node_modules/homebridge-hue/node_modules/https-proxy-agent/node_modules/ms Completed in 1ms
460 timing idealTree:buildDeps Completed in 66995ms
461 timing idealTree:fixDepFlags Completed in 198ms
462 timing idealTree Completed in 71622ms
463 timing reify:loadTrees Completed in 71772ms
464 timing reify:diffTrees Completed in 480ms
465 silly reify moves {}
466 timing reify:retireShallow Completed in 12ms
467 timing reify:createSparse Completed in 3339ms
468 timing reify:loadBundles Completed in 0ms
469 silly audit bulk request {
469 silly audit   'homebridge-hue': [ '0.13.29' ],
469 silly audit   'fakegato-history': [ '0.6.2' ],
469 silly audit   'homebridge-lib': [ '5.1.19' ],
469 silly audit   semver: [ '7.3.5' ],
469 silly audit   ws: [ '8.3.0' ],
469 silly audit   xml2js: [ '0.4.23' ],
469 silly audit   debug: [ '2.6.9', '4.3.3' ],
469 silly audit   googleapis: [ '92.0.0' ],
469 silly audit   ms: [ '2.0.0', '2.1.2' ],
469 silly audit   'google-auth-library': [ '7.10.2' ],
469 silly audit   'googleapis-common': [ '5.0.5' ],
469 silly audit   arrify: [ '2.0.1' ],
469 silly audit   'base64-js': [ '1.5.1' ],
469 silly audit   'ecdsa-sig-formatter': [ '1.0.11' ],
469 silly audit   'fast-text-encoding': [ '1.0.3' ],
469 silly audit   gaxios: [ '4.3.2' ],
469 silly audit   'gcp-metadata': [ '4.3.1' ],
469 silly audit   gtoken: [ '5.3.1' ],
469 silly audit   jws: [ '4.0.0' ],
469 silly audit   'lru-cache': [ '6.0.0' ],
469 silly audit   'safe-buffer': [ '5.2.1' ],
469 silly audit   'abort-controller': [ '3.0.0' ],
469 silly audit   extend: [ '3.0.2' ],
469 silly audit   'https-proxy-agent': [ '5.0.0' ],
469 silly audit   'is-stream': [ '2.0.1' ],
469 silly audit   'node-fetch': [ '2.6.6' ],
469 silly audit   'event-target-shim': [ '5.0.1' ],
469 silly audit   'json-bigint': [ '1.0.0' ],
469 silly audit   qs: [ '6.10.1' ],
469 silly audit   'url-template': [ '2.0.8' ],
469 silly audit   uuid: [ '8.3.2' ],
469 silly audit   'google-p12-pem': [ '3.1.2' ],
469 silly audit   'node-forge': [ '0.10.0' ],
469 silly audit   'bonjour-hap': [ '3.6.3' ],
469 silly audit   chalk: [ '4.1.2' ],
469 silly audit   'array-flatten': [ '2.1.2' ],
469 silly audit   'deep-equal': [ '2.0.5' ],
469 silly audit   ip: [ '1.1.5' ],
469 silly audit   'multicast-dns': [ '7.2.4' ],
469 silly audit   'multicast-dns-service-types': [ '1.1.0' ],
469 silly audit   'ansi-styles': [ '4.3.0' ],
469 silly audit   'supports-color': [ '7.2.0' ],
469 silly audit   'color-convert': [ '2.0.1' ],
469 silly audit   'color-name': [ '1.1.4' ],
469 silly audit   'call-bind': [ '1.0.2' ],
469 silly audit   'es-get-iterator': [ '1.1.2' ],
469 silly audit   'get-intrinsic': [ '1.1.1' ],
469 silly audit   'is-arguments': [ '1.1.1' ],
469 silly audit   'is-date-object': [ '1.0.5' ],
469 silly audit   'is-regex': [ '1.1.4' ],
469 silly audit   isarray: [ '2.0.5' ],
469 silly audit   'object-is': [ '1.1.5' ],
469 silly audit   'object-keys': [ '1.1.1' ],
469 silly audit   'object.assign': [ '4.1.2' ],
469 silly audit   'regexp.prototype.flags': [ '1.3.1' ],
469 silly audit   'side-channel': [ '1.0.4' ],
469 silly audit   'which-boxed-primitive': [ '1.0.2' ],
469 silly audit   'which-collection': [ '1.0.1' ],
469 silly audit   'which-typed-array': [ '1.1.7' ],
469 silly audit   'function-bind': [ '1.1.1' ],
469 silly audit   'has-symbols': [ '1.0.2' ],
469 silly audit   'is-map': [ '2.0.2' ],
469 silly audit   'is-set': [ '2.0.2' ],
469 silly audit   'is-string': [ '1.0.7' ],
469 silly audit   has: [ '1.0.3' ],
469 silly audit   'agent-base': [ '6.0.2' ],
469 silly audit   'has-tostringtag': [ '1.0.0' ],
469 silly audit   'bignumber.js': [ '9.0.1' ],
469 silly audit   jwa: [ '2.0.0' ],
469 silly audit   'buffer-equal-constant-time': [ '1.0.1' ],
469 silly audit   yallist: [ '4.0.0' ],
469 silly audit   'dns-packet': [ '5.3.0' ],
469 silly audit   thunky: [ '1.1.0' ],
469 silly audit   '@leichtgewicht/ip-codec': [ '2.0.3' ],
469 silly audit   'whatwg-url': [ '5.0.0' ],
469 silly audit   'define-properties': [ '1.1.3' ],
469 silly audit   'object-inspect': [ '1.11.0' ],
469 silly audit   'has-flag': [ '4.0.0' ],
469 silly audit   tr46: [ '0.0.3' ],
469 silly audit   'webidl-conversions': [ '3.0.1' ],
469 silly audit   'is-bigint': [ '1.0.4' ],
469 silly audit   'is-boolean-object': [ '1.1.2' ],
469 silly audit   'is-number-object': [ '1.0.6' ],
469 silly audit   'is-symbol': [ '1.0.4' ],
469 silly audit   'has-bigints': [ '1.0.1' ],
469 silly audit   'is-weakmap': [ '2.0.1' ],
469 silly audit   'is-weakset': [ '2.0.1' ],
469 silly audit   'available-typed-arrays': [ '1.0.5' ],
469 silly audit   'es-abstract': [ '1.19.1' ],
469 silly audit   foreach: [ '2.0.5' ],
469 silly audit   'is-typed-array': [ '1.1.8' ],
469 silly audit   'es-to-primitive': [ '1.2.1' ],
469 silly audit   'get-symbol-description': [ '1.0.0' ],
469 silly audit   'internal-slot': [ '1.0.3' ],
469 silly audit   'is-callable': [ '1.2.4' ],
469 silly audit   'is-negative-zero': [ '2.0.1' ],
469 silly audit   'is-shared-array-buffer': [ '1.0.1' ],
469 silly audit   'is-weakref': [ '1.0.1' ],
469 silly audit   'string.prototype.trimend': [ '1.0.4' ],
469 silly audit   'string.prototype.trimstart': [ '1.0.4' ],
469 silly audit   'unbox-primitive': [ '1.0.1' ],
469 silly audit   sax: [ '1.2.4' ],
469 silly audit   xmlbuilder: [ '11.0.1' ]
469 silly audit }
470 http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 3224ms
471 timing auditReport:getReport Completed in 3460ms
472 silly audit report {}
473 timing auditReport:init Completed in 1ms
474 timing reify:audit Completed in 3488ms
475 http fetch GET 200 https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz 81214ms (cache miss)
476 timing reifyNode:node_modules/homebridge-hue/node_modules/thunky Completed in 94579ms
477 http fetch GET 200 https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz 81039ms (cache miss)
478 timing reifyNode:node_modules/homebridge-hue/node_modules/jwa Completed in 95342ms
479 http fetch GET 200 https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.2.tgz 73473ms (cache miss)
480 timing reifyNode:node_modules/homebridge-hue/node_modules/es-get-iterator Completed in 96238ms
481 http fetch GET 200 https://registry.npmjs.org/extend/-/extend-3.0.2.tgz 66351ms (cache miss)
482 timing reifyNode:node_modules/homebridge-hue/node_modules/extend Completed in 97484ms
483 http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz 77845ms (cache miss)
484 timing reifyNode:node_modules/homebridge-hue/node_modules/isarray Completed in 99288ms
485 http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.1.2.tgz 83949ms (cache miss)
486 http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.1.2.tgz 69793ms (cache miss)
487 timing reifyNode:node_modules/homebridge-hue/node_modules/agent-base/node_modules/ms Completed in 100504ms
488 timing reifyNode:node_modules/homebridge-hue/node_modules/https-proxy-agent/node_modules/ms Completed in 100272ms
489 http fetch GET 200 https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz 77827ms (cache miss)
490 timing reifyNode:node_modules/homebridge-hue/node_modules/color-name Completed in 101400ms
491 http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz 77926ms (cache miss)
492 timing reifyNode:node_modules/homebridge-hue/node_modules/supports-color Completed in 102336ms
493 http fetch GET 200 https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz 77967ms (cache miss)
494 timing reifyNode:node_modules/homebridge-hue/node_modules/array-flatten Completed in 104911ms
495 http fetch GET 200 https://registry.npmjs.org/has/-/has-1.0.3.tgz 89443ms (cache miss)
496 timing reifyNode:node_modules/homebridge-hue/node_modules/has Completed in 106240ms
497 http fetch GET 200 https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz 71375ms (cache miss)
498 timing reifyNode:node_modules/homebridge-hue/node_modules/arrify Completed in 107327ms
499 http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz 83892ms (cache miss)
500 timing reifyNode:node_modules/homebridge-hue/node_modules/ansi-styles Completed in 108734ms
501 http fetch GET 200 https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz 76974ms (cache miss)
502 timing reifyNode:node_modules/homebridge-hue/node_modules/lru-cache Completed in 109360ms
503 http fetch GET 200 https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz 101462ms (cache miss)
504 timing reifyNode:node_modules/homebridge-hue/node_modules/has-bigints Completed in 110939ms
505 http fetch GET 200 https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz 100128ms (cache miss)
506 timing reifyNode:node_modules/homebridge-hue/node_modules/is-bigint Completed in 111614ms
507 http fetch GET 200 https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz 100275ms (cache miss)
508 timing reifyNode:node_modules/homebridge-hue/node_modules/has-flag Completed in 112475ms
509 http fetch GET 200 https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz 104751ms (cache miss)
510 timing reifyNode:node_modules/homebridge-hue/node_modules/is-weakmap Completed in 113747ms
511 http fetch GET 200 https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz 110150ms (cache miss)
512 timing reifyNode:node_modules/homebridge-hue/node_modules/is-shared-array-buffer Completed in 115185ms
513 http fetch GET 200 https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz 102245ms (cache miss)
514 timing reifyNode:node_modules/homebridge-hue/node_modules/yallist Completed in 116055ms
515 http fetch GET 200 https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.8.tgz 109735ms (cache miss)
516 timing reifyNode:node_modules/homebridge-hue/node_modules/is-typed-array Completed in 116575ms
517 http fetch GET 200 https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz 95908ms (cache miss)
518 timing reifyNode:node_modules/homebridge-hue/node_modules/object-keys Completed in 116848ms
519 http fetch GET 200 https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.4.tgz 91625ms (cache miss)
520 timing reifyNode:node_modules/homebridge-hue/node_modules/multicast-dns Completed in 117375ms
521 http fetch GET 200 https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz 87835ms (cache miss)
522 timing reifyNode:node_modules/homebridge-hue/node_modules/is-stream Completed in 117835ms
523 http fetch GET 200 https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz 82717ms (cache miss)
524 timing reifyNode:node_modules/homebridge-hue/node_modules/base64-js Completed in 118025ms
525 http fetch GET 200 https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz 108287ms (cache miss)
526 timing reifyNode:node_modules/homebridge-hue/node_modules/is-number-object Completed in 118873ms
527 http fetch GET 200 https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz 98988ms (cache miss)
528 timing reifyNode:node_modules/homebridge-hue/node_modules/which-boxed-primitive Completed in 118982ms
529 http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz 87060ms (cache miss)
530 timing reifyNode:node_modules/homebridge-hue/node_modules/safe-buffer Completed in 119051ms
531 http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.0.0.tgz 82642ms (cache miss)
532 timing reifyNode:node_modules/homebridge-hue/node_modules/ms Completed in 119281ms
533 http fetch GET 200 https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz 105926ms (cache miss)
534 timing reifyNode:node_modules/homebridge-hue/node_modules/buffer-equal-constant-time Completed in 119966ms
535 http fetch GET 200 https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz 108727ms (cache miss)
536 timing reifyNode:node_modules/homebridge-hue/node_modules/webidl-conversions Completed in 120454ms
537 http fetch GET 200 https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz 113713ms (cache miss)
538 timing reifyNode:node_modules/homebridge-hue/node_modules/foreach Completed in 121000ms
539 http fetch GET 200 https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz 95893ms (cache miss)
540 timing reifyNode:node_modules/homebridge-hue/node_modules/multicast-dns-service-types Completed in 121207ms
541 http fetch GET 200 https://registry.npmjs.org/jws/-/jws-4.0.0.tgz 89098ms (cache miss)
542 timing reifyNode:node_modules/homebridge-hue/node_modules/jws Completed in 121883ms
543 http fetch GET 200 https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.1.tgz 115648ms (cache miss)
544 timing reifyNode:node_modules/homebridge-hue/node_modules/is-weakset Completed in 124199ms
545 http fetch GET 200 https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz 114704ms (cache miss)
546 timing reifyNode:node_modules/homebridge-hue/node_modules/is-symbol Completed in 124576ms
547 http fetch GET 200 https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz 105872ms (cache miss)
548 timing reifyNode:node_modules/homebridge-hue/node_modules/function-bind Completed in 124834ms
549 http fetch GET 200 https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz 105453ms (cache miss)
550 timing reifyNode:node_modules/homebridge-hue/node_modules/which-collection Completed in 125216ms
551 http fetch GET 200 https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz 103726ms (cache miss)
552 timing reifyNode:node_modules/homebridge-hue/node_modules/is-date-object Completed in 125648ms
553 http fetch GET 200 https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz 121869ms (cache miss)
554 timing reifyNode:node_modules/homebridge-hue/node_modules/string.prototype.trimend Completed in 126492ms
555 http fetch GET 200 https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz 114261ms (cache miss)
556 timing reifyNode:node_modules/homebridge-hue/node_modules/define-properties Completed in 126912ms
557 http fetch GET 200 https://registry.npmjs.org/dns-packet/-/dns-packet-5.3.0.tgz 113717ms (cache miss)
558 timing reifyNode:node_modules/homebridge-hue/node_modules/dns-packet Completed in 127291ms
559 http fetch GET 200 https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz 112136ms (cache miss)
560 timing reifyNode:node_modules/homebridge-hue/node_modules/agent-base Completed in 127694ms
561 http fetch GET 200 https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz 105933ms (cache miss)
562 timing reifyNode:node_modules/homebridge-hue/node_modules/is-arguments Completed in 128094ms
563 http fetch GET 200 https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz 105390ms (cache miss)
564 timing reifyNode:node_modules/homebridge-hue/node_modules/call-bind Completed in 128543ms
565 http fetch GET 200 https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.3.tgz 116516ms (cache miss)
566 timing reifyNode:node_modules/homebridge-hue/node_modules/@leichtgewicht/ip-codec Completed in 129652ms
567 http fetch GET 200 https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz 124864ms (cache miss)
568 timing reifyNode:node_modules/homebridge-hue/node_modules/is-callable Completed in 130328ms
569 http fetch GET 200 https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz 126616ms (cache miss)
570 timing reifyNode:node_modules/homebridge-hue/node_modules/string.prototype.trimstart Completed in 131024ms
571 http fetch GET 200 https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz 127374ms (cache miss)
572 timing reifyNode:node_modules/homebridge-hue/node_modules/unbox-primitive Completed in 131591ms
573 http fetch GET 200 https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.7.tgz 113741ms (cache miss)
574 timing reifyNode:node_modules/homebridge-hue/node_modules/which-typed-array Completed in 133247ms
575 http fetch GET 200 https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz 98833ms (cache miss)
576 timing reifyNode:node_modules/homebridge-hue/node_modules/ecdsa-sig-formatter Completed in 133686ms
577 http fetch GET 200 https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz 126784ms (cache miss)
578 timing reifyNode:node_modules/homebridge-hue/node_modules/available-typed-arrays Completed in 134928ms
579 http fetch GET 200 https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz 129535ms (cache miss)
580 timing reifyNode:node_modules/homebridge-hue/node_modules/internal-slot Completed in 135230ms
581 http fetch GET 200 https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.1.tgz 130666ms (cache miss)
582 timing reifyNode:node_modules/homebridge-hue/node_modules/is-weakref Completed in 135494ms
583 http fetch GET 200 https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz 117845ms (cache miss)
584 timing reifyNode:node_modules/homebridge-hue/node_modules/is-set Completed in 135521ms
585 http fetch GET 200 https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz 124616ms (cache miss)
586 timing reifyNode:node_modules/homebridge-hue/node_modules/is-boolean-object Completed in 135857ms
587 http fetch GET 200 https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz 117877ms (cache miss)
588 timing reifyNode:node_modules/homebridge-hue/node_modules/is-map Completed in 135962ms
589 http fetch GET 200 https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz 117717ms (cache miss)
590 timing reifyNode:node_modules/homebridge-hue/node_modules/has-symbols Completed in 136202ms
591 http fetch GET 200 https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz 116246ms (cache miss)
592 timing reifyNode:node_modules/homebridge-hue/node_modules/side-channel Completed in 136462ms
593 http fetch GET 200 https://registry.npmjs.org/gtoken/-/gtoken-5.3.1.tgz 103277ms (cache miss)
594 timing reifyNode:node_modules/homebridge-hue/node_modules/gtoken Completed in 136462ms
595 http fetch GET 200 https://registry.npmjs.org/debug/-/debug-2.6.9.tgz 99526ms (cache miss)
596 timing reifyNode:node_modules/homebridge-hue/node_modules/debug Completed in 136632ms
597 http fetch GET 200 https://registry.npmjs.org/sax/-/sax-1.2.4.tgz 133553ms (cache miss)
598 timing reifyNode:node_modules/homebridge-hue/node_modules/sax Completed in 137530ms
599 http fetch GET 200 https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz 132483ms (cache miss)
600 timing reifyNode:node_modules/homebridge-hue/node_modules/is-negative-zero Completed in 137719ms
601 http fetch GET 200 https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz 120530ms (cache miss)
602 timing reifyNode:node_modules/homebridge-hue/node_modules/is-string Completed in 137808ms
603 http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz 110562ms (cache miss)
604 timing reifyNode:node_modules/homebridge-hue/node_modules/chalk Completed in 137956ms
605 http fetch GET 200 https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz 109192ms (cache miss)
606 timing reifyNode:node_modules/homebridge-hue/node_modules/json-bigint Completed in 138507ms
607 http fetch GET 200 https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz 108707ms (cache miss)
608 timing reifyNode:node_modules/homebridge-hue/node_modules/https-proxy-agent Completed in 138932ms
609 http fetch GET 200 https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz 126884ms (cache miss)
610 timing reifyNode:node_modules/homebridge-hue/node_modules/whatwg-url Completed in 139779ms
611 http fetch GET 200 https://registry.npmjs.org/ip/-/ip-1.1.5.tgz 114258ms (cache miss)
612 timing reifyNode:node_modules/homebridge-hue/node_modules/ip Completed in 140371ms
613 http fetch GET 200 https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz 118464ms (cache miss)
614 timing reifyNode:node_modules/homebridge-hue/node_modules/get-intrinsic Completed in 140873ms
615 http fetch GET 200 https://registry.npmjs.org/bonjour-hap/-/bonjour-hap-3.6.3.tgz 113522ms (cache miss)
616 timing reifyNode:node_modules/homebridge-hue/node_modules/bonjour-hap Completed in 141454ms
617 http fetch GET 200 https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz 136068ms (cache miss)
618 timing reifyNode:node_modules/homebridge-hue/node_modules/es-to-primitive Completed in 142486ms
619 http fetch GET 200 https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz 136905ms (cache miss)
620 timing reifyNode:node_modules/homebridge-hue/node_modules/get-symbol-description Completed in 142916ms
621 http fetch GET 200 https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz 128110ms (cache miss)
622 timing reifyNode:node_modules/homebridge-hue/node_modules/has-tostringtag Completed in 143218ms
623 http fetch GET 200 https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz 121872ms (cache miss)
624 timing reifyNode:node_modules/homebridge-hue/node_modules/is-regex Completed in 143562ms
625 http fetch GET 200 https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz 120055ms (cache miss)
626 timing reifyNode:node_modules/homebridge-hue/node_modules/color-convert Completed in 144045ms
627 http fetch GET 200 https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.3.tgz 110020ms (cache miss)
628 timing reifyNode:node_modules/homebridge-hue/node_modules/fast-text-encoding Completed in 144456ms
629 http fetch GET 200 https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz 119169ms (cache miss)
630 timing reifyNode:node_modules/homebridge-hue/node_modules/deep-equal Completed in 145718ms
631 http fetch GET 200 https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-3.1.2.tgz 118392ms (cache miss)
632 timing reifyNode:node_modules/homebridge-hue/node_modules/google-p12-pem Completed in 146776ms
633 http fetch GET 200 https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz 109960ms (cache miss)
634 timing reifyNode:node_modules/homebridge-hue/node_modules/xml2js Completed in 147431ms
635 http fetch GET 200 https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz 136334ms (cache miss)
636 timing reifyNode:node_modules/homebridge-hue/node_modules/tr46 Completed in 148312ms
637 http fetch GET 200 https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-4.3.1.tgz 114644ms (cache miss)
638 timing reifyNode:node_modules/homebridge-hue/node_modules/gcp-metadata Completed in 148231ms
639 http fetch GET 200 https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz 127640ms (cache miss)
640 timing reifyNode:node_modules/homebridge-hue/node_modules/object-is Completed in 148833ms
641 http fetch GET 200 https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz 128791ms (cache miss)
642 timing reifyNode:node_modules/homebridge-hue/node_modules/regexp.prototype.flags Completed in 149249ms
643 http fetch GET 200 https://registry.npmjs.org/debug/-/debug-4.3.3.tgz 119125ms (cache miss)
644 http fetch GET 200 https://registry.npmjs.org/debug/-/debug-4.3.3.tgz 133933ms (cache miss)
645 timing reifyNode:node_modules/homebridge-hue/node_modules/https-proxy-agent/node_modules/debug Completed in 150069ms
646 timing reifyNode:node_modules/homebridge-hue/node_modules/agent-base/node_modules/debug Completed in 150313ms
647 http fetch GET 200 https://registry.npmjs.org/fakegato-history/-/fakegato-history-0.6.2.tgz 111911ms (cache miss)
648 timing reifyNode:node_modules/homebridge-hue/node_modules/fakegato-history Completed in 150153ms
649 http fetch GET 200 https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz 130059ms (cache miss)
650 timing reifyNode:node_modules/homebridge-hue/node_modules/object.assign Completed in 150743ms
651 http fetch GET 200 https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz 120130ms (cache miss)
652 timing reifyNode:node_modules/homebridge-hue/node_modules/abort-controller Completed in 151691ms
653 http fetch GET 200 https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz 123584ms (cache miss)
654 timing reifyNode:node_modules/homebridge-hue/node_modules/url-template Completed in 152430ms
655 http fetch GET 200 https://registry.npmjs.org/gaxios/-/gaxios-4.3.2.tgz 119089ms (cache miss)
656 timing reifyNode:node_modules/homebridge-hue/node_modules/gaxios Completed in 153115ms
657 http fetch GET 200 https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz 141899ms (cache miss)
658 timing reifyNode:node_modules/homebridge-hue/node_modules/object-inspect Completed in 154329ms
659 http fetch GET 200 https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz 124743ms (cache miss)
660 timing reifyNode:node_modules/homebridge-hue/node_modules/node-fetch Completed in 154518ms
661 http fetch GET 200 https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz 125612ms (cache miss)
662 timing reifyNode:node_modules/homebridge-hue/node_modules/event-target-shim Completed in 155156ms
663 http fetch GET 200 https://registry.npmjs.org/ws/-/ws-8.3.0.tgz 118032ms (cache miss)
664 timing reifyNode:node_modules/homebridge-hue/node_modules/ws Completed in 155614ms
665 http fetch GET 200 https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.1.tgz 142894ms (cache miss)
666 timing reifyNode:node_modules/homebridge-hue/node_modules/bignumber.js Completed in 157596ms
667 http fetch GET 200 https://registry.npmjs.org/qs/-/qs-6.10.1.tgz 128816ms (cache miss)
668 timing reifyNode:node_modules/homebridge-hue/node_modules/qs Completed in 157888ms
669 http fetch GET 200 https://registry.npmjs.org/googleapis-common/-/googleapis-common-5.0.5.tgz 122277ms (cache miss)
670 timing reifyNode:node_modules/homebridge-hue/node_modules/googleapis-common Completed in 158462ms
671 http fetch GET 200 https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz 157755ms (cache miss)
672 timing reifyNode:node_modules/homebridge-hue/node_modules/xmlbuilder Completed in 161523ms
673 http fetch GET 200 https://registry.npmjs.org/semver/-/semver-7.3.5.tgz 123666ms (cache miss)
674 timing reifyNode:node_modules/homebridge-hue/node_modules/semver Completed in 161487ms
675 http fetch GET 200 https://registry.npmjs.org/homebridge-lib/-/homebridge-lib-5.1.19.tgz 124473ms (cache miss)
676 timing reifyNode:node_modules/homebridge-hue/node_modules/homebridge-lib Completed in 162491ms
677 http fetch GET 200 https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz 135714ms (cache miss)
678 timing reifyNode:node_modules/homebridge-hue/node_modules/uuid Completed in 164334ms
679 http fetch GET 200 https://registry.npmjs.org/homebridge-hue/-/homebridge-hue-0.13.29.tgz 165292ms (cache miss)
680 timing reifyNode:node_modules/homebridge-hue Completed in 168782ms
681 http fetch GET 200 https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.10.2.tgz 136711ms (cache miss)
682 timing reifyNode:node_modules/homebridge-hue/node_modules/google-auth-library Completed in 173105ms
683 http fetch GET 200 https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz 154320ms (cache miss)
684 timing reifyNode:node_modules/homebridge-hue/node_modules/node-forge Completed in 182476ms
685 http fetch GET 200 https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz 256901ms (cache miss)
686 timing reifyNode:node_modules/homebridge-hue/node_modules/es-abstract Completed in 264633ms
687 http fetch GET 200 https://registry.npmjs.org/googleapis/-/googleapis-92.0.0.tgz 717087ms (cache miss)
688 timing reifyNode:node_modules/homebridge-hue/node_modules/googleapis Completed in 753959ms
689 timing reify:unpack Completed in 754567ms
690 timing reify:rollback:createSparse Completed in 26263ms
691 timing reify:rollback:retireShallow Completed in 1ms
692 timing command:install Completed in 858075ms
693 verbose stack Error: process terminated
693 verbose stack     at /usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:194:39
693 verbose stack     at process.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/signal-handling.js:51:5)
693 verbose stack     at process.emit (node:events:402:35)
694 verbose cwd /usr/local
695 verbose Linux 5.10.63+
696 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "homebridge-hue@latest"
697 verbose node v16.13.0
698 verbose npm  v8.1.4
699 error process terminated
700 error signal SIGTERM
701 verbose exit 1