sindresorhus / create-dmg

Create a good-looking DMG for your macOS app in seconds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install failed with error code 1

Dainternetdude opened this issue · comments

not sure if this is an npm problem or create-dmg problem

% npm install --global create-dmg
npm ERR! code 1
npm ERR! path /Users/Dainternetdude/.npm-global/lib/node_modules/create-dmg/node_modules/macos-alias
npm ERR! command failed
npm ERR! command sh /var/folders/v1/5mxh2fmd06z3tll92x44slgr0000gq/T/install-40e9f126.sh
npm ERR! CXX(target) Release/obj.target/volume/src/volume.o
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@9.0.0
npm ERR! gyp info using node@16.17.0 | darwin | x64
npm ERR! gyp info find Python using Python version 3.7.13 found at "/Users/Dainternetdude/miniconda3/bin/python3"
npm ERR! gyp info spawn /Users/Dainternetdude/miniconda3/bin/python3
npm ERR! gyp info spawn args [
npm ERR! gyp info spawn args   '/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
npm ERR! gyp info spawn args   'binding.gyp',
npm ERR! gyp info spawn args   '-f',
npm ERR! gyp info spawn args   'make',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/Users/Dainternetdude/.npm-global/lib/node_modules/create-dmg/node_modules/macos-alias/build/config.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/Users/Dainternetdude/Library/Caches/node-gyp/16.17.0/include/node/common.gypi',
npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
npm ERR! gyp info spawn args   '-Dvisibility=default',
npm ERR! gyp info spawn args   '-Dnode_root_dir=/Users/Dainternetdude/Library/Caches/node-gyp/16.17.0',
npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp',
npm ERR! gyp info spawn args   '-Dnode_lib_file=/Users/Dainternetdude/Library/Caches/node-gyp/16.17.0/<(target_arch)/node.lib',
npm ERR! gyp info spawn args   '-Dmodule_root_dir=/Users/Dainternetdude/.npm-global/lib/node_modules/create-dmg/node_modules/macos-alias',
npm ERR! gyp info spawn args   '-Dnode_engine=v8',
npm ERR! gyp info spawn args   '--depth=.',
npm ERR! gyp info spawn args   '--no-parallel',
npm ERR! gyp info spawn args   '--generator-output',
npm ERR! gyp info spawn args   'build',
npm ERR! gyp info spawn args   '-Goutput_dir=.'
npm ERR! gyp info spawn args ]
npm ERR! gyp info spawn make
npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
npm ERR! In file included from ../src/volume.cc:2:
npm ERR! In file included from ../../nan/nan.h:60:
npm ERR! In file included from /Users/Dainternetdude/Library/Caches/node-gyp/16.17.0/include/node/node.h:73:
npm ERR! In file included from /Users/Dainternetdude/Library/Caches/node-gyp/16.17.0/include/node/v8.h:22:
npm ERR! In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/atomic:590:
npm ERR! /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__threading_support:457:11: error: use of undeclared identifier 'nanosleep'
npm ERR!    while (nanosleep(&__ts, &__ts) == -1 && errno == EINTR);
npm ERR!           ^
npm ERR! In file included from ../src/volume.cc:2:
npm ERR! In file included from ../../nan/nan.h:60:
npm ERR! In file included from /Users/Dainternetdude/Library/Caches/node-gyp/16.17.0/include/node/node.h:73:
npm ERR! In file included from /Users/Dainternetdude/Library/Caches/node-gyp/16.17.0/include/node/v8.h:24:
npm ERR! In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/string:532:
npm ERR! In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/string_view:192:
npm ERR! In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__string:30:
npm ERR! /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cwchar:117:9: error: target of using declaration conflicts with declaration already in scope
npm ERR! using ::tm _LIBCPP_USING_IF_EXISTS;
npm ERR!         ^
npm ERR! /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/wchar.h:131:19: note: target of using declaration
npm ERR!             const struct tm * __restrict) __DARWIN_ALIAS(wcsftime);
npm ERR!                          ^
npm ERR! /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/ctime:80:1: note: conflicting declaration
npm ERR! using ::tm _LIBCPP_USING_IF_EXISTS;
npm ERR! ^
npm ERR! 2 errors generated.
npm ERR! make: *** [Release/obj.target/volume/src/volume.o] Error 1
npm ERR! gyp ERR! build error
npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
npm ERR! gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)
npm ERR! gyp ERR! System Darwin 21.6.0
npm ERR! gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
npm ERR! gyp ERR! cwd /Users/Dainternetdude/.npm-global/lib/node_modules/create-dmg/node_modules/macos-alias
npm ERR! gyp ERR! node -v v16.17.0
npm ERR! gyp ERR! node-gyp -v v9.0.0
npm ERR! gyp ERR! not ok

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/Dainternetdude/.npm/_logs/2022-08-29T03_40_37_211Z-debug-0.log

2022-08-29T03_40_37_211Z-debug-0.log

Same issue,

On GitHub Actions: https://github.com/AuroraEditor/AuroraEditor/actions/runs/6754654517/job/18362559163

On my local machine:

──> npm install --global create-dmg
npm ERR! code 1
npm ERR! path /opt/homebrew/lib/node_modules/create-dmg/node_modules/fs-xattr
npm ERR! command failed
npm ERR! command sh -c node-gyp rebuild
npm ERR! CC(target) Release/obj.target/xattr/src/async.o
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@9.4.0
npm ERR! gyp info using node@21.1.0 | darwin | arm64
npm ERR! gyp info find Python using Python version 3.11.6 found at "/opt/homebrew/opt/python@3.11/bin/python3.11"
npm ERR! gyp http GET https://nodejs.org/download/release/v21.1.0/node-v21.1.0-headers.tar.gz
npm ERR! gyp http 200 https://nodejs.org/download/release/v21.1.0/node-v21.1.0-headers.tar.gz
npm ERR! gyp http GET https://nodejs.org/download/release/v21.1.0/SHASUMS256.txt
npm ERR! gyp http 200 https://nodejs.org/download/release/v21.1.0/SHASUMS256.txt
npm ERR! gyp info spawn /opt/homebrew/opt/python@3.11/bin/python3.11
npm ERR! gyp info spawn args [
npm ERR! gyp info spawn args   '/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
npm ERR! gyp info spawn args   'binding.gyp',
npm ERR! gyp info spawn args   '-f',
npm ERR! gyp info spawn args   'make',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/opt/homebrew/lib/node_modules/create-dmg/node_modules/fs-xattr/build/config.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/Users/wesley/Library/Caches/node-gyp/21.1.0/include/node/common.gypi',
npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
npm ERR! gyp info spawn args   '-Dvisibility=default',
npm ERR! gyp info spawn args   '-Dnode_root_dir=/Users/wesley/Library/Caches/node-gyp/21.1.0',
npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp',
npm ERR! gyp info spawn args   '-Dnode_lib_file=/Users/wesley/Library/Caches/node-gyp/21.1.0/<(target_arch)/node.lib',
npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/homebrew/lib/node_modules/create-dmg/node_modules/fs-xattr',
npm ERR! gyp info spawn args   '-Dnode_engine=v8',
npm ERR! gyp info spawn args   '--depth=.',
npm ERR! gyp info spawn args   '--no-parallel',
npm ERR! gyp info spawn args   '--generator-output',
npm ERR! gyp info spawn args   'build',
npm ERR! gyp info spawn args   '-Goutput_dir=.'
npm ERR! gyp info spawn args ]
npm ERR! gyp info spawn make
npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
npm ERR! make: *** [Release/obj.target/xattr/src/async.o] Error 1
npm ERR! gyp ERR! build error 
npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
npm ERR! gyp ERR! stack     at ChildProcess.onExit (/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:203:23)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:515:28)
npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:294:12)
npm ERR! gyp ERR! System Darwin 23.1.0
npm ERR! gyp ERR! command "/opt/homebrew/Cellar/node/21.1.0/bin/node" "/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
npm ERR! gyp ERR! cwd /opt/homebrew/lib/node_modules/create-dmg/node_modules/fs-xattr
npm ERR! gyp ERR! node -v v21.1.0
npm ERR! gyp ERR! node-gyp -v v9.4.0
npm ERR! gyp ERR! not ok

npm ERR! A complete log of this run can be found in: /Users/wesley/.npm/_logs/2023-11-04T12_31_20_522Z-debug-0.log
0 verbose cli /opt/homebrew/Cellar/node/21.1.0/bin/node /opt/homebrew/bin/npm
1 info using npm@10.2.0
2 info using node@v21.1.0
3 timing npm:load:whichnode Completed in 1ms
4 timing config:load:defaults Completed in 1ms
5 timing config:load:file:/opt/homebrew/lib/node_modules/npm/npmrc Completed in 2ms
6 timing config:load:builtin Completed in 2ms
7 timing config:load:cli Completed in 1ms
8 timing config:load:env Completed in 0ms
9 timing config:load:project Completed in 0ms
10 timing config:load:file:/Users/wesley/.npmrc Completed in 0ms
11 timing config:load:user Completed in 0ms
12 timing config:load:file:/opt/homebrew/etc/npmrc Completed in 0ms
13 timing config:load:global Completed in 1ms
14 timing config:load:setEnvs Completed in 0ms
15 timing config:load Completed in 5ms
16 timing npm:load:configload Completed in 5ms
17 timing config:load:flatten Completed in 1ms
18 timing npm:load:mkdirpcache Completed in 1ms
19 timing npm:load:mkdirplogs Completed in 0ms
20 verbose title npm install create-dmg
21 verbose argv "install" "--global" "create-dmg"
22 timing npm:load:setTitle Completed in 3ms
23 timing npm:load:display Completed in 0ms
24 verbose logfile logs-max:10 dir:/Users/wesley/.npm/_logs/2023-11-04T12_31_20_522Z-
25 verbose logfile /Users/wesley/.npm/_logs/2023-11-04T12_31_20_522Z-debug-0.log
26 timing npm:load:logFile Completed in 5ms
27 timing npm:load:timers Completed in 0ms
28 timing npm:load:configScope Completed in 1ms
29 timing npm:load Completed in 23ms
30 timing config:load:flatten Completed in 0ms
31 timing arborist:ctor Completed in 0ms
32 silly logfile start cleaning logs, removing 1 files
33 timing idealTree:init Completed in 4ms
34 timing idealTree:userRequests Completed in 2ms
35 silly idealTree buildDeps
36 silly fetch manifest create-dmg@*
37 silly logfile done cleaning log files
38 http fetch GET 200 https://registry.npmjs.org/create-dmg 7ms (cache hit)
39 silly placeDep ROOT create-dmg@6.0.1 OK for:  want: *
40 silly fetch manifest appdmg@^0.6.6
41 silly fetch manifest execa@^6.1.0
42 silly fetch manifest gm@^1.25.0
43 silly fetch manifest icns-lib@^1.0.1
44 silly fetch manifest meow@^11.0.0
45 silly fetch manifest ora@^6.1.2
46 silly fetch manifest plist@^3.0.6
47 silly fetch manifest tempy@^3.0.0
48 http fetch GET 200 https://registry.npmjs.org/appdmg 8ms (cache hit)
49 http fetch GET 200 https://registry.npmjs.org/plist 8ms (cache hit)
50 http fetch GET 200 https://registry.npmjs.org/gm 9ms (cache hit)
51 http fetch GET 200 https://registry.npmjs.org/icns-lib 9ms (cache hit)
52 http fetch GET 200 https://registry.npmjs.org/execa 10ms (cache hit)
53 http fetch GET 200 https://registry.npmjs.org/meow 10ms (cache hit)
54 http fetch GET 200 https://registry.npmjs.org/tempy 11ms (cache hit)
55 http fetch GET 200 https://registry.npmjs.org/ora 11ms (cache hit)
56 timing idealTree:#root Completed in 24ms
57 silly placeDep node_modules/create-dmg appdmg@0.6.6 OK for: create-dmg@6.0.1 want: ^0.6.6
58 silly fetch manifest async@^1.4.2
59 silly fetch manifest ds-store@^0.1.5
60 silly fetch manifest execa@^1.0.0
61 silly fetch manifest fs-temp@^1.0.0
62 silly fetch manifest fs-xattr@^0.3.0
63 silly fetch manifest image-size@^0.7.4
64 silly fetch manifest is-my-json-valid@^2.20.0
65 silly fetch manifest minimist@^1.1.3
66 silly fetch manifest parse-color@^1.0.0
67 silly fetch manifest path-exists@^4.0.0
68 silly fetch manifest repeat-string@^1.5.4
69 silly placeDep node_modules/create-dmg execa@6.1.0 OK for: create-dmg@6.0.1 want: ^6.1.0
70 silly fetch manifest cross-spawn@^7.0.3
71 silly fetch manifest get-stream@^6.0.1
72 silly fetch manifest human-signals@^3.0.1
73 silly fetch manifest is-stream@^3.0.0
74 silly fetch manifest merge-stream@^2.0.0
75 silly fetch manifest npm-run-path@^5.1.0
76 silly fetch manifest onetime@^6.0.0
77 silly fetch manifest signal-exit@^3.0.7
78 silly fetch manifest strip-final-newline@^3.0.0
79 silly placeDep node_modules/create-dmg gm@1.25.0 OK for: create-dmg@6.0.1 want: ^1.25.0
80 silly fetch manifest array-parallel@~0.1.3
81 silly fetch manifest array-series@~0.1.5
82 silly fetch manifest cross-spawn@^4.0.0
83 silly fetch manifest debug@^3.1.0
84 silly placeDep node_modules/create-dmg icns-lib@1.0.1 OK for: create-dmg@6.0.1 want: ^1.0.1
85 silly placeDep node_modules/create-dmg meow@11.0.0 OK for: create-dmg@6.0.1 want: ^11.0.0
86 silly fetch manifest @types/minimist@^1.2.2
87 silly fetch manifest camelcase-keys@^8.0.2
88 silly fetch manifest decamelize@^6.0.0
89 silly fetch manifest decamelize-keys@^1.1.0
90 silly fetch manifest hard-rejection@^2.1.0
91 silly fetch manifest minimist-options@4.1.0
92 silly fetch manifest normalize-package-data@^4.0.1
93 silly fetch manifest read-pkg-up@^9.1.0
94 silly fetch manifest redent@^4.0.0
95 silly fetch manifest trim-newlines@^4.0.2
96 silly fetch manifest type-fest@^3.1.0
97 silly fetch manifest yargs-parser@^21.1.1
98 silly placeDep node_modules/create-dmg ora@6.3.1 OK for: create-dmg@6.0.1 want: ^6.1.2
99 silly fetch manifest chalk@^5.0.0
100 silly fetch manifest cli-cursor@^4.0.0
101 silly fetch manifest cli-spinners@^2.6.1
102 silly fetch manifest is-interactive@^2.0.0
103 silly fetch manifest is-unicode-supported@^1.1.0
104 silly fetch manifest log-symbols@^5.1.0
105 silly fetch manifest stdin-discarder@^0.1.0
106 silly fetch manifest strip-ansi@^7.0.1
107 silly fetch manifest wcwidth@^1.0.1
108 silly placeDep node_modules/create-dmg plist@3.1.0 OK for: create-dmg@6.0.1 want: ^3.0.6
109 silly fetch manifest @xmldom/xmldom@^0.8.8
110 silly fetch manifest base64-js@^1.5.1
111 silly fetch manifest xmlbuilder@^15.1.1
112 silly placeDep node_modules/create-dmg tempy@3.1.0 OK for: create-dmg@6.0.1 want: ^3.0.0
113 silly fetch manifest temp-dir@^3.0.0
114 silly fetch manifest type-fest@^2.12.2
115 silly fetch manifest unique-string@^3.0.0
116 http fetch GET 200 https://registry.npmjs.org/ds-store 55ms (cache hit)
117 http fetch GET 200 https://registry.npmjs.org/minimist 54ms (cache hit)
118 http fetch GET 200 https://registry.npmjs.org/async 56ms (cache hit)
119 http fetch GET 200 https://registry.npmjs.org/fs-temp 57ms (cache hit)
120 http fetch GET 200 https://registry.npmjs.org/image-size 57ms (cache hit)
121 http fetch GET 200 https://registry.npmjs.org/cross-spawn 57ms (cache hit)
122 http fetch GET 200 https://registry.npmjs.org/cross-spawn 55ms (cache hit)
123 http fetch GET 200 https://registry.npmjs.org/human-signals 57ms (cache hit)
124 http fetch GET 200 https://registry.npmjs.org/array-parallel 57ms (cache hit)
125 http fetch GET 200 https://registry.npmjs.org/fs-xattr 59ms (cache hit)
126 http fetch GET 200 https://registry.npmjs.org/onetime 57ms (cache hit)
127 http fetch GET 200 https://registry.npmjs.org/strip-final-newline 57ms (cache hit)
128 http fetch GET 200 https://registry.npmjs.org/get-stream 58ms (cache hit)
129 http fetch GET 200 https://registry.npmjs.org/decamelize 55ms (cache hit)
130 http fetch GET 200 https://registry.npmjs.org/path-exists 58ms (cache hit)
131 http fetch GET 200 https://registry.npmjs.org/repeat-string 59ms (cache hit)
132 http fetch GET 200 https://registry.npmjs.org/@types%2fminimist 56ms (cache hit)
133 http fetch GET 200 https://registry.npmjs.org/signal-exit 58ms (cache hit)
134 http fetch GET 200 https://registry.npmjs.org/is-stream 58ms (cache hit)
135 http fetch GET 200 https://registry.npmjs.org/debug 57ms (cache hit)
136 http fetch GET 200 https://registry.npmjs.org/array-series 59ms (cache hit)
137 http fetch GET 200 https://registry.npmjs.org/minimist-options 57ms (cache hit)
138 http fetch GET 200 https://registry.npmjs.org/npm-run-path 59ms (cache hit)
139 http fetch GET 200 https://registry.npmjs.org/trim-newlines 58ms (cache hit)
140 http fetch GET 200 https://registry.npmjs.org/read-pkg-up 58ms (cache hit)
141 http fetch GET 200 https://registry.npmjs.org/camelcase-keys 58ms (cache hit)
142 http fetch GET 200 https://registry.npmjs.org/normalize-package-data 58ms (cache hit)
143 http fetch GET 200 https://registry.npmjs.org/wcwidth 58ms (cache hit)
144 http fetch GET 200 https://registry.npmjs.org/yargs-parser 59ms (cache hit)
145 http fetch GET 200 https://registry.npmjs.org/is-interactive 58ms (cache hit)
146 http fetch GET 200 https://registry.npmjs.org/decamelize-keys 59ms (cache hit)
147 http fetch GET 200 https://registry.npmjs.org/base64-js 58ms (cache hit)
148 http fetch GET 200 https://registry.npmjs.org/is-unicode-supported 59ms (cache hit)
149 http fetch GET 200 https://registry.npmjs.org/strip-ansi 59ms (cache hit)
150 http fetch GET 200 https://registry.npmjs.org/hard-rejection 60ms (cache hit)
151 http fetch GET 200 https://registry.npmjs.org/redent 60ms (cache hit)
152 http fetch GET 200 https://registry.npmjs.org/cli-cursor 59ms (cache hit)
153 http fetch GET 200 https://registry.npmjs.org/cli-spinners 59ms (cache hit)
154 http fetch GET 200 https://registry.npmjs.org/type-fest 59ms (cache hit)
155 http fetch GET 200 https://registry.npmjs.org/type-fest 62ms (cache hit)
156 http fetch GET 200 https://registry.npmjs.org/merge-stream 64ms (cache hit)
157 http fetch GET 200 https://registry.npmjs.org/xmlbuilder 60ms (cache hit)
158 http fetch GET 200 https://registry.npmjs.org/chalk 62ms (cache hit)
159 http fetch GET 200 https://registry.npmjs.org/log-symbols 62ms (cache hit)
160 http fetch GET 200 https://registry.npmjs.org/unique-string 62ms (cache hit)
161 http fetch GET 200 https://registry.npmjs.org/temp-dir 62ms (cache hit)
162 http fetch GET 200 https://registry.npmjs.org/stdin-discarder 63ms (cache hit)
163 http fetch GET 200 https://registry.npmjs.org/parse-color 67ms (cache hit)
164 http fetch GET 200 https://registry.npmjs.org/is-my-json-valid 131ms (cache revalidated)
165 http fetch GET 200 https://registry.npmjs.org/@xmldom%2fxmldom 1854ms (cache updated)
166 timing idealTree:node_modules/create-dmg Completed in 1863ms
167 silly placeDep node_modules/create-dmg async@1.5.2 OK for: appdmg@0.6.6 want: ^1.4.2
168 silly placeDep node_modules/create-dmg ds-store@0.1.6 OK for: appdmg@0.6.6 want: ^0.1.5
169 silly fetch manifest bplist-creator@~0.0.3
170 silly fetch manifest macos-alias@~0.2.5
171 silly fetch manifest tn1150@^0.1.0
172 silly placeDep node_modules/create-dmg/node_modules/appdmg execa@1.0.0 OK for: appdmg@0.6.6 want: ^1.0.0
173 silly fetch manifest cross-spawn@^6.0.0
174 silly fetch manifest get-stream@^4.0.0
175 silly fetch manifest is-stream@^1.1.0
176 silly fetch manifest npm-run-path@^2.0.0
177 silly fetch manifest p-finally@^1.0.0
178 silly fetch manifest signal-exit@^3.0.0
179 silly fetch manifest strip-eof@^1.0.0
180 silly placeDep node_modules/create-dmg fs-temp@1.2.1 OK for: appdmg@0.6.6 want: ^1.0.0
181 silly fetch manifest random-path@^0.1.0
182 silly placeDep node_modules/create-dmg fs-xattr@0.3.1 OK for: appdmg@0.6.6 want: ^0.3.0
183 silly placeDep node_modules/create-dmg image-size@0.7.5 OK for: appdmg@0.6.6 want: ^0.7.4
184 silly placeDep node_modules/create-dmg is-my-json-valid@2.20.6 OK for: appdmg@0.6.6 want: ^2.20.0
185 silly fetch manifest generate-function@^2.0.0
186 silly fetch manifest generate-object-property@^1.1.0
187 silly fetch manifest is-my-ip-valid@^1.0.0
188 silly fetch manifest jsonpointer@^5.0.0
189 silly fetch manifest xtend@^4.0.0
190 silly placeDep node_modules/create-dmg minimist@1.2.8 OK for: appdmg@0.6.6 want: ^1.1.3
191 silly placeDep node_modules/create-dmg parse-color@1.0.0 OK for: appdmg@0.6.6 want: ^1.0.0
192 silly fetch manifest color-convert@~0.5.0
193 silly placeDep node_modules/create-dmg path-exists@4.0.0 OK for: appdmg@0.6.6 want: ^4.0.0
194 silly placeDep node_modules/create-dmg repeat-string@1.6.1 OK for: appdmg@0.6.6 want: ^1.5.4
195 http fetch GET 200 https://registry.npmjs.org/strip-eof 87ms (cache revalidated)
196 http fetch GET 200 https://registry.npmjs.org/bplist-creator 97ms (cache revalidated)
197 http fetch GET 200 https://registry.npmjs.org/color-convert 88ms (cache revalidated)
198 http fetch GET 200 https://registry.npmjs.org/xtend 99ms (cache revalidated)
199 http fetch GET 200 https://registry.npmjs.org/p-finally 104ms (cache revalidated)
200 http fetch GET 200 https://registry.npmjs.org/tn1150 757ms (cache revalidated)
201 http fetch GET 200 https://registry.npmjs.org/generate-object-property 752ms (cache revalidated)
202 http fetch GET 200 https://registry.npmjs.org/macos-alias 758ms (cache revalidated)
203 http fetch GET 200 https://registry.npmjs.org/random-path 755ms (cache revalidated)
204 http fetch GET 200 https://registry.npmjs.org/is-my-ip-valid 761ms (cache revalidated)
205 http fetch GET 200 https://registry.npmjs.org/generate-function 764ms (cache revalidated)
206 http fetch GET 200 https://registry.npmjs.org/jsonpointer 840ms (cache revalidated)
207 timing idealTree:node_modules/create-dmg/node_modules/appdmg Completed in 853ms
208 timing idealTree:node_modules/create-dmg/node_modules/async Completed in 0ms
209 silly placeDep node_modules/create-dmg bplist-creator@0.0.8 OK for: ds-store@0.1.6 want: ~0.0.3
210 silly fetch manifest stream-buffers@~2.2.0
211 silly placeDep node_modules/create-dmg macos-alias@0.2.11 OK for: ds-store@0.1.6 want: ~0.2.5
212 silly fetch manifest nan@^2.4.0
213 silly placeDep node_modules/create-dmg tn1150@0.1.0 OK for: ds-store@0.1.6 want: ^0.1.0
214 silly fetch manifest unorm@^1.4.1
215 http fetch GET 200 https://registry.npmjs.org/nan 44ms (cache revalidated)
216 http fetch GET 200 https://registry.npmjs.org/stream-buffers 720ms (cache revalidated)
217 http fetch GET 200 https://registry.npmjs.org/unorm 723ms (cache revalidated)
218 timing idealTree:node_modules/create-dmg/node_modules/ds-store Completed in 727ms
219 silly placeDep node_modules/create-dmg stream-buffers@2.2.0 OK for: bplist-creator@0.0.8 want: ~2.2.0
220 timing idealTree:node_modules/create-dmg/node_modules/bplist-creator Completed in 2ms
221 silly placeDep node_modules/create-dmg cross-spawn@7.0.3 OK for: execa@6.1.0 want: ^7.0.3
222 silly fetch manifest path-key@^3.1.0
223 silly fetch manifest shebang-command@^2.0.0
224 silly fetch manifest which@^2.0.1
225 silly placeDep node_modules/create-dmg get-stream@6.0.1 OK for: execa@6.1.0 want: ^6.0.1
226 silly placeDep node_modules/create-dmg human-signals@3.0.1 OK for: execa@6.1.0 want: ^3.0.1
227 silly placeDep node_modules/create-dmg is-stream@3.0.0 OK for: execa@6.1.0 want: ^3.0.0
228 silly placeDep node_modules/create-dmg merge-stream@2.0.0 OK for: execa@6.1.0 want: ^2.0.0
229 silly placeDep node_modules/create-dmg npm-run-path@5.1.0 OK for: execa@6.1.0 want: ^5.1.0
230 silly fetch manifest path-key@^4.0.0
231 silly placeDep node_modules/create-dmg onetime@6.0.0 OK for: execa@6.1.0 want: ^6.0.0
232 silly fetch manifest mimic-fn@^4.0.0
233 silly placeDep node_modules/create-dmg signal-exit@3.0.7 OK for: execa@6.1.0 want: ^3.0.7
234 silly placeDep node_modules/create-dmg strip-final-newline@3.0.0 OK for: execa@6.1.0 want: ^3.0.0
235 http fetch GET 200 https://registry.npmjs.org/path-key 40ms (cache revalidated)
236 http fetch GET 200 https://registry.npmjs.org/which 40ms (cache revalidated)
237 http fetch GET 200 https://registry.npmjs.org/shebang-command 45ms (cache revalidated)
238 http fetch GET 200 https://registry.npmjs.org/path-key 43ms (cache revalidated)
239 http fetch GET 200 https://registry.npmjs.org/mimic-fn 47ms (cache revalidated)
240 timing idealTree:node_modules/create-dmg/node_modules/execa Completed in 56ms
241 silly placeDep node_modules/create-dmg path-key@3.1.1 OK for: cross-spawn@7.0.3 want: ^3.1.0
242 silly placeDep node_modules/create-dmg shebang-command@2.0.0 OK for: cross-spawn@7.0.3 want: ^2.0.0
243 silly fetch manifest shebang-regex@^3.0.0
244 silly placeDep node_modules/create-dmg which@2.0.2 OK for: cross-spawn@7.0.3 want: ^2.0.1
245 silly fetch manifest isexe@^2.0.0
246 http fetch GET 200 https://registry.npmjs.org/isexe 34ms (cache revalidated)
247 http fetch GET 200 https://registry.npmjs.org/shebang-regex 39ms (cache revalidated)
248 timing idealTree:node_modules/create-dmg/node_modules/cross-spawn Completed in 41ms
249 silly placeDep node_modules/create-dmg random-path@0.1.2 OK for: fs-temp@1.2.1 want: ^0.1.0
250 silly fetch manifest base32-encode@^0.1.0 || ^1.0.0
251 silly fetch manifest murmur-32@^0.1.0 || ^0.2.0
252 http fetch GET 200 https://registry.npmjs.org/murmur-32 817ms (cache revalidated)
253 http fetch GET 200 https://registry.npmjs.org/base32-encode 1134ms (cache revalidated)
254 timing idealTree:node_modules/create-dmg/node_modules/fs-temp Completed in 1136ms
255 timing idealTree:node_modules/create-dmg/node_modules/fs-xattr Completed in 0ms
256 timing idealTree:node_modules/create-dmg/node_modules/get-stream Completed in 0ms
257 silly placeDep node_modules/create-dmg array-parallel@0.1.3 OK for: gm@1.25.0 want: ~0.1.3
258 silly placeDep node_modules/create-dmg array-series@0.1.5 OK for: gm@1.25.0 want: ~0.1.5
259 silly placeDep node_modules/create-dmg/node_modules/gm cross-spawn@4.0.2 OK for: gm@1.25.0 want: ^4.0.0
260 silly fetch manifest lru-cache@^4.0.1
261 silly fetch manifest which@^1.2.9
262 silly placeDep node_modules/create-dmg debug@3.2.7 OK for: gm@1.25.0 want: ^3.1.0
263 silly fetch manifest ms@^2.1.1
264 http fetch GET 200 https://registry.npmjs.org/ms 37ms (cache revalidated)
265 http fetch GET 200 https://registry.npmjs.org/lru-cache 40ms (cache revalidated)
266 timing idealTree:node_modules/create-dmg/node_modules/gm Completed in 49ms
267 timing idealTree:node_modules/create-dmg/node_modules/array-parallel Completed in 0ms
268 timing idealTree:node_modules/create-dmg/node_modules/array-series Completed in 0ms
269 silly placeDep node_modules/create-dmg ms@2.1.3 OK for: debug@3.2.7 want: ^2.1.1
270 timing idealTree:node_modules/create-dmg/node_modules/debug Completed in 2ms
271 timing idealTree:node_modules/create-dmg/node_modules/human-signals Completed in 0ms
272 timing idealTree:node_modules/create-dmg/node_modules/icns-lib Completed in 0ms
273 timing idealTree:node_modules/create-dmg/node_modules/image-size Completed in 0ms
274 silly placeDep node_modules/create-dmg generate-function@2.3.1 OK for: is-my-json-valid@2.20.6 want: ^2.0.0
275 silly fetch manifest is-property@^1.0.2
276 silly placeDep node_modules/create-dmg generate-object-property@1.2.0 OK for: is-my-json-valid@2.20.6 want: ^1.1.0
277 silly fetch manifest is-property@^1.0.0
278 silly placeDep node_modules/create-dmg is-my-ip-valid@1.0.1 OK for: is-my-json-valid@2.20.6 want: ^1.0.0
279 silly placeDep node_modules/create-dmg jsonpointer@5.0.1 OK for: is-my-json-valid@2.20.6 want: ^5.0.0
280 silly placeDep node_modules/create-dmg xtend@4.0.2 OK for: is-my-json-valid@2.20.6 want: ^4.0.0
281 http fetch GET 200 https://registry.npmjs.org/is-property 38ms (cache revalidated)
282 http fetch GET 200 https://registry.npmjs.org/is-property 700ms (cache revalidated)
283 timing idealTree:node_modules/create-dmg/node_modules/is-my-json-valid Completed in 703ms
284 silly placeDep node_modules/create-dmg is-property@1.0.2 OK for: generate-function@2.3.1 want: ^1.0.2
285 timing idealTree:node_modules/create-dmg/node_modules/generate-function Completed in 3ms
286 timing idealTree:node_modules/create-dmg/node_modules/generate-object-property Completed in 0ms
287 timing idealTree:node_modules/create-dmg/node_modules/is-my-ip-valid Completed in 0ms
288 timing idealTree:node_modules/create-dmg/node_modules/is-property Completed in 0ms
289 timing idealTree:node_modules/create-dmg/node_modules/is-stream Completed in 0ms
290 timing idealTree:node_modules/create-dmg/node_modules/jsonpointer Completed in 0ms
291 silly placeDep node_modules/create-dmg nan@2.18.0 OK for: macos-alias@0.2.11 want: ^2.4.0
292 timing idealTree:node_modules/create-dmg/node_modules/macos-alias Completed in 1ms
293 silly placeDep node_modules/create-dmg @types/minimist@1.2.4 OK for: meow@11.0.0 want: ^1.2.2
294 silly placeDep node_modules/create-dmg camelcase-keys@8.0.2 OK for: meow@11.0.0 want: ^8.0.2
295 silly fetch manifest camelcase@^7.0.0
296 silly fetch manifest map-obj@^4.3.0
297 silly fetch manifest quick-lru@^6.1.1
298 silly fetch manifest type-fest@^2.13.0
299 silly placeDep node_modules/create-dmg decamelize@6.0.0 OK for: meow@11.0.0 want: ^6.0.0
300 silly placeDep node_modules/create-dmg decamelize-keys@1.1.1 OK for: meow@11.0.0 want: ^1.1.0
301 silly fetch manifest decamelize@^1.1.0
302 silly fetch manifest map-obj@^1.0.0
303 silly placeDep node_modules/create-dmg hard-rejection@2.1.0 OK for: meow@11.0.0 want: ^2.1.0
304 silly placeDep node_modules/create-dmg minimist-options@4.1.0 OK for: meow@11.0.0 want: 4.1.0
305 silly fetch manifest arrify@^1.0.1
306 silly fetch manifest is-plain-obj@^1.1.0
307 silly fetch manifest kind-of@^6.0.3
308 silly placeDep node_modules/create-dmg normalize-package-data@4.0.1 OK for: meow@11.0.0 want: ^4.0.1
309 silly fetch manifest hosted-git-info@^5.0.0
310 silly fetch manifest is-core-module@^2.8.1
311 silly fetch manifest semver@^7.3.5
312 silly fetch manifest validate-npm-package-license@^3.0.4
313 silly placeDep node_modules/create-dmg read-pkg-up@9.1.0 OK for: meow@11.0.0 want: ^9.1.0
314 silly fetch manifest find-up@^6.3.0
315 silly fetch manifest read-pkg@^7.1.0
316 silly fetch manifest type-fest@^2.5.0
317 silly placeDep node_modules/create-dmg redent@4.0.0 OK for: meow@11.0.0 want: ^4.0.0
318 silly fetch manifest indent-string@^5.0.0
319 silly fetch manifest strip-indent@^4.0.0
320 silly placeDep node_modules/create-dmg trim-newlines@4.1.1 OK for: meow@11.0.0 want: ^4.0.2
321 silly placeDep node_modules/create-dmg type-fest@3.13.1 OK for: meow@11.0.0 want: ^3.1.0
322 silly placeDep node_modules/create-dmg yargs-parser@21.1.1 OK for: meow@11.0.0 want: ^21.1.1
323 http fetch GET 200 https://registry.npmjs.org/map-obj 54ms (cache revalidated)
324 http fetch GET 200 https://registry.npmjs.org/find-up 50ms (cache revalidated)
325 http fetch GET 200 https://registry.npmjs.org/hosted-git-info 51ms (cache revalidated)
326 http fetch GET 200 https://registry.npmjs.org/is-plain-obj 56ms (cache revalidated)
327 http fetch GET 200 https://registry.npmjs.org/kind-of 56ms (cache revalidated)
328 http fetch GET 200 https://registry.npmjs.org/map-obj 59ms (cache revalidated)
329 http fetch GET 200 https://registry.npmjs.org/semver 56ms (cache revalidated)
330 http fetch GET 200 https://registry.npmjs.org/quick-lru 65ms (cache revalidated)
331 http fetch GET 200 https://registry.npmjs.org/validate-npm-package-license 83ms (cache revalidated)
332 http fetch GET 200 https://registry.npmjs.org/indent-string 87ms (cache revalidated)
333 http fetch GET 200 https://registry.npmjs.org/read-pkg 89ms (cache updated)
334 http fetch GET 200 https://registry.npmjs.org/arrify 108ms (cache revalidated)
335 http fetch GET 200 https://registry.npmjs.org/is-core-module 139ms (cache updated)
336 http fetch GET 200 https://registry.npmjs.org/strip-indent 267ms (cache revalidated)
337 http fetch GET 200 https://registry.npmjs.org/camelcase 276ms (cache revalidated)
338 timing idealTree:node_modules/create-dmg/node_modules/meow Completed in 282ms
339 timing idealTree:node_modules/create-dmg/node_modules/@types/minimist Completed in 0ms
340 silly placeDep node_modules/create-dmg camelcase@7.0.1 OK for: camelcase-keys@8.0.2 want: ^7.0.0
341 silly placeDep node_modules/create-dmg map-obj@4.3.0 OK for: camelcase-keys@8.0.2 want: ^4.3.0
342 silly placeDep node_modules/create-dmg quick-lru@6.1.2 OK for: camelcase-keys@8.0.2 want: ^6.1.1
343 silly placeDep node_modules/create-dmg/node_modules/camelcase-keys type-fest@2.19.0 OK for: camelcase-keys@8.0.2 want: ^2.13.0
344 timing idealTree:node_modules/create-dmg/node_modules/camelcase-keys Completed in 5ms
345 timing idealTree:node_modules/create-dmg/node_modules/camelcase Completed in 0ms
346 timing idealTree:node_modules/create-dmg/node_modules/decamelize Completed in 0ms
347 silly placeDep node_modules/create-dmg/node_modules/decamelize-keys decamelize@1.2.0 OK for: decamelize-keys@1.1.1 want: ^1.1.0
348 silly placeDep node_modules/create-dmg/node_modules/decamelize-keys map-obj@1.0.1 OK for: decamelize-keys@1.1.1 want: ^1.0.0
349 timing idealTree:node_modules/create-dmg/node_modules/decamelize-keys Completed in 2ms
350 timing idealTree:node_modules/create-dmg/node_modules/hard-rejection Completed in 0ms
351 timing idealTree:node_modules/create-dmg/node_modules/map-obj Completed in 0ms
352 timing idealTree:node_modules/create-dmg/node_modules/merge-stream Completed in 0ms
353 timing idealTree:node_modules/create-dmg/node_modules/minimist Completed in 0ms
354 silly placeDep node_modules/create-dmg arrify@1.0.1 OK for: minimist-options@4.1.0 want: ^1.0.1
355 silly placeDep node_modules/create-dmg is-plain-obj@1.1.0 OK for: minimist-options@4.1.0 want: ^1.1.0
356 silly placeDep node_modules/create-dmg kind-of@6.0.3 OK for: minimist-options@4.1.0 want: ^6.0.3
357 timing idealTree:node_modules/create-dmg/node_modules/minimist-options Completed in 2ms
358 timing idealTree:node_modules/create-dmg/node_modules/arrify Completed in 0ms
359 timing idealTree:node_modules/create-dmg/node_modules/is-plain-obj Completed in 0ms
360 timing idealTree:node_modules/create-dmg/node_modules/kind-of Completed in 0ms
361 timing idealTree:node_modules/create-dmg/node_modules/ms Completed in 0ms
362 timing idealTree:node_modules/create-dmg/node_modules/nan Completed in 0ms
363 silly placeDep node_modules/create-dmg hosted-git-info@5.2.1 OK for: normalize-package-data@4.0.1 want: ^5.0.0
364 silly fetch manifest lru-cache@^7.5.1
365 silly placeDep node_modules/create-dmg is-core-module@2.13.1 OK for: normalize-package-data@4.0.1 want: ^2.8.1
366 silly fetch manifest hasown@^2.0.0
367 silly placeDep node_modules/create-dmg semver@7.5.4 OK for: normalize-package-data@4.0.1 want: ^7.3.5
368 silly fetch manifest lru-cache@^6.0.0
369 silly placeDep node_modules/create-dmg validate-npm-package-license@3.0.4 OK for: normalize-package-data@4.0.1 want: ^3.0.4
370 silly fetch manifest spdx-correct@^3.0.0
371 silly fetch manifest spdx-expression-parse@^3.0.0
372 http fetch GET 200 https://registry.npmjs.org/spdx-correct 35ms (cache revalidated)
373 http fetch GET 200 https://registry.npmjs.org/hasown 37ms (cache miss)
374 http fetch GET 200 https://registry.npmjs.org/spdx-expression-parse 49ms (cache revalidated)
375 timing idealTree:node_modules/create-dmg/node_modules/normalize-package-data Completed in 54ms
376 silly placeDep node_modules/create-dmg lru-cache@7.18.3 OK for: hosted-git-info@5.2.1 want: ^7.5.1
377 timing idealTree:node_modules/create-dmg/node_modules/hosted-git-info Completed in 2ms
378 silly placeDep node_modules/create-dmg hasown@2.0.0 OK for: is-core-module@2.13.1 want: ^2.0.0
379 silly fetch manifest function-bind@^1.1.2
380 http fetch GET 200 https://registry.npmjs.org/function-bind 28ms (cache revalidated)
381 timing idealTree:node_modules/create-dmg/node_modules/is-core-module Completed in 29ms
382 silly placeDep node_modules/create-dmg function-bind@1.1.2 OK for: hasown@2.0.0 want: ^1.1.2
383 timing idealTree:node_modules/create-dmg/node_modules/hasown Completed in 1ms
384 timing idealTree:node_modules/create-dmg/node_modules/function-bind Completed in 0ms
385 timing idealTree:node_modules/create-dmg/node_modules/lru-cache Completed in 0ms
386 silly placeDep node_modules/create-dmg/node_modules/npm-run-path path-key@4.0.0 OK for: npm-run-path@5.1.0 want: ^4.0.0
387 timing idealTree:node_modules/create-dmg/node_modules/npm-run-path Completed in 1ms
388 silly placeDep node_modules/create-dmg mimic-fn@4.0.0 OK for: onetime@6.0.0 want: ^4.0.0
389 timing idealTree:node_modules/create-dmg/node_modules/onetime Completed in 1ms
390 timing idealTree:node_modules/create-dmg/node_modules/mimic-fn Completed in 0ms
391 silly placeDep node_modules/create-dmg chalk@5.3.0 OK for: ora@6.3.1 want: ^5.0.0
392 silly placeDep node_modules/create-dmg cli-cursor@4.0.0 OK for: ora@6.3.1 want: ^4.0.0
393 silly fetch manifest restore-cursor@^4.0.0
394 silly placeDep node_modules/create-dmg cli-spinners@2.9.1 OK for: ora@6.3.1 want: ^2.6.1
395 silly placeDep node_modules/create-dmg is-interactive@2.0.0 OK for: ora@6.3.1 want: ^2.0.0
396 silly placeDep node_modules/create-dmg is-unicode-supported@1.3.0 OK for: ora@6.3.1 want: ^1.1.0
397 silly placeDep node_modules/create-dmg log-symbols@5.1.0 OK for: ora@6.3.1 want: ^5.1.0
398 silly placeDep node_modules/create-dmg stdin-discarder@0.1.0 OK for: ora@6.3.1 want: ^0.1.0
399 silly fetch manifest bl@^5.0.0
400 silly placeDep node_modules/create-dmg strip-ansi@7.1.0 OK for: ora@6.3.1 want: ^7.0.1
401 silly fetch manifest ansi-regex@^6.0.1
402 silly placeDep node_modules/create-dmg wcwidth@1.0.1 OK for: ora@6.3.1 want: ^1.0.1
403 silly fetch manifest defaults@^1.0.3
404 http fetch GET 200 https://registry.npmjs.org/restore-cursor 38ms (cache revalidated)
405 http fetch GET 200 https://registry.npmjs.org/ansi-regex 36ms (cache revalidated)
406 http fetch GET 200 https://registry.npmjs.org/bl 146ms (cache updated)
407 http fetch GET 200 https://registry.npmjs.org/defaults 220ms (cache updated)
408 timing idealTree:node_modules/create-dmg/node_modules/ora Completed in 227ms
409 timing idealTree:node_modules/create-dmg/node_modules/chalk Completed in 0ms
410 silly placeDep node_modules/create-dmg restore-cursor@4.0.0 OK for: cli-cursor@4.0.0 want: ^4.0.0
411 silly fetch manifest onetime@^5.1.0
412 timing idealTree:node_modules/create-dmg/node_modules/cli-cursor Completed in 2ms
413 timing idealTree:node_modules/create-dmg/node_modules/cli-spinners Completed in 0ms
414 timing idealTree:node_modules/create-dmg/node_modules/is-interactive Completed in 0ms
415 timing idealTree:node_modules/create-dmg/node_modules/is-unicode-supported Completed in 0ms
416 timing idealTree:node_modules/create-dmg/node_modules/log-symbols Completed in 0ms
417 silly placeDep node_modules/create-dmg color-convert@0.5.3 OK for: parse-color@1.0.0 want: ~0.5.0
418 timing idealTree:node_modules/create-dmg/node_modules/parse-color Completed in 1ms
419 timing idealTree:node_modules/create-dmg/node_modules/color-convert Completed in 0ms
420 timing idealTree:node_modules/create-dmg/node_modules/path-exists Completed in 0ms
421 timing idealTree:node_modules/create-dmg/node_modules/path-key Completed in 0ms
422 silly placeDep node_modules/create-dmg @xmldom/xmldom@0.8.10 OK for: plist@3.1.0 want: ^0.8.8
423 silly placeDep node_modules/create-dmg base64-js@1.5.1 OK for: plist@3.1.0 want: ^1.5.1
424 silly placeDep node_modules/create-dmg xmlbuilder@15.1.1 OK for: plist@3.1.0 want: ^15.1.1
425 timing idealTree:node_modules/create-dmg/node_modules/plist Completed in 2ms
426 timing idealTree:node_modules/create-dmg/node_modules/@xmldom/xmldom Completed in 0ms
427 timing idealTree:node_modules/create-dmg/node_modules/base64-js Completed in 0ms
428 timing idealTree:node_modules/create-dmg/node_modules/quick-lru Completed in 0ms
429 silly placeDep node_modules/create-dmg base32-encode@1.2.0 OK for: random-path@0.1.2 want: ^0.1.0 || ^1.0.0
430 silly fetch manifest to-data-view@^1.1.0
431 silly placeDep node_modules/create-dmg murmur-32@0.2.0 OK for: random-path@0.1.2 want: ^0.1.0 || ^0.2.0
432 silly fetch manifest encode-utf8@^1.0.3
433 silly fetch manifest fmix@^0.1.0
434 silly fetch manifest imul@^1.0.0
435 http fetch GET 200 https://registry.npmjs.org/to-data-view 692ms (cache revalidated)
436 http fetch GET 200 https://registry.npmjs.org/encode-utf8 707ms (cache revalidated)
437 http fetch GET 200 https://registry.npmjs.org/imul 712ms (cache revalidated)
438 http fetch GET 200 https://registry.npmjs.org/fmix 715ms (cache revalidated)
439 timing idealTree:node_modules/create-dmg/node_modules/random-path Completed in 718ms
440 silly placeDep node_modules/create-dmg to-data-view@1.1.0 OK for: base32-encode@1.2.0 want: ^1.1.0
441 timing idealTree:node_modules/create-dmg/node_modules/base32-encode Completed in 1ms
442 silly placeDep node_modules/create-dmg encode-utf8@1.0.3 OK for: murmur-32@0.2.0 want: ^1.0.3
443 silly placeDep node_modules/create-dmg fmix@0.1.0 OK for: murmur-32@0.2.0 want: ^0.1.0
444 silly placeDep node_modules/create-dmg imul@1.0.1 OK for: murmur-32@0.2.0 want: ^1.0.0
445 timing idealTree:node_modules/create-dmg/node_modules/murmur-32 Completed in 3ms
446 timing idealTree:node_modules/create-dmg/node_modules/encode-utf8 Completed in 0ms
447 timing idealTree:node_modules/create-dmg/node_modules/fmix Completed in 0ms
448 timing idealTree:node_modules/create-dmg/node_modules/imul Completed in 0ms
449 silly placeDep node_modules/create-dmg find-up@6.3.0 OK for: read-pkg-up@9.1.0 want: ^6.3.0
450 silly fetch manifest locate-path@^7.1.0
451 silly fetch manifest path-exists@^5.0.0
452 silly placeDep node_modules/create-dmg read-pkg@7.1.0 OK for: read-pkg-up@9.1.0 want: ^7.1.0
453 silly fetch manifest @types/normalize-package-data@^2.4.1
454 silly fetch manifest normalize-package-data@^3.0.2
455 silly fetch manifest parse-json@^5.2.0
456 silly fetch manifest type-fest@^2.0.0
457 silly placeDep node_modules/create-dmg/node_modules/read-pkg-up type-fest@2.19.0 OK for: read-pkg-up@9.1.0 want: ^2.5.0
458 http fetch GET 200 https://registry.npmjs.org/locate-path 45ms (cache revalidated)
459 http fetch GET 200 https://registry.npmjs.org/@types%2fnormalize-package-data 46ms (cache updated)
460 http fetch GET 200 https://registry.npmjs.org/parse-json 81ms (cache updated)
461 timing idealTree:node_modules/create-dmg/node_modules/read-pkg-up Completed in 86ms
462 silly placeDep node_modules/create-dmg locate-path@7.2.0 OK for: find-up@6.3.0 want: ^7.1.0
463 silly fetch manifest p-locate@^6.0.0
464 silly placeDep node_modules/create-dmg/node_modules/find-up path-exists@5.0.0 OK for: find-up@6.3.0 want: ^5.0.0
465 http fetch GET 200 https://registry.npmjs.org/p-locate 34ms (cache revalidated)
466 timing idealTree:node_modules/create-dmg/node_modules/find-up Completed in 36ms
467 silly placeDep node_modules/create-dmg p-locate@6.0.0 OK for: locate-path@7.2.0 want: ^6.0.0
468 silly fetch manifest p-limit@^4.0.0
469 http fetch GET 200 https://registry.npmjs.org/p-limit 96ms (cache updated)
470 timing idealTree:node_modules/create-dmg/node_modules/locate-path Completed in 99ms
471 silly placeDep node_modules/create-dmg p-limit@4.0.0 OK for: p-locate@6.0.0 want: ^4.0.0
472 silly fetch manifest yocto-queue@^1.0.0
473 http fetch GET 200 https://registry.npmjs.org/yocto-queue 34ms (cache revalidated)
474 timing idealTree:node_modules/create-dmg/node_modules/p-locate Completed in 37ms
475 silly placeDep node_modules/create-dmg yocto-queue@1.0.0 OK for: p-limit@4.0.0 want: ^1.0.0
476 timing idealTree:node_modules/create-dmg/node_modules/p-limit Completed in 2ms
477 silly placeDep node_modules/create-dmg @types/normalize-package-data@2.4.3 OK for: read-pkg@7.1.0 want: ^2.4.1
478 silly placeDep node_modules/create-dmg/node_modules/read-pkg normalize-package-data@3.0.3 OK for: read-pkg@7.1.0 want: ^3.0.2
479 silly fetch manifest hosted-git-info@^4.0.1
480 silly placeDep node_modules/create-dmg parse-json@5.2.0 OK for: read-pkg@7.1.0 want: ^5.2.0
481 silly fetch manifest @babel/code-frame@^7.0.0
482 silly fetch manifest error-ex@^1.3.1
483 silly fetch manifest json-parse-even-better-errors@^2.3.0
484 silly fetch manifest lines-and-columns@^1.1.6
485 silly placeDep node_modules/create-dmg/node_modules/read-pkg type-fest@2.19.0 OK for: read-pkg@7.1.0 want: ^2.0.0
486 http fetch GET 200 https://registry.npmjs.org/lines-and-columns 33ms (cache revalidated)
487 http fetch GET 200 https://registry.npmjs.org/error-ex 46ms (cache revalidated)
488 http fetch GET 200 https://registry.npmjs.org/@babel%2fcode-frame 56ms (cache revalidated)
489 http fetch GET 200 https://registry.npmjs.org/json-parse-even-better-errors 726ms (cache revalidated)
490 timing idealTree:node_modules/create-dmg/node_modules/read-pkg Completed in 731ms
491 timing idealTree:node_modules/create-dmg/node_modules/@types/normalize-package-data Completed in 0ms
492 silly placeDep node_modules/create-dmg @babel/code-frame@7.22.13 OK for: parse-json@5.2.0 want: ^7.0.0
493 silly fetch manifest @babel/highlight@^7.22.13
494 silly fetch manifest chalk@^2.4.2
495 silly placeDep node_modules/create-dmg error-ex@1.3.2 OK for: parse-json@5.2.0 want: ^1.3.1
496 silly fetch manifest is-arrayish@^0.2.1
497 silly placeDep node_modules/create-dmg json-parse-even-better-errors@2.3.1 OK for: parse-json@5.2.0 want: ^2.3.0
498 silly placeDep node_modules/create-dmg lines-and-columns@1.2.4 OK for: parse-json@5.2.0 want: ^1.1.6
499 http fetch GET 200 https://registry.npmjs.org/is-arrayish 42ms (cache revalidated)
500 http fetch GET 200 https://registry.npmjs.org/@babel%2fhighlight 50ms (cache revalidated)
501 timing idealTree:node_modules/create-dmg/node_modules/parse-json Completed in 54ms
502 silly placeDep node_modules/create-dmg @babel/highlight@7.22.20 OK for: @babel/code-frame@7.22.13 want: ^7.22.13
503 silly fetch manifest @babel/helper-validator-identifier@^7.22.20
504 silly fetch manifest js-tokens@^4.0.0
505 silly placeDep node_modules/create-dmg/node_modules/@babel/code-frame chalk@2.4.2 OK for: @babel/code-frame@7.22.13 want: ^2.4.2
506 silly fetch manifest ansi-styles@^3.2.1
507 silly fetch manifest escape-string-regexp@^1.0.5
508 silly fetch manifest supports-color@^5.3.0
509 http fetch GET 200 https://registry.npmjs.org/js-tokens 34ms (cache revalidated)
510 http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 36ms (cache revalidated)
511 http fetch GET 200 https://registry.npmjs.org/ansi-styles 38ms (cache revalidated)
512 http fetch GET 200 https://registry.npmjs.org/supports-color 46ms (cache revalidated)
513 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-validator-identifier 60ms (cache revalidated)
514 timing idealTree:node_modules/create-dmg/node_modules/@babel/code-frame Completed in 63ms
515 silly placeDep node_modules/create-dmg @babel/helper-validator-identifier@7.22.20 OK for: @babel/highlight@7.22.20 want: ^7.22.20
516 silly placeDep node_modules/create-dmg/node_modules/@babel/highlight chalk@2.4.2 OK for: @babel/highlight@7.22.20 want: ^2.4.2
517 silly placeDep node_modules/create-dmg js-tokens@4.0.0 OK for: @babel/highlight@7.22.20 want: ^4.0.0
518 timing idealTree:node_modules/create-dmg/node_modules/@babel/highlight Completed in 3ms
519 timing idealTree:node_modules/create-dmg/node_modules/@babel/helper-validator-identifier Completed in 0ms
520 silly placeDep node_modules/create-dmg is-arrayish@0.2.1 OK for: error-ex@1.3.2 want: ^0.2.1
521 timing idealTree:node_modules/create-dmg/node_modules/error-ex Completed in 1ms
522 timing idealTree:node_modules/create-dmg/node_modules/is-arrayish Completed in 0ms
523 timing idealTree:node_modules/create-dmg/node_modules/js-tokens Completed in 0ms
524 timing idealTree:node_modules/create-dmg/node_modules/json-parse-even-better-errors Completed in 0ms
525 timing idealTree:node_modules/create-dmg/node_modules/lines-and-columns Completed in 0ms
526 silly placeDep node_modules/create-dmg indent-string@5.0.0 OK for: redent@4.0.0 want: ^5.0.0
527 silly placeDep node_modules/create-dmg strip-indent@4.0.0 OK for: redent@4.0.0 want: ^4.0.0
528 silly fetch manifest min-indent@^1.0.1
529 http fetch GET 200 https://registry.npmjs.org/min-indent 35ms (cache revalidated)
530 timing idealTree:node_modules/create-dmg/node_modules/redent Completed in 38ms
531 timing idealTree:node_modules/create-dmg/node_modules/indent-string Completed in 0ms
532 timing idealTree:node_modules/create-dmg/node_modules/repeat-string Completed in 0ms
533 silly placeDep node_modules/create-dmg/node_modules/restore-cursor onetime@5.1.2 OK for: restore-cursor@4.0.0 want: ^5.1.0
534 silly fetch manifest mimic-fn@^2.1.0
535 timing idealTree:node_modules/create-dmg/node_modules/restore-cursor Completed in 1ms
536 silly placeDep node_modules/create-dmg/node_modules/semver lru-cache@6.0.0 OK for: semver@7.5.4 want: ^6.0.0
537 silly fetch manifest yallist@^4.0.0
538 http fetch GET 200 https://registry.npmjs.org/yallist 40ms (cache revalidated)
539 timing idealTree:node_modules/create-dmg/node_modules/semver Completed in 41ms
540 silly placeDep node_modules/create-dmg shebang-regex@3.0.0 OK for: shebang-command@2.0.0 want: ^3.0.0
541 timing idealTree:node_modules/create-dmg/node_modules/shebang-command Completed in 1ms
542 timing idealTree:node_modules/create-dmg/node_modules/shebang-regex Completed in 0ms
543 timing idealTree:node_modules/create-dmg/node_modules/signal-exit Completed in 0ms
544 silly placeDep node_modules/create-dmg bl@5.1.0 OK for: stdin-discarder@0.1.0 want: ^5.0.0
545 silly fetch manifest buffer@^6.0.3
546 silly fetch manifest inherits@^2.0.4
547 silly fetch manifest readable-stream@^3.4.0
548 http fetch GET 200 https://registry.npmjs.org/buffer 34ms (cache revalidated)
549 http fetch GET 200 https://registry.npmjs.org/readable-stream 36ms (cache revalidated)
550 http fetch GET 200 https://registry.npmjs.org/inherits 45ms (cache revalidated)
551 timing idealTree:node_modules/create-dmg/node_modules/stdin-discarder Completed in 46ms
552 silly placeDep node_modules/create-dmg buffer@6.0.3 OK for: bl@5.1.0 want: ^6.0.3
553 silly fetch manifest ieee754@^1.2.1
554 silly placeDep node_modules/create-dmg inherits@2.0.4 OK for: bl@5.1.0 want: ^2.0.4
555 silly placeDep node_modules/create-dmg readable-stream@3.6.2 OK for: bl@5.1.0 want: ^3.4.0
556 silly fetch manifest string_decoder@^1.1.1
557 silly fetch manifest util-deprecate@^1.0.1
558 http fetch GET 200 https://registry.npmjs.org/util-deprecate 32ms (cache revalidated)
559 http fetch GET 200 https://registry.npmjs.org/string_decoder 35ms (cache revalidated)
560 http fetch GET 200 https://registry.npmjs.org/ieee754 38ms (cache revalidated)
561 timing idealTree:node_modules/create-dmg/node_modules/bl Completed in 40ms
562 silly placeDep node_modules/create-dmg ieee754@1.2.1 OK for: buffer@6.0.3 want: ^1.2.1
563 timing idealTree:node_modules/create-dmg/node_modules/buffer Completed in 1ms
564 timing idealTree:node_modules/create-dmg/node_modules/ieee754 Completed in 0ms
565 timing idealTree:node_modules/create-dmg/node_modules/inherits Completed in 0ms
566 silly placeDep node_modules/create-dmg string_decoder@1.3.0 OK for: readable-stream@3.6.2 want: ^1.1.1
567 silly fetch manifest safe-buffer@~5.2.0
568 silly placeDep node_modules/create-dmg util-deprecate@1.0.2 OK for: readable-stream@3.6.2 want: ^1.0.1
569 http fetch GET 200 https://registry.npmjs.org/safe-buffer 32ms (cache revalidated)
570 timing idealTree:node_modules/create-dmg/node_modules/readable-stream Completed in 34ms
571 timing idealTree:node_modules/create-dmg/node_modules/stream-buffers Completed in 0ms
572 silly placeDep node_modules/create-dmg safe-buffer@5.2.1 OK for: string_decoder@1.3.0 want: ~5.2.0
573 timing idealTree:node_modules/create-dmg/node_modules/string_decoder Completed in 1ms
574 timing idealTree:node_modules/create-dmg/node_modules/safe-buffer Completed in 0ms
575 silly placeDep node_modules/create-dmg ansi-regex@6.0.1 OK for: strip-ansi@7.1.0 want: ^6.0.1
576 timing idealTree:node_modules/create-dmg/node_modules/strip-ansi Completed in 1ms
577 timing idealTree:node_modules/create-dmg/node_modules/ansi-regex Completed in 0ms
578 timing idealTree:node_modules/create-dmg/node_modules/strip-final-newline Completed in 0ms
579 silly placeDep node_modules/create-dmg min-indent@1.0.1 OK for: strip-indent@4.0.0 want: ^1.0.1
580 timing idealTree:node_modules/create-dmg/node_modules/strip-indent Completed in 0ms
581 timing idealTree:node_modules/create-dmg/node_modules/min-indent Completed in 0ms
582 silly placeDep node_modules/create-dmg temp-dir@3.0.0 OK for: tempy@3.1.0 want: ^3.0.0
583 silly placeDep node_modules/create-dmg/node_modules/tempy type-fest@2.19.0 OK for: tempy@3.1.0 want: ^2.12.2
584 silly placeDep node_modules/create-dmg unique-string@3.0.0 OK for: tempy@3.1.0 want: ^3.0.0
585 silly fetch manifest crypto-random-string@^4.0.0
586 http fetch GET 200 https://registry.npmjs.org/crypto-random-string 38ms (cache revalidated)
587 timing idealTree:node_modules/create-dmg/node_modules/tempy Completed in 40ms
588 timing idealTree:node_modules/create-dmg/node_modules/temp-dir Completed in 0ms
589 silly placeDep node_modules/create-dmg unorm@1.6.0 OK for: tn1150@0.1.0 want: ^1.4.1
590 timing idealTree:node_modules/create-dmg/node_modules/tn1150 Completed in 1ms
591 timing idealTree:node_modules/create-dmg/node_modules/to-data-view Completed in 0ms
592 timing idealTree:node_modules/create-dmg/node_modules/trim-newlines Completed in 0ms
593 timing idealTree:node_modules/create-dmg/node_modules/type-fest Completed in 0ms
594 silly placeDep node_modules/create-dmg crypto-random-string@4.0.0 OK for: unique-string@3.0.0 want: ^4.0.0
595 silly fetch manifest type-fest@^1.0.1
596 timing idealTree:node_modules/create-dmg/node_modules/unique-string Completed in 3ms
597 silly placeDep node_modules/create-dmg/node_modules/crypto-random-string type-fest@1.4.0 OK for: crypto-random-string@4.0.0 want: ^1.0.1
598 timing idealTree:node_modules/create-dmg/node_modules/crypto-random-string Completed in 1ms
599 timing idealTree:node_modules/create-dmg/node_modules/unorm Completed in 0ms
600 timing idealTree:node_modules/create-dmg/node_modules/util-deprecate Completed in 0ms
601 silly placeDep node_modules/create-dmg spdx-correct@3.2.0 OK for: validate-npm-package-license@3.0.4 want: ^3.0.0
602 silly fetch manifest spdx-license-ids@^3.0.0
603 silly placeDep node_modules/create-dmg spdx-expression-parse@3.0.1 OK for: validate-npm-package-license@3.0.4 want: ^3.0.0
604 silly fetch manifest spdx-exceptions@^2.1.0
605 http fetch GET 200 https://registry.npmjs.org/spdx-exceptions 31ms (cache revalidated)
606 http fetch GET 200 https://registry.npmjs.org/spdx-license-ids 42ms (cache revalidated)
607 timing idealTree:node_modules/create-dmg/node_modules/validate-npm-package-license Completed in 44ms
608 silly placeDep node_modules/create-dmg spdx-license-ids@3.0.16 OK for: spdx-correct@3.2.0 want: ^3.0.0
609 timing idealTree:node_modules/create-dmg/node_modules/spdx-correct Completed in 1ms
610 silly placeDep node_modules/create-dmg spdx-exceptions@2.3.0 OK for: spdx-expression-parse@3.0.1 want: ^2.1.0
611 timing idealTree:node_modules/create-dmg/node_modules/spdx-expression-parse Completed in 1ms
612 timing idealTree:node_modules/create-dmg/node_modules/spdx-exceptions Completed in 0ms
613 timing idealTree:node_modules/create-dmg/node_modules/spdx-license-ids Completed in 0ms
614 silly placeDep node_modules/create-dmg defaults@1.0.4 OK for: wcwidth@1.0.1 want: ^1.0.3
615 silly fetch manifest clone@^1.0.2
616 http fetch GET 200 https://registry.npmjs.org/clone 33ms (cache revalidated)
617 timing idealTree:node_modules/create-dmg/node_modules/wcwidth Completed in 35ms
618 silly placeDep node_modules/create-dmg clone@1.0.4 OK for: defaults@1.0.4 want: ^1.0.2
619 timing idealTree:node_modules/create-dmg/node_modules/defaults Completed in 1ms
620 timing idealTree:node_modules/create-dmg/node_modules/clone Completed in 0ms
621 silly placeDep node_modules/create-dmg isexe@2.0.0 OK for: which@2.0.2 want: ^2.0.0
622 timing idealTree:node_modules/create-dmg/node_modules/which Completed in 1ms
623 timing idealTree:node_modules/create-dmg/node_modules/isexe Completed in 0ms
624 timing idealTree:node_modules/create-dmg/node_modules/xmlbuilder Completed in 0ms
625 timing idealTree:node_modules/create-dmg/node_modules/xtend Completed in 0ms
626 timing idealTree:node_modules/create-dmg/node_modules/yargs-parser Completed in 0ms
627 timing idealTree:node_modules/create-dmg/node_modules/yocto-queue Completed in 0ms
628 silly placeDep node_modules/create-dmg ansi-styles@3.2.1 OK for: chalk@2.4.2 want: ^3.2.1
629 silly fetch manifest color-convert@^1.9.0
630 silly placeDep node_modules/create-dmg escape-string-regexp@1.0.5 OK for: chalk@2.4.2 want: ^1.0.5
631 silly placeDep node_modules/create-dmg supports-color@5.5.0 OK for: chalk@2.4.2 want: ^5.3.0
632 silly fetch manifest has-flag@^3.0.0
633 http fetch GET 200 https://registry.npmjs.org/has-flag 33ms (cache revalidated)
634 timing idealTree:node_modules/create-dmg/node_modules/@babel/code-frame/node_modules/chalk Completed in 37ms
635 silly placeDep node_modules/create-dmg/node_modules/ansi-styles color-convert@1.9.3 OK for: ansi-styles@3.2.1 want: ^1.9.0
636 silly fetch manifest color-name@1.1.3
637 http fetch GET 200 https://registry.npmjs.org/color-name 30ms (cache revalidated)
638 timing idealTree:node_modules/create-dmg/node_modules/ansi-styles Completed in 31ms
639 timing idealTree:node_modules/create-dmg/node_modules/escape-string-regexp Completed in 0ms
640 silly placeDep node_modules/create-dmg has-flag@3.0.0 OK for: supports-color@5.5.0 want: ^3.0.0
641 timing idealTree:node_modules/create-dmg/node_modules/supports-color Completed in 2ms
642 timing idealTree:node_modules/create-dmg/node_modules/has-flag Completed in 0ms
643 timing idealTree:node_modules/create-dmg/node_modules/@babel/highlight/node_modules/chalk Completed in 0ms
644 silly placeDep node_modules/create-dmg color-name@1.1.3 OK for: color-convert@1.9.3 want: 1.1.3
645 timing idealTree:node_modules/create-dmg/node_modules/ansi-styles/node_modules/color-convert Completed in 1ms
646 timing idealTree:node_modules/create-dmg/node_modules/color-name Completed in 0ms
647 silly placeDep node_modules/create-dmg/node_modules/appdmg cross-spawn@6.0.5 OK for: execa@1.0.0 want: ^6.0.0
648 silly fetch manifest nice-try@^1.0.4
649 silly fetch manifest path-key@^2.0.1
650 silly fetch manifest semver@^5.5.0
651 silly fetch manifest shebang-command@^1.2.0
652 silly placeDep node_modules/create-dmg/node_modules/appdmg get-stream@4.1.0 OK for: execa@1.0.0 want: ^4.0.0
653 silly fetch manifest pump@^3.0.0
654 silly placeDep node_modules/create-dmg/node_modules/appdmg is-stream@1.1.0 OK for: execa@1.0.0 want: ^1.1.0
655 silly placeDep node_modules/create-dmg/node_modules/appdmg npm-run-path@2.0.2 OK for: execa@1.0.0 want: ^2.0.0
656 silly fetch manifest path-key@^2.0.0
657 silly placeDep node_modules/create-dmg p-finally@1.0.0 OK for: execa@1.0.0 want: ^1.0.0
658 silly placeDep node_modules/create-dmg strip-eof@1.0.0 OK for: execa@1.0.0 want: ^1.0.0
659 http fetch GET 200 https://registry.npmjs.org/pump 32ms (cache revalidated)
660 http fetch GET 200 https://registry.npmjs.org/nice-try 40ms (cache revalidated)
661 timing idealTree:node_modules/create-dmg/node_modules/appdmg/node_modules/execa Completed in 43ms
662 timing idealTree:node_modules/create-dmg/node_modules/p-finally Completed in 0ms
663 timing idealTree:node_modules/create-dmg/node_modules/strip-eof Completed in 0ms
664 silly placeDep node_modules/create-dmg nice-try@1.0.5 OK for: cross-spawn@6.0.5 want: ^1.0.4
665 silly placeDep node_modules/create-dmg/node_modules/appdmg path-key@2.0.1 OK for: cross-spawn@6.0.5 want: ^2.0.1
666 silly placeDep node_modules/create-dmg/node_modules/appdmg semver@5.7.2 OK for: cross-spawn@6.0.5 want: ^5.5.0
667 silly placeDep node_modules/create-dmg/node_modules/appdmg shebang-command@1.2.0 OK for: cross-spawn@6.0.5 want: ^1.2.0
668 silly fetch manifest shebang-regex@^1.0.0
669 silly placeDep node_modules/create-dmg/node_modules/appdmg which@1.3.1 OK for: cross-spawn@6.0.5 want: ^1.2.9
670 timing idealTree:node_modules/create-dmg/node_modules/appdmg/node_modules/cross-spawn Completed in 5ms
671 timing idealTree:node_modules/create-dmg/node_modules/nice-try Completed in 0ms
672 silly placeDep node_modules/create-dmg pump@3.0.0 OK for: get-stream@4.1.0 want: ^3.0.0
673 silly fetch manifest end-of-stream@^1.1.0
674 silly fetch manifest once@^1.3.1
675 http fetch GET 200 https://registry.npmjs.org/end-of-stream 40ms (cache revalidated)
676 http fetch GET 200 https://registry.npmjs.org/once 42ms (cache revalidated)
677 timing idealTree:node_modules/create-dmg/node_modules/appdmg/node_modules/get-stream Completed in 44ms
678 silly placeDep node_modules/create-dmg end-of-stream@1.4.4 OK for: pump@3.0.0 want: ^1.1.0
679 silly fetch manifest once@^1.4.0
680 silly placeDep node_modules/create-dmg once@1.4.0 OK for: pump@3.0.0 want: ^1.3.1
681 silly fetch manifest wrappy@1
682 http fetch GET 200 https://registry.npmjs.org/wrappy 36ms (cache revalidated)
683 timing idealTree:node_modules/create-dmg/node_modules/pump Completed in 38ms
684 timing idealTree:node_modules/create-dmg/node_modules/end-of-stream Completed in 0ms
685 silly placeDep node_modules/create-dmg wrappy@1.0.2 OK for: once@1.4.0 want: 1
686 timing idealTree:node_modules/create-dmg/node_modules/once Completed in 1ms
687 timing idealTree:node_modules/create-dmg/node_modules/wrappy Completed in 0ms
688 timing idealTree:node_modules/create-dmg/node_modules/appdmg/node_modules/is-stream Completed in 0ms
689 timing idealTree:node_modules/create-dmg/node_modules/appdmg/node_modules/npm-run-path Completed in 0ms
690 timing idealTree:node_modules/create-dmg/node_modules/appdmg/node_modules/path-key Completed in 0ms
691 timing idealTree:node_modules/create-dmg/node_modules/appdmg/node_modules/semver Completed in 0ms
692 silly placeDep node_modules/create-dmg/node_modules/appdmg shebang-regex@1.0.0 OK for: shebang-command@1.2.0 want: ^1.0.0
693 timing idealTree:node_modules/create-dmg/node_modules/appdmg/node_modules/shebang-command Completed in 1ms
694 timing idealTree:node_modules/create-dmg/node_modules/appdmg/node_modules/shebang-regex Completed in 0ms
695 timing idealTree:node_modules/create-dmg/node_modules/appdmg/node_modules/which Completed in 0ms
696 timing idealTree:node_modules/create-dmg/node_modules/camelcase-keys/node_modules/type-fest Completed in 0ms
697 timing idealTree:node_modules/create-dmg/node_modules/crypto-random-string/node_modules/type-fest Completed in 0ms
698 timing idealTree:node_modules/create-dmg/node_modules/decamelize-keys/node_modules/decamelize Completed in 0ms
699 timing idealTree:node_modules/create-dmg/node_modules/decamelize-keys/node_modules/map-obj Completed in 0ms
700 timing idealTree:node_modules/create-dmg/node_modules/find-up/node_modules/path-exists Completed in 0ms
701 silly placeDep node_modules/create-dmg/node_modules/gm lru-cache@4.1.5 OK for: cross-spawn@4.0.2 want: ^4.0.1
702 silly fetch manifest pseudomap@^1.0.2
703 silly fetch manifest yallist@^2.1.2
704 silly placeDep node_modules/create-dmg/node_modules/gm which@1.3.1 OK for: cross-spawn@4.0.2 want: ^1.2.9
705 http fetch GET 200 https://registry.npmjs.org/pseudomap 34ms (cache revalidated)
706 timing idealTree:node_modules/create-dmg/node_modules/gm/node_modules/cross-spawn Completed in 35ms
707 silly placeDep node_modules/create-dmg pseudomap@1.0.2 OK for: lru-cache@4.1.5 want: ^1.0.2
708 silly placeDep node_modules/create-dmg yallist@2.1.2 OK for: lru-cache@4.1.5 want: ^2.1.2
709 timing idealTree:node_modules/create-dmg/node_modules/gm/node_modules/lru-cache Completed in 3ms
710 timing idealTree:node_modules/create-dmg/node_modules/pseudomap Completed in 0ms
711 timing idealTree:node_modules/create-dmg/node_modules/yallist Completed in 0ms
712 timing idealTree:node_modules/create-dmg/node_modules/gm/node_modules/which Completed in 0ms
713 timing idealTree:node_modules/create-dmg/node_modules/npm-run-path/node_modules/path-key Completed in 0ms
714 timing idealTree:node_modules/create-dmg/node_modules/read-pkg-up/node_modules/type-fest Completed in 0ms
715 silly placeDep node_modules/create-dmg/node_modules/read-pkg hosted-git-info@4.1.0 OK for: normalize-package-data@3.0.3 want: ^4.0.1
716 timing idealTree:node_modules/create-dmg/node_modules/read-pkg/node_modules/normalize-package-data Completed in 1ms
717 silly placeDep node_modules/create-dmg/node_modules/read-pkg lru-cache@6.0.0 OK for: hosted-git-info@4.1.0 want: ^6.0.0
718 timing idealTree:node_modules/create-dmg/node_modules/read-pkg/node_modules/hosted-git-info Completed in 1ms
719 silly placeDep node_modules/create-dmg/node_modules/read-pkg yallist@4.0.0 OK for: lru-cache@6.0.0 want: ^4.0.0
720 timing idealTree:node_modules/create-dmg/node_modules/read-pkg/node_modules/lru-cache Completed in 1ms
721 timing idealTree:node_modules/create-dmg/node_modules/read-pkg/node_modules/type-fest Completed in 0ms
722 timing idealTree:node_modules/create-dmg/node_modules/read-pkg/node_modules/yallist Completed in 0ms
723 silly placeDep node_modules/create-dmg/node_modules/restore-cursor mimic-fn@2.1.0 OK for: onetime@5.1.2 want: ^2.1.0
724 timing idealTree:node_modules/create-dmg/node_modules/restore-cursor/node_modules/onetime Completed in 1ms
725 timing idealTree:node_modules/create-dmg/node_modules/restore-cursor/node_modules/mimic-fn Completed in 0ms
726 silly placeDep node_modules/create-dmg/node_modules/semver yallist@4.0.0 OK for: lru-cache@6.0.0 want: ^4.0.0
727 timing idealTree:node_modules/create-dmg/node_modules/semver/node_modules/lru-cache Completed in 0ms
728 timing idealTree:node_modules/create-dmg/node_modules/semver/node_modules/yallist Completed in 0ms
729 timing idealTree:node_modules/create-dmg/node_modules/tempy/node_modules/type-fest Completed in 0ms
730 timing idealTree:buildDeps Completed in 8495ms
731 timing idealTree:fixDepFlags Completed in 2ms
732 timing idealTree Completed in 8505ms
733 timing reify:loadTrees Completed in 8539ms
734 timing reify:diffTrees Completed in 3ms
735 silly reify mark retired [
735 silly reify   '/opt/homebrew/lib/node_modules/create-dmg',
735 silly reify   '/opt/homebrew/bin/create-dmg'
735 silly reify ]
736 silly reify moves {
736 silly reify   '/opt/homebrew/lib/node_modules/create-dmg': '/opt/homebrew/lib/node_modules/.create-dmg-vLRkUNcO',
736 silly reify   '/opt/homebrew/bin/create-dmg': '/opt/homebrew/bin/.create-dmg-HTn5RuwI'
736 silly reify }
737 timing reify:retireShallow Completed in 2ms
738 timing reify:createSparse Completed in 7ms
739 timing reify:loadBundles Completed in 0ms
740 silly tarball no local data for @types/normalize-package-data@https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz. Extracting by manifest.
741 silly tarball no local data for hasown@https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz. Extracting by manifest.
742 silly tarball no local data for @types/minimist@https://registry.npmjs.org/@types/minimist/-/minimist-1.2.4.tgz. Extracting by manifest.
743 silly tarball no local data for is-core-module@https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz. Extracting by manifest.
744 timing reifyNode:node_modules/create-dmg/node_modules/spdx-exceptions Completed in 114ms
745 timing reifyNode:node_modules/create-dmg/node_modules/icns-lib Completed in 115ms
746 timing reifyNode:node_modules/create-dmg/node_modules/min-indent Completed in 120ms
747 timing reifyNode:node_modules/create-dmg/node_modules/strip-final-newline Completed in 119ms
748 timing reifyNode:node_modules/create-dmg/node_modules/wrappy Completed in 119ms
749 timing reifyNode:node_modules/create-dmg/node_modules/merge-stream Completed in 120ms
750 timing reifyNode:node_modules/create-dmg/node_modules/validate-npm-package-license Completed in 120ms
751 timing reifyNode:node_modules/create-dmg/node_modules/strip-eof Completed in 120ms
752 timing reifyNode:node_modules/create-dmg/node_modules/spdx-license-ids Completed in 120ms
753 timing reifyNode:node_modules/create-dmg/node_modules/repeat-string Completed in 121ms
754 timing reifyNode:node_modules/create-dmg/node_modules/shebang-command Completed in 121ms
755 timing reifyNode:node_modules/create-dmg/node_modules/random-path Completed in 121ms
756 timing reifyNode:node_modules/create-dmg/node_modules/p-finally Completed in 121ms
757 timing reifyNode:node_modules/create-dmg/node_modules/parse-json Completed in 122ms
758 timing reifyNode:node_modules/create-dmg/node_modules/once Completed in 121ms
759 timing reifyNode:node_modules/create-dmg/node_modules/ms Completed in 121ms
760 timing reifyNode:node_modules/create-dmg/node_modules/is-plain-obj Completed in 121ms
761 timing reifyNode:node_modules/create-dmg/node_modules/imul Completed in 123ms
762 timing reifyNode:node_modules/create-dmg/node_modules/error-ex Completed in 123ms
763 timing reifyNode:node_modules/create-dmg/node_modules/escape-string-regexp Completed in 123ms
764 timing reifyNode:node_modules/create-dmg/node_modules/has-flag Completed in 124ms
765 timing reifyNode:node_modules/create-dmg/node_modules/decamelize-keys/node_modules/decamelize Completed in 124ms
766 timing reifyNode:node_modules/create-dmg/node_modules/decamelize-keys/node_modules/map-obj Completed in 124ms
767 timing reifyNode:node_modules/create-dmg/node_modules/decamelize-keys Completed in 124ms
768 timing reifyNode:node_modules/create-dmg/node_modules/end-of-stream Completed in 124ms
769 timing reifyNode:node_modules/create-dmg/node_modules/arrify Completed in 125ms
770 timing reifyNode:node_modules/create-dmg/node_modules/appdmg/node_modules/is-stream Completed in 125ms
771 timing reifyNode:node_modules/create-dmg/node_modules/appdmg/node_modules/shebang-regex Completed in 125ms
772 timing reifyNode:node_modules/create-dmg/node_modules/appdmg/node_modules/shebang-command Completed in 125ms
773 timing reifyNode:node_modules/create-dmg/node_modules/appdmg/node_modules/npm-run-path Completed in 126ms
774 timing reifyNode:node_modules/create-dmg/node_modules/appdmg/node_modules/path-key Completed in 126ms
775 timing reifyNode:node_modules/create-dmg/node_modules/locate-path Completed in 127ms
776 timing reifyNode:node_modules/create-dmg/node_modules/ieee754 Completed in 129ms
777 timing reifyNode:node_modules/create-dmg/node_modules/inherits Completed in 129ms
778 timing reifyNode:node_modules/create-dmg/node_modules/ansi-styles Completed in 126ms
779 timing reifyNode:node_modules/create-dmg/node_modules/yocto-queue Completed in 129ms
780 timing reifyNode:node_modules/create-dmg/node_modules/is-unicode-supported Completed in 130ms
781 timing reifyNode:node_modules/create-dmg/node_modules/stdin-discarder Completed in 130ms
782 timing reifyNode:node_modules/create-dmg/node_modules/json-parse-even-better-errors Completed in 130ms
783 timing reifyNode:node_modules/create-dmg/node_modules/unique-string Completed in 129ms
784 timing reifyNode:node_modules/create-dmg/node_modules/trim-newlines Completed in 129ms
785 timing reifyNode:node_modules/create-dmg/node_modules/temp-dir Completed in 129ms
786 timing reifyNode:node_modules/create-dmg/node_modules/supports-color Completed in 129ms
787 timing reifyNode:node_modules/create-dmg/node_modules/to-data-view Completed in 129ms
788 timing reifyNode:node_modules/create-dmg/node_modules/strip-ansi Completed in 129ms
789 timing reifyNode:node_modules/create-dmg/node_modules/strip-indent Completed in 129ms
790 timing reifyNode:node_modules/create-dmg/node_modules/signal-exit Completed in 129ms
791 timing reifyNode:node_modules/create-dmg/node_modules/read-pkg Completed in 129ms
792 timing reifyNode:node_modules/create-dmg/node_modules/read-pkg-up Completed in 129ms
793 timing reifyNode:node_modules/create-dmg/node_modules/shebang-regex Completed in 129ms
794 timing reifyNode:node_modules/create-dmg/node_modules/redent Completed in 129ms
795 timing reifyNode:node_modules/create-dmg/node_modules/tn1150 Completed in 129ms
796 timing reifyNode:node_modules/create-dmg/node_modules/path-key Completed in 130ms
797 timing reifyNode:node_modules/create-dmg/node_modules/restore-cursor Completed in 130ms
798 timing reifyNode:node_modules/create-dmg/node_modules/semver/node_modules/lru-cache Completed in 130ms
799 timing reifyNode:node_modules/create-dmg/node_modules/restore-cursor/node_modules/mimic-fn Completed in 130ms
800 timing reifyNode:node_modules/create-dmg/node_modules/p-limit Completed in 130ms
801 timing reifyNode:node_modules/create-dmg/node_modules/onetime Completed in 129ms
802 timing reifyNode:node_modules/create-dmg/node_modules/murmur-32 Completed in 129ms
803 timing reifyNode:node_modules/create-dmg/node_modules/p-locate Completed in 130ms
804 timing reifyNode:node_modules/create-dmg/node_modules/npm-run-path Completed in 129ms
805 timing reifyNode:node_modules/create-dmg/node_modules/read-pkg/node_modules/lru-cache Completed in 130ms
806 timing reifyNode:node_modules/create-dmg/node_modules/minimist-options Completed in 129ms
807 timing reifyNode:node_modules/create-dmg/node_modules/mimic-fn Completed in 129ms
808 timing reifyNode:node_modules/create-dmg/node_modules/npm-run-path/node_modules/path-key Completed in 129ms
809 timing reifyNode:node_modules/create-dmg/node_modules/path-exists Completed in 130ms
810 timing reifyNode:node_modules/create-dmg/node_modules/map-obj Completed in 129ms
811 timing reifyNode:node_modules/create-dmg/node_modules/is-interactive Completed in 129ms
812 timing reifyNode:node_modules/create-dmg/node_modules/restore-cursor/node_modules/onetime Completed in 130ms
813 timing reifyNode:node_modules/create-dmg/node_modules/is-stream Completed in 129ms
814 timing reifyNode:node_modules/create-dmg/node_modules/indent-string Completed in 129ms
815 timing reifyNode:node_modules/create-dmg/node_modules/jsonpointer Completed in 130ms
816 timing reifyNode:node_modules/create-dmg/node_modules/gm/node_modules/lru-cache Completed in 130ms
817 timing reifyNode:node_modules/create-dmg/node_modules/encode-utf8 Completed in 130ms
818 timing reifyNode:node_modules/create-dmg/node_modules/find-up/node_modules/path-exists Completed in 130ms
819 timing reifyNode:node_modules/create-dmg/node_modules/cli-cursor Completed in 129ms
820 timing reifyNode:node_modules/create-dmg/node_modules/camelcase-keys Completed in 129ms
821 timing reifyNode:node_modules/create-dmg/node_modules/defaults Completed in 130ms
822 timing reifyNode:node_modules/create-dmg/node_modules/camelcase Completed in 129ms
823 timing reifyNode:node_modules/create-dmg/node_modules/decamelize Completed in 129ms
824 timing reifyNode:node_modules/create-dmg/node_modules/appdmg/node_modules/get-stream Completed in 130ms
825 timing reifyNode:node_modules/create-dmg/node_modules/log-symbols Completed in 131ms
826 timing reifyNode:node_modules/create-dmg/node_modules/util-deprecate Completed in 133ms
827 timing reifyNode:node_modules/create-dmg/node_modules/js-tokens Completed in 133ms
828 timing reifyNode:node_modules/create-dmg/node_modules/kind-of Completed in 133ms
829 timing reifyNode:node_modules/create-dmg/node_modules/hard-rejection Completed in 133ms
830 timing reifyNode:node_modules/create-dmg/node_modules/lines-and-columns Completed in 133ms
831 timing reifyNode:node_modules/create-dmg/node_modules/tempy Completed in 132ms
832 timing reifyNode:node_modules/create-dmg/node_modules/string_decoder Completed in 133ms
833 timing reifyNode:node_modules/create-dmg/node_modules/yallist Completed in 132ms
834 timing reifyNode:node_modules/create-dmg/node_modules/spdx-correct Completed in 133ms
835 timing reifyNode:node_modules/create-dmg/node_modules/read-pkg/node_modules/yallist Completed in 133ms
836 timing reifyNode:node_modules/create-dmg/node_modules/ansi-regex Completed in 131ms
837 timing reifyNode:node_modules/create-dmg/node_modules/semver/node_modules/yallist Completed in 133ms
838 timing reifyNode:node_modules/create-dmg/node_modules/quick-lru Completed in 133ms
839 timing reifyNode:node_modules/create-dmg/node_modules/nice-try Completed in 132ms
840 timing reifyNode:node_modules/create-dmg/node_modules/is-property Completed in 132ms
841 timing reifyNode:node_modules/create-dmg/node_modules/fmix Completed in 132ms
842 timing reifyNode:node_modules/create-dmg/node_modules/find-up Completed in 132ms
843 timing reifyNode:node_modules/create-dmg/node_modules/clone Completed in 133ms
844 timing reifyNode:node_modules/create-dmg/node_modules/crypto-random-string Completed in 133ms
845 timing reifyNode:node_modules/create-dmg/node_modules/base32-encode Completed in 132ms
846 timing reifyNode:node_modules/create-dmg/node_modules/base64-js Completed in 132ms
847 timing reifyNode:node_modules/create-dmg/node_modules/which Completed in 135ms
848 timing reifyNode:node_modules/create-dmg/node_modules/xtend Completed in 135ms
849 timing reifyNode:node_modules/create-dmg/node_modules/pseudomap Completed in 135ms
850 timing reifyNode:node_modules/create-dmg/node_modules/pump Completed in 135ms
851 timing reifyNode:node_modules/create-dmg/node_modules/ora Completed in 135ms
852 timing reifyNode:node_modules/create-dmg/node_modules/meow Completed in 134ms
853 timing reifyNode:node_modules/create-dmg/node_modules/gm/node_modules/which Completed in 134ms
854 timing reifyNode:node_modules/create-dmg/node_modules/generate-function Completed in 134ms
855 timing reifyNode:node_modules/create-dmg/node_modules/generate-object-property Completed in 134ms
856 timing reifyNode:node_modules/create-dmg/node_modules/get-stream Completed in 135ms
857 timing reifyNode:node_modules/create-dmg/node_modules/array-series Completed in 134ms
858 timing reifyNode:node_modules/create-dmg/node_modules/color-name Completed in 134ms
859 timing reifyNode:node_modules/create-dmg/node_modules/array-parallel Completed in 134ms
860 timing reifyNode:node_modules/create-dmg/node_modules/appdmg/node_modules/which Completed in 134ms
861 timing reifyNode:node_modules/create-dmg/node_modules/safe-buffer Completed in 137ms
862 timing reifyNode:node_modules/create-dmg/node_modules/@babel/highlight Completed in 137ms
863 timing reifyNode:node_modules/create-dmg/node_modules/@babel/code-frame Completed in 137ms
864 timing reifyNode:node_modules/create-dmg/node_modules/spdx-expression-parse Completed in 137ms
865 timing reifyNode:node_modules/create-dmg/node_modules/read-pkg/node_modules/hosted-git-info Completed in 137ms
866 timing reifyNode:node_modules/create-dmg/node_modules/is-arrayish Completed in 136ms
867 timing reifyNode:node_modules/create-dmg/node_modules/parse-color Completed in 138ms
868 timing reifyNode:node_modules/create-dmg/node_modules/appdmg/node_modules/execa Completed in 137ms
869 timing reifyNode:node_modules/create-dmg/node_modules/@babel/code-frame/node_modules/chalk Completed in 140ms
870 timing reifyNode:node_modules/create-dmg/node_modules/ansi-styles/node_modules/color-convert Completed in 138ms
871 timing reifyNode:node_modules/create-dmg/node_modules/@babel/highlight/node_modules/chalk Completed in 141ms
872 timing reifyNode:node_modules/create-dmg/node_modules/isexe Completed in 139ms
873 timing reifyNode:node_modules/create-dmg/node_modules/hosted-git-info Completed in 139ms
874 timing reifyNode:node_modules/create-dmg/node_modules/cli-spinners Completed in 139ms
875 timing reifyNode:node_modules/create-dmg/node_modules/gm/node_modules/cross-spawn Completed in 142ms
876 timing reifyNode:node_modules/create-dmg/node_modules/is-my-json-valid Completed in 142ms
877 timing reifyNode:node_modules/create-dmg/node_modules/wcwidth Completed in 143ms
878 timing reifyNode:node_modules/create-dmg/node_modules/is-my-ip-valid Completed in 143ms
879 timing reifyNode:node_modules/create-dmg/node_modules/cross-spawn Completed in 142ms
880 timing reifyNode:node_modules/create-dmg/node_modules/appdmg/node_modules/cross-spawn Completed in 142ms
881 timing reifyNode:node_modules/create-dmg/node_modules/appdmg/node_modules/semver Completed in 142ms
882 timing reifyNode:node_modules/create-dmg/node_modules/fs-temp Completed in 144ms
883 timing reifyNode:node_modules/create-dmg/node_modules/debug Completed in 144ms
884 http fetch GET 200 https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz 123ms (cache miss)
885 timing reifyNode:node_modules/create-dmg/node_modules/@types/normalize-package-data Completed in 147ms
886 http fetch GET 200 https://registry.npmjs.org/@types/minimist/-/minimist-1.2.4.tgz 122ms (cache miss)
887 timing reifyNode:node_modules/create-dmg/node_modules/@types/minimist Completed in 147ms
888 timing reifyNode:node_modules/create-dmg/node_modules/buffer Completed in 147ms
889 timing reifyNode:node_modules/create-dmg/node_modules/unorm Completed in 146ms
890 timing reifyNode:node_modules/create-dmg/node_modules/normalize-package-data Completed in 146ms
891 timing reifyNode:node_modules/create-dmg/node_modules/lru-cache Completed in 146ms
892 timing reifyNode:node_modules/create-dmg/node_modules/read-pkg/node_modules/normalize-package-data Completed in 148ms
893 timing reifyNode:node_modules/create-dmg/node_modules/color-convert Completed in 146ms
894 http fetch GET 200 https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz 125ms (cache miss)
895 timing reifyNode:node_modules/create-dmg/node_modules/hasown Completed in 149ms
896 timing reifyNode:node_modules/create-dmg/node_modules/@babel/helper-validator-identifier Completed in 149ms
897 timing reifyNode:node_modules/create-dmg/node_modules/ds-store Completed in 148ms
898 timing reifyNode:node_modules/create-dmg/node_modules/bplist-creator Completed in 147ms
899 timing reifyNode:node_modules/create-dmg/node_modules/fs-xattr Completed in 149ms
900 timing reifyNode:node_modules/create-dmg/node_modules/function-bind Completed in 149ms
901 timing reifyNode:node_modules/create-dmg/node_modules/execa Completed in 149ms
902 timing reifyNode:node_modules/create-dmg/node_modules/human-signals Completed in 151ms
903 timing reifyNode:node_modules/create-dmg/node_modules/macos-alias Completed in 151ms
904 timing reifyNode:node_modules/create-dmg/node_modules/async Completed in 151ms
905 timing reifyNode:node_modules/create-dmg/node_modules/bl Completed in 155ms
906 timing reifyNode:node_modules/create-dmg/node_modules/chalk Completed in 152ms
907 timing reifyNode:node_modules/create-dmg/node_modules/image-size Completed in 153ms
908 timing reifyNode:node_modules/create-dmg/node_modules/yargs-parser Completed in 154ms
909 http fetch GET 200 https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz 132ms (cache miss)
910 timing reifyNode:node_modules/create-dmg/node_modules/is-core-module Completed in 156ms
911 timing reifyNode:node_modules/create-dmg/node_modules/@xmldom/xmldom Completed in 158ms
912 timing reifyNode:node_modules/create-dmg/node_modules/gm Completed in 157ms
913 timing reifyNode:node_modules/create-dmg/node_modules/minimist Completed in 157ms
914 timing reifyNode:node_modules/create-dmg/node_modules/stream-buffers Completed in 159ms
915 timing reifyNode:node_modules/create-dmg/node_modules/readable-stream Completed in 161ms
916 timing reifyNode:node_modules/create-dmg/node_modules/semver Completed in 168ms
917 timing reifyNode:node_modules/create-dmg/node_modules/plist Completed in 169ms
918 timing reifyNode:node_modules/create-dmg/node_modules/crypto-random-string/node_modules/type-fest Completed in 170ms
919 timing reifyNode:node_modules/create-dmg/node_modules/xmlbuilder Completed in 172ms
920 timing reifyNode:node_modules/create-dmg/node_modules/nan Completed in 174ms
921 timing reifyNode:node_modules/create-dmg/node_modules/tempy/node_modules/type-fest Completed in 174ms
922 timing reifyNode:node_modules/create-dmg/node_modules/read-pkg-up/node_modules/type-fest Completed in 174ms
923 timing reifyNode:node_modules/create-dmg/node_modules/camelcase-keys/node_modules/type-fest Completed in 172ms
924 timing reifyNode:node_modules/create-dmg/node_modules/read-pkg/node_modules/type-fest Completed in 174ms
925 timing reifyNode:node_modules/create-dmg/node_modules/type-fest Completed in 176ms
926 timing reifyNode:node_modules/create-dmg Completed in 178ms
927 timing reifyNode:node_modules/create-dmg/node_modules/appdmg Completed in 177ms
928 timing reify:unpack Completed in 180ms
929 timing reify:unretire Completed in 0ms
930 timing build:queue Completed in 3ms
931 timing build:link:node_modules/create-dmg/node_modules/appdmg Completed in 1ms
932 timing build:link:node_modules/create-dmg Completed in 2ms
933 timing build:link:node_modules/create-dmg/node_modules/image-size Completed in 1ms
934 timing build:link:node_modules/create-dmg/node_modules/semver Completed in 1ms
935 timing build:link:node_modules/create-dmg/node_modules/appdmg/node_modules/which Completed in 1ms
936 timing build:link:node_modules/create-dmg/node_modules/which Completed in 1ms
937 timing build:link:node_modules/create-dmg/node_modules/appdmg/node_modules/semver Completed in 1ms
938 timing build:link:node_modules/create-dmg/node_modules/gm/node_modules/which Completed in 1ms
939 timing build:link Completed in 2ms
940 info run fs-xattr@0.3.1 install node_modules/create-dmg/node_modules/fs-xattr node-gyp rebuild
941 info run macos-alias@0.2.11 install node_modules/create-dmg/node_modules/macos-alias node-gyp rebuild
942 info run fs-xattr@0.3.1 install { code: 1, signal: null }
943 timing reify:rollback:createSparse Completed in 87ms
944 timing reify:rollback:retireShallow Completed in 0ms
945 timing command:install Completed in 12888ms
946 verbose stack Error: command failed
946 verbose stack     at ChildProcess.<anonymous> (/opt/homebrew/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:53:27)
946 verbose stack     at ChildProcess.emit (node:events:515:28)
946 verbose stack     at maybeClose (node:internal/child_process:1105:16)
946 verbose stack     at Socket.<anonymous> (node:internal/child_process:457:11)
946 verbose stack     at Socket.emit (node:events:515:28)
946 verbose stack     at Pipe.<anonymous> (node:net:337:12)
947 verbose pkgid fs-xattr@0.3.1
948 verbose cwd /Users/wesley/Developer/Apps/Aurora Editor/AuroraEditor
949 verbose Darwin 23.1.0
950 verbose node v21.1.0
951 verbose npm  v10.2.0
952 error code 1
953 error path /opt/homebrew/lib/node_modules/create-dmg/node_modules/fs-xattr
954 error command failed
955 error command sh -c node-gyp rebuild
956 error CC(target) Release/obj.target/xattr/src/async.o
957 error gyp info it worked if it ends with ok
957 error gyp info using node-gyp@9.4.0
957 error gyp info using node@21.1.0 | darwin | arm64
957 error gyp info find Python using Python version 3.11.6 found at "/opt/homebrew/opt/python@3.11/bin/python3.11"
957 error gyp http GET https://nodejs.org/download/release/v21.1.0/node-v21.1.0-headers.tar.gz
957 error gyp http 200 https://nodejs.org/download/release/v21.1.0/node-v21.1.0-headers.tar.gz
957 error gyp http GET https://nodejs.org/download/release/v21.1.0/SHASUMS256.txt
957 error gyp http 200 https://nodejs.org/download/release/v21.1.0/SHASUMS256.txt
957 error gyp info spawn /opt/homebrew/opt/python@3.11/bin/python3.11
957 error gyp info spawn args [
957 error gyp info spawn args   '/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
957 error gyp info spawn args   'binding.gyp',
957 error gyp info spawn args   '-f',
957 error gyp info spawn args   'make',
957 error gyp info spawn args   '-I',
957 error gyp info spawn args   '/opt/homebrew/lib/node_modules/create-dmg/node_modules/fs-xattr/build/config.gypi',
957 error gyp info spawn args   '-I',
957 error gyp info spawn args   '/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
957 error gyp info spawn args   '-I',
957 error gyp info spawn args   '/Users/wesley/Library/Caches/node-gyp/21.1.0/include/node/common.gypi',
957 error gyp info spawn args   '-Dlibrary=shared_library',
957 error gyp info spawn args   '-Dvisibility=default',
957 error gyp info spawn args   '-Dnode_root_dir=/Users/wesley/Library/Caches/node-gyp/21.1.0',
957 error gyp info spawn args   '-Dnode_gyp_dir=/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp',
957 error gyp info spawn args   '-Dnode_lib_file=/Users/wesley/Library/Caches/node-gyp/21.1.0/<(target_arch)/node.lib',
957 error gyp info spawn args   '-Dmodule_root_dir=/opt/homebrew/lib/node_modules/create-dmg/node_modules/fs-xattr',
957 error gyp info spawn args   '-Dnode_engine=v8',
957 error gyp info spawn args   '--depth=.',
957 error gyp info spawn args   '--no-parallel',
957 error gyp info spawn args   '--generator-output',
957 error gyp info spawn args   'build',
957 error gyp info spawn args   '-Goutput_dir=.'
957 error gyp info spawn args ]
957 error gyp info spawn make
957 error gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
957 error make: *** [Release/obj.target/xattr/src/async.o] Error 1
957 error gyp ERR! build error 
957 error gyp ERR! stack Error: `make` failed with exit code: 2
957 error gyp ERR! stack     at ChildProcess.onExit (/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:203:23)
957 error gyp ERR! stack     at ChildProcess.emit (node:events:515:28)
957 error gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:294:12)
957 error gyp ERR! System Darwin 23.1.0
957 error gyp ERR! command "/opt/homebrew/Cellar/node/21.1.0/bin/node" "/opt/homebrew/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
957 error gyp ERR! cwd /opt/homebrew/lib/node_modules/create-dmg/node_modules/fs-xattr
957 error gyp ERR! node -v v21.1.0
957 error gyp ERR! node-gyp -v v9.4.0
957 error gyp ERR! not ok
958 verbose exit 1
959 timing npm Completed in 13027ms
960 verbose unfinished npm timer reify 1699101080667
961 verbose unfinished npm timer reify:build 1699101089401
962 verbose unfinished npm timer build 1699101089402
963 verbose unfinished npm timer build:deps 1699101089402
964 verbose unfinished npm timer build:run:install 1699101089407
965 verbose unfinished npm timer build:run:install:node_modules/create-dmg/node_modules/fs-xattr 1699101089407
966 verbose unfinished npm timer build:run:install:node_modules/create-dmg/node_modules/macos-alias 1699101089410
967 verbose code 1
968 error A complete log of this run can be found in: /Users/wesley/.npm/_logs/2023-11-04T12_31_20_522Z-debug-0.log