Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] npm link fails and deletes entire project #2104

Closed
YoshiWalsh opened this issue Nov 2, 2020 · 11 comments
Closed

[BUG] npm link fails and deletes entire project #2104

YoshiWalsh opened this issue Nov 2, 2020 · 11 comments
Assignees
Labels
Bug thing that needs fixing platform:windows is Windows-specific Release 7.x work is associated with a specific npm 7 release

Comments

@YoshiWalsh
Copy link

Note that this same issue was reported back in 2017 on the now-archived repo: npm/npm#15783

Current Behavior:

I am using npm link to try to test changes I am making to an upstream dependency within my own project. In the dependency directory I run npm link. Then in my own project I run npm link ffmpeg-stream.

NPM gives the following error message when running the second link command:

npm ERR! code 1
npm ERR! path D:\git\node-ffmpeg-stream
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c "tsc"
npm ERR! Version 3.9.7
npm ERR! Syntax:   tsc [options] [file...]

Afterwards, the directory of the upstream dependency is empty. Even the .git directory is deleted, so tough luck if you haven't pushed recently.

Expected Behavior:

NPM link should link the package without issue. If an error is encountered, NPM should not delete the entire folder contents.

Steps To Reproduce:

  1. Clone https://github.com/JoshuaWalsh/node-ffmpeg-stream/

  2. Clone https://github.com/JoshuaWalsh/subtitle-indexer

  3. In node-ffmpeg-stream, run npm ci --include=prod

  4. In node-ffmpeg-stream, run npm link

  5. In subtitle-indexer, run npm link ffmpeg-stream

  6. Observe that the node-ffmpeg-stream directory is now empty. (A small number of files may remain if they were in use at the time and couldn't be deleted)

Environment:

  • OS: Windows 10 Pro 10.0.19042
  • Node: 15.0.1
  • npm: 7.0.3

I am using nvm-windows to manage NodeJS, but currently only have one version installed.

@YoshiWalsh YoshiWalsh added Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release labels Nov 2, 2020
@nlf
Copy link
Contributor

nlf commented Nov 3, 2020

i've not been able to reproduce this one, with your instructions i actually don't get any errors at all (when running my terminal as admin, without admin i get EPERM errors when it tries to create the symlinks which i think is expected though is also something we can fix)

does this still happen for you with npm 7.0.7?

@nlf nlf added the platform:windows is Windows-specific label Nov 3, 2020
@YoshiWalsh
Copy link
Author

I'm seeing the same behaviour in 7.0.7. My terminal is also running as elevated.

I have no idea what's causing the tsc error. I don't even know why tsc is running at all, isn't npm link <package> just meant to make a symlink? Anyway, I think if you can induce any kind of error in npm link you should be able to reproduce the deletion of files bug.

@darcyclarke darcyclarke removed the Needs Triage needs review for next steps label Nov 5, 2020
@darcyclarke darcyclarke added this to the OSS - Sprint 20 milestone Nov 16, 2020
@mast4461
Copy link

I just had a similar problem where many files were deleted, and lost a couple of hours worth of work in my working copy.

I ran npm link in a project subdirectory called dist. Files were deleted in other subdirectories of the same parent directory, and the command crashed when it was denied to delete the parent directory.

The behaviour seemed to be consistent as I tried a couple of times.

I got around the problem by reinstalling node.js through nvm-windows.

@nlf
Copy link
Contributor

nlf commented Nov 18, 2020

do you happen to have a prepare script in your package.json? or better yet, are you able to reproduce this with an open source repository? i haven't been able to make this happen yet so a reproduction case would be amazing if you've got it working consistently

@mast4461
Copy link

mast4461 commented Nov 18, 2020

@nlf I did not have a prepare script in package.json.

For debugging, I cloned this repo and ran npm link in the root with the following result:

image

No source files of the repo were deleted though.

I'm specifying the full path to npm in the old installation of node, with which I experience the problem. I'll keep the old installation in case I have time for some more debugging later.

@YoshiWalsh
Copy link
Author

YoshiWalsh commented Dec 30, 2020

Okay, it seems the repository having an error was a red herring. I've reproduced the issue with a much simpler case.

I have a private repo in C:\git\personal-blog. I forked this repository as C:\git\gatsby-plugin-prefetch-google-fonts.

In C:\git\gatsby-plugin-prefetch-google-fonts I ran npm link.

PS C:\git\gatsby-plugin-prefetch-google-fonts> npm link --loglevel verbose
npm verb cli [
npm verb cli   'C:\\Program Files\\nodejs\\node.exe',
npm verb cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
npm verb cli   'link',
npm verb cli   '--loglevel',
npm verb cli   'verbose'
npm verb cli ]
npm info using npm@7.0.14
npm info using node@v15.3.0
npm timing config:load:defaults Completed in 2ms
npm timing config:load:file:C:\Users\josh\AppData\Roaming\nvm\v15.3.0\node_modules\npm\npmrc Completed in 1ms
npm timing config:load:builtin Completed in 1ms
npm timing config:load:cli Completed in 2ms
npm timing config:load:env Completed in 0ms
npm timing config:load:file:C:\git\gatsby-plugin-prefetch-google-fonts\.npmrc Completed in 2ms
npm timing config:load:project Completed in 3ms
npm timing config:load:file:C:\Users\josh\.npmrc Completed in 0ms
npm timing config:load:user Completed in 0ms
npm timing config:load:file:C:\Program Files\nodejs\etc\npmrc Completed in 1ms
npm timing config:load:global Completed in 1ms
npm timing config:load:cafile Completed in 0ms
npm timing config:load:validate Completed in 0ms
npm timing config:load:setUserAgent Completed in 1ms
npm timing config:load:setEnvs Completed in 0ms
npm timing config:load Completed in 10ms
npm verb npm-session a2b9be6124514071
npm timing npm:load Completed in 87ms
npm timing arborist:ctor Completed in 0ms
npm timing idealTree:init Completed in 9ms
npm timing idealTree:userRequests Completed in 4ms
npm timing idealTree:#root Completed in 6ms
npm timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts Completed in 0ms
npm timing idealTree:buildDeps Completed in 11ms
npm timing idealTree:fixDepFlags Completed in 1ms
npm timing idealTree Completed in 28ms
npm timing reify:loadTrees Completed in 1197ms
npm timing reify:diffTrees Completed in 0ms
npm timing reify:retireShallow Completed in 0ms
npm timing reify:createSparse Completed in 2ms
npm timing reify:loadBundles Completed in 0ms
npm timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts Completed in 34ms
npm timing reify:unpack Completed in 35ms
npm timing reify:unretire Completed in 0ms
npm timing build:queue Completed in 0ms
npm timing build:deps Completed in 0ms
npm timing build:queue Completed in 0ms
npm timing build:links Completed in 9ms
npm timing build Completed in 12ms
npm timing reify:build Completed in 13ms
npm timing reify:trash Completed in 0ms
npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 378ms
npm timing auditReport:getReport Completed in 381ms
npm timing auditReport:init Completed in 0ms
npm timing reify:audit Completed in 384ms
npm timing reify Completed in 1597ms

added 1 package, and audited 2 packages in 2s

found 0 vulnerabilities
npm timing command:link Completed in 1610ms
npm verb exit 0
npm timing npm Completed in 1995ms
npm info ok

In C:\git\personal-blog I ran npm link gatsby-plugin-prefetch-google-fonts:

0 verbose cli [
0 verbose cli   'C:\\Program Files\\nodejs\\node.exe',
0 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
0 verbose cli   'link',
0 verbose cli   'gatsby-plugin-prefetch-google-fonts',
0 verbose cli   '--loglevel',
0 verbose cli   'verbose'
0 verbose cli ]
1 info using npm@7.0.14
2 info using node@v15.3.0
3 timing config:load:defaults Completed in 1ms
4 timing config:load:file:C:\Users\josh\AppData\Roaming\nvm\v15.3.0\node_modules\npm\npmrc Completed in 0ms
5 timing config:load:builtin Completed in 0ms
6 timing config:load:cli Completed in 1ms
7 timing config:load:env Completed in 0ms
8 timing config:load:file:C:\git\personal-blog\.npmrc Completed in 0ms
9 timing config:load:project Completed in 1ms
10 timing config:load:file:C:\Users\josh\.npmrc Completed in 0ms
11 timing config:load:user Completed in 0ms
12 timing config:load:file:C:\Program Files\nodejs\etc\npmrc Completed in 1ms
13 timing config:load:global Completed in 1ms
14 timing config:load:cafile Completed in 0ms
15 timing config:load:validate Completed in 0ms
16 timing config:load:setUserAgent Completed in 1ms
17 timing config:load:setEnvs Completed in 0ms
18 timing config:load Completed in 7ms
19 verbose npm-session 74f66942d8e58dcc
20 timing npm:load Completed in 71ms
21 timing arborist:ctor Completed in 0ms
22 timing idealTree:init Completed in 2ms
23 timing idealTree:userRequests Completed in 1ms
24 silly idealTree buildDeps
25 silly fetch manifest gatsby-plugin-prefetch-google-fonts@*
26 http fetch GET 304 https://registry.npmjs.org/gatsby-plugin-prefetch-google-fonts 153ms (from cache)
27 silly placeDep ROOT gatsby-plugin-prefetch-google-fonts@1.4.3 OK for:  want: *
28 silly fetch manifest @babel/runtime@^7.2.0
29 silly fetch manifest clean-css@^4.2.1
30 silly fetch manifest download@^7.1.0
31 silly fetch manifest fs-extra@^7.0.0
32 silly fetch manifest get-urls@^8.0.0
33 silly fetch manifest globby@^8.0.1
34 silly fetch manifest google-fonts-plugin@2.0.2
35 silly fetch manifest object-hash@^1.3.0
36 http fetch GET 304 https://registry.npmjs.org/@babel%2fruntime 68ms (from cache)
37 http fetch GET 304 https://registry.npmjs.org/clean-css 110ms (from cache)
38 http fetch GET 304 https://registry.npmjs.org/fs-extra 114ms (from cache)
39 http fetch GET 304 https://registry.npmjs.org/globby 118ms (from cache)
40 http fetch GET 304 https://registry.npmjs.org/get-urls 128ms (from cache)
41 http fetch GET 304 https://registry.npmjs.org/google-fonts-plugin 142ms (from cache)
42 http fetch GET 304 https://registry.npmjs.org/download 148ms (from cache)
43 http fetch GET 304 https://registry.npmjs.org/object-hash 148ms (from cache)
44 timing idealTree:#root Completed in 314ms
45 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts @babel/runtime@7.12.5 OK for: gatsby-plugin-prefetch-google-fonts@1.4.3 want: ^7.2.0
46 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts clean-css@4.2.3 OK for: gatsby-plugin-prefetch-google-fonts@1.4.3 want: ^4.2.1
47 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts download@7.1.0 OK for: gatsby-plugin-prefetch-google-fonts@1.4.3 want: ^7.1.0
48 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts fs-extra@7.0.1 OK for: gatsby-plugin-prefetch-google-fonts@1.4.3 want: ^7.0.0
49 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts get-urls@8.0.0 OK for: gatsby-plugin-prefetch-google-fonts@1.4.3 want: ^8.0.0
50 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts globby@8.0.2 OK for: gatsby-plugin-prefetch-google-fonts@1.4.3 want: ^8.0.1
51 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts google-fonts-plugin@2.0.2 OK for: gatsby-plugin-prefetch-google-fonts@1.4.3 want: 2.0.2
52 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts object-hash@1.3.1 OK for: gatsby-plugin-prefetch-google-fonts@1.4.3 want: ^1.3.0
53 silly fetch manifest regenerator-runtime@^0.13.4
54 silly fetch manifest source-map@~0.6.0
55 silly fetch manifest archive-type@^4.0.0
56 silly fetch manifest caw@^2.0.1
57 silly fetch manifest content-disposition@^0.5.2
58 silly fetch manifest decompress@^4.2.0
59 silly fetch manifest ext-name@^5.0.0
60 silly fetch manifest file-type@^8.1.0
61 silly fetch manifest filenamify@^2.0.0
62 silly fetch manifest get-stream@^3.0.0
63 silly fetch manifest got@^8.3.1
64 silly fetch manifest make-dir@^1.2.0
65 silly fetch manifest p-event@^2.1.0
66 silly fetch manifest pify@^3.0.0
67 silly fetch manifest graceful-fs@^4.1.2
68 silly fetch manifest jsonfile@^4.0.0
69 silly fetch manifest universalify@^0.1.0
70 silly fetch manifest normalize-url@^3.3.0
71 silly fetch manifest url-regex@^4.0.0
72 silly fetch manifest array-union@^1.0.1
73 silly fetch manifest dir-glob@2.0.0
74 silly fetch manifest fast-glob@^2.0.2
75 silly fetch manifest glob@^7.1.2
76 silly fetch manifest ignore@^3.3.5
77 silly fetch manifest slash@^1.0.0
78 silly fetch manifest axios@^0.18.0
79 silly fetch manifest cssnano@^4.0.5
80 silly fetch manifest mkdirp@^0.5.1
81 silly fetch manifest neon-js@^1.1.2
82 silly fetch manifest path@^0.12.7
83 http fetch GET 304 https://registry.npmjs.org/get-stream 116ms (from cache)
84 http fetch GET 304 https://registry.npmjs.org/regenerator-runtime 123ms (from cache)
85 http fetch GET 304 https://registry.npmjs.org/ext-name 124ms (from cache)
86 http fetch GET 304 https://registry.npmjs.org/source-map 129ms (from cache)
87 http fetch GET 304 https://registry.npmjs.org/content-disposition 133ms (from cache)
88 http fetch GET 304 https://registry.npmjs.org/got 129ms (from cache)
89 http fetch GET 304 https://registry.npmjs.org/decompress 154ms (from cache)
90 http fetch GET 304 https://registry.npmjs.org/filenamify 156ms (from cache)
91 http fetch GET 304 https://registry.npmjs.org/universalify 190ms (from cache)
92 http fetch GET 304 https://registry.npmjs.org/fast-glob 189ms (from cache)
93 http fetch GET 304 https://registry.npmjs.org/pify 198ms (from cache)
94 http fetch GET 304 https://registry.npmjs.org/normalize-url 199ms (from cache)
95 http fetch GET 304 https://registry.npmjs.org/archive-type 222ms (from cache)
96 http fetch GET 304 https://registry.npmjs.org/jsonfile 214ms (from cache)
97 http fetch GET 304 https://registry.npmjs.org/graceful-fs 227ms (from cache)
98 http fetch GET 304 https://registry.npmjs.org/array-union 225ms (from cache)
99 http fetch GET 304 https://registry.npmjs.org/ignore 241ms (from cache)
100 http fetch GET 304 https://registry.npmjs.org/axios 245ms (from cache)
101 http fetch GET 304 https://registry.npmjs.org/url-regex 258ms (from cache)
102 http fetch GET 304 https://registry.npmjs.org/slash 258ms (from cache)
103 http fetch GET 304 https://registry.npmjs.org/file-type 275ms (from cache)
104 http fetch GET 304 https://registry.npmjs.org/dir-glob 273ms (from cache)
105 http fetch GET 304 https://registry.npmjs.org/p-event 282ms (from cache)
106 http fetch GET 304 https://registry.npmjs.org/glob 275ms (from cache)
107 http fetch GET 304 https://registry.npmjs.org/make-dir 287ms (from cache)
108 http fetch GET 304 https://registry.npmjs.org/path 283ms (from cache)
109 http fetch GET 304 https://registry.npmjs.org/caw 303ms (from cache)
110 http fetch GET 304 https://registry.npmjs.org/neon-js 304ms (from cache)
111 http fetch GET 304 https://registry.npmjs.org/mkdirp 306ms (from cache)
112 http fetch GET 304 https://registry.npmjs.org/cssnano 308ms (from cache)
113 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts Completed in 345ms
114 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts regenerator-runtime@0.13.7 OK for: @babel/runtime@7.12.5 want: ^0.13.4
115 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/@babel/runtime Completed in 1ms
116 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts source-map@0.6.1 OK for: clean-css@4.2.3 want: ~0.6.0
117 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/clean-css Completed in 1ms
118 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts archive-type@4.0.0 OK for: download@7.1.0 want: ^4.0.0
119 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts caw@2.0.1 OK for: download@7.1.0 want: ^2.0.1
120 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts content-disposition@0.5.3 OK for: download@7.1.0 want: ^0.5.2
121 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts decompress@4.2.1 OK for: download@7.1.0 want: ^4.2.0
122 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts ext-name@5.0.0 OK for: download@7.1.0 want: ^5.0.0
123 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts file-type@8.1.0 OK for: download@7.1.0 want: ^8.1.0
124 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts filenamify@2.1.0 OK for: download@7.1.0 want: ^2.0.0
125 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts get-stream@3.0.0 OK for: download@7.1.0 want: ^3.0.0
126 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts got@8.3.2 OK for: download@7.1.0 want: ^8.3.1
127 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts make-dir@1.3.0 OK for: download@7.1.0 want: ^1.2.0
128 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts p-event@2.3.1 OK for: download@7.1.0 want: ^2.1.0
129 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts pify@3.0.0 OK for: download@7.1.0 want: ^3.0.0
130 silly fetch manifest file-type@^4.2.0
131 silly fetch manifest get-proxy@^2.0.0
132 silly fetch manifest isurl@^1.0.0-alpha5
133 silly fetch manifest tunnel-agent@^0.6.0
134 silly fetch manifest url-to-options@^1.0.1
135 silly fetch manifest safe-buffer@5.1.2
136 silly fetch manifest decompress-tar@^4.0.0
137 silly fetch manifest decompress-tarbz2@^4.0.0
138 silly fetch manifest decompress-targz@^4.0.0
139 silly fetch manifest decompress-unzip@^4.0.1
140 silly fetch manifest graceful-fs@^4.1.10
141 silly fetch manifest pify@^2.3.0
142 silly fetch manifest strip-dirs@^2.0.0
143 silly fetch manifest ext-list@^2.0.0
144 silly fetch manifest sort-keys-length@^1.0.0
145 silly fetch manifest filename-reserved-regex@^2.0.0
146 silly fetch manifest strip-outer@^1.0.0
147 silly fetch manifest trim-repeated@^1.0.0
148 silly fetch manifest @sindresorhus/is@^0.7.0
149 silly fetch manifest cacheable-request@^2.1.1
150 silly fetch manifest decompress-response@^3.3.0
151 silly fetch manifest duplexer3@^0.1.4
152 silly fetch manifest into-stream@^3.1.0
153 silly fetch manifest is-retry-allowed@^1.1.0
154 silly fetch manifest lowercase-keys@^1.0.0
155 silly fetch manifest mimic-response@^1.0.0
156 silly fetch manifest p-cancelable@^0.4.0
157 silly fetch manifest p-timeout@^2.0.1
158 silly fetch manifest safe-buffer@^5.1.1
159 silly fetch manifest timed-out@^4.0.1
160 silly fetch manifest url-parse-lax@^3.0.0
161 http fetch GET 200 https://registry.npmjs.org/strip-outer 55ms (from cache)
162 http fetch GET 200 https://registry.npmjs.org/filename-reserved-regex 58ms (from cache)
163 http fetch GET 200 https://registry.npmjs.org/trim-repeated 59ms (from cache)
164 http fetch GET 200 https://registry.npmjs.org/url-parse-lax 55ms (from cache)
165 http fetch GET 304 https://registry.npmjs.org/file-type 137ms (from cache)
166 http fetch GET 304 https://registry.npmjs.org/decompress-tar 137ms (from cache)
167 http fetch GET 304 https://registry.npmjs.org/isurl 142ms (from cache)
168 http fetch GET 304 https://registry.npmjs.org/decompress-targz 143ms (from cache)
169 http fetch GET 304 https://registry.npmjs.org/url-to-options 150ms (from cache)
170 http fetch GET 304 https://registry.npmjs.org/pify 148ms (from cache)
171 http fetch GET 304 https://registry.npmjs.org/safe-buffer 154ms (from cache)
172 http fetch GET 304 https://registry.npmjs.org/graceful-fs 152ms (from cache)
173 http fetch GET 304 https://registry.npmjs.org/strip-dirs 153ms (from cache)
174 http fetch GET 304 https://registry.npmjs.org/get-proxy 172ms (from cache)
175 http fetch GET 304 https://registry.npmjs.org/decompress-unzip 169ms (from cache)
176 http fetch GET 304 https://registry.npmjs.org/decompress-tarbz2 177ms (from cache)
177 http fetch GET 304 https://registry.npmjs.org/cacheable-request 195ms (from cache)
178 http fetch GET 304 https://registry.npmjs.org/ext-list 201ms (from cache)
179 http fetch GET 304 https://registry.npmjs.org/sort-keys-length 203ms (from cache)
180 http fetch GET 304 https://registry.npmjs.org/@sindresorhus%2fis 203ms (from cache)
181 http fetch GET 304 https://registry.npmjs.org/duplexer3 205ms (from cache)
182 http fetch GET 304 https://registry.npmjs.org/decompress-response 209ms (from cache)
183 http fetch GET 304 https://registry.npmjs.org/p-cancelable 208ms (from cache)
184 http fetch GET 304 https://registry.npmjs.org/safe-buffer 216ms (from cache)
185 http fetch GET 304 https://registry.npmjs.org/tunnel-agent 234ms (from cache)
186 http fetch GET 304 https://registry.npmjs.org/lowercase-keys 227ms (from cache)
187 http fetch GET 304 https://registry.npmjs.org/mimic-response 229ms (from cache)
188 http fetch GET 304 https://registry.npmjs.org/is-retry-allowed 242ms (from cache)
189 http fetch GET 304 https://registry.npmjs.org/timed-out 243ms (from cache)
190 http fetch GET 304 https://registry.npmjs.org/into-stream 257ms (from cache)
191 http fetch GET 304 https://registry.npmjs.org/p-timeout 256ms (from cache)
192 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/download Completed in 283ms
193 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/archive-type file-type@4.4.0 OK for: archive-type@4.0.0 want: ^4.2.0
194 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/archive-type Completed in 1ms
195 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts get-proxy@2.1.0 OK for: caw@2.0.1 want: ^2.0.0
196 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts isurl@1.0.0 OK for: caw@2.0.1 want: ^1.0.0-alpha5
197 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts tunnel-agent@0.6.0 OK for: caw@2.0.1 want: ^0.6.0
198 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts url-to-options@1.0.1 OK for: caw@2.0.1 want: ^1.0.1
199 silly fetch manifest npm-conf@^1.1.0
200 silly fetch manifest has-to-string-tag-x@^1.2.0
201 silly fetch manifest is-object@^1.0.1
202 silly fetch manifest safe-buffer@^5.0.1
203 http fetch GET 304 https://registry.npmjs.org/npm-conf 72ms (from cache)
204 http fetch GET 304 https://registry.npmjs.org/safe-buffer 72ms (from cache)
205 http fetch GET 304 https://registry.npmjs.org/is-object 75ms (from cache)
206 http fetch GET 304 https://registry.npmjs.org/has-to-string-tag-x 77ms (from cache)
207 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/caw Completed in 82ms
208 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts safe-buffer@5.1.2 OK for: content-disposition@0.5.3 want: 5.1.2
209 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/content-disposition Completed in 2ms
210 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts decompress-tar@4.1.1 OK for: decompress@4.2.1 want: ^4.0.0
211 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts decompress-tarbz2@4.1.1 OK for: decompress@4.2.1 want: ^4.0.0
212 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts decompress-targz@4.1.1 OK for: decompress@4.2.1 want: ^4.0.0
213 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts decompress-unzip@4.0.1 OK for: decompress@4.2.1 want: ^4.0.1
214 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts graceful-fs@4.2.4 OK for: decompress@4.2.1 want: ^4.1.10
215 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress pify@2.3.0 OK for: decompress@4.2.1 want: ^2.3.0
216 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts strip-dirs@2.1.0 OK for: decompress@4.2.1 want: ^2.0.0
217 silly fetch manifest file-type@^5.2.0
218 silly fetch manifest is-stream@^1.1.0
219 silly fetch manifest tar-stream@^1.5.2
220 silly fetch manifest file-type@^6.1.0
221 silly fetch manifest seek-bzip@^1.0.5
222 silly fetch manifest unbzip2-stream@^1.0.9
223 silly fetch manifest file-type@^3.8.0
224 silly fetch manifest get-stream@^2.2.0
225 silly fetch manifest yauzl@^2.4.2
226 silly fetch manifest is-natural-number@^4.0.1
227 http fetch GET 200 https://registry.npmjs.org/unbzip2-stream 20ms (from cache)
228 http fetch GET 304 https://registry.npmjs.org/seek-bzip 56ms (from cache)
229 http fetch GET 304 https://registry.npmjs.org/is-natural-number 71ms (from cache)
230 http fetch GET 304 https://registry.npmjs.org/get-stream 76ms (from cache)
231 http fetch GET 304 https://registry.npmjs.org/file-type 78ms (from cache)
232 http fetch GET 304 https://registry.npmjs.org/tar-stream 95ms (from cache)
233 http fetch GET 304 https://registry.npmjs.org/file-type 105ms (from cache)
234 http fetch GET 304 https://registry.npmjs.org/is-stream 112ms (from cache)
235 http fetch GET 304 https://registry.npmjs.org/yauzl 110ms (from cache)
236 http fetch GET 304 https://registry.npmjs.org/file-type 124ms (from cache)
237 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress Completed in 138ms
238 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-tar file-type@5.2.0 OK for: decompress-tar@4.1.1 want: ^5.2.0
239 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-stream@1.1.0 OK for: decompress-tar@4.1.1 want: ^1.1.0
240 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts tar-stream@1.6.2 OK for: decompress-tar@4.1.1 want: ^1.5.2
241 silly fetch manifest bl@^1.0.0
242 silly fetch manifest buffer-alloc@^1.2.0
243 silly fetch manifest end-of-stream@^1.0.0
244 silly fetch manifest fs-constants@^1.0.0
245 silly fetch manifest readable-stream@^2.3.0
246 silly fetch manifest to-buffer@^1.1.1
247 silly fetch manifest xtend@^4.0.0
248 http fetch GET 304 https://registry.npmjs.org/buffer-alloc 54ms (from cache)
249 http fetch GET 304 https://registry.npmjs.org/end-of-stream 66ms (from cache)
250 http fetch GET 304 https://registry.npmjs.org/to-buffer 66ms (from cache)
251 http fetch GET 304 https://registry.npmjs.org/fs-constants 68ms (from cache)
252 http fetch GET 304 https://registry.npmjs.org/readable-stream 68ms (from cache)
253 http fetch GET 304 https://registry.npmjs.org/bl 86ms (from cache)
254 http fetch GET 304 https://registry.npmjs.org/xtend 90ms (from cache)
255 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-tar Completed in 100ms
256 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-tarbz2 file-type@6.2.0 OK for: decompress-tarbz2@4.1.1 want: ^6.1.0
257 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts seek-bzip@1.0.6 OK for: decompress-tarbz2@4.1.1 want: ^1.0.5
258 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts unbzip2-stream@1.4.3 OK for: decompress-tarbz2@4.1.1 want: ^1.0.9
259 silly fetch manifest commander@^2.8.1
260 silly fetch manifest buffer@^5.2.1
261 silly fetch manifest through@^2.3.8
262 http fetch GET 304 https://registry.npmjs.org/through 67ms (from cache)
263 http fetch GET 304 https://registry.npmjs.org/commander 207ms (from cache)
264 http fetch GET 304 https://registry.npmjs.org/buffer 305ms (from cache)
265 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-tarbz2 Completed in 312ms
266 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-targz file-type@5.2.0 OK for: decompress-targz@4.1.1 want: ^5.2.0
267 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-targz Completed in 2ms
268 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-unzip file-type@3.9.0 OK for: decompress-unzip@4.0.1 want: ^3.8.0
269 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-unzip get-stream@2.3.1 OK for: decompress-unzip@4.0.1 want: ^2.2.0
270 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-unzip pify@2.3.0 OK for: decompress-unzip@4.0.1 want: ^2.3.0
271 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts yauzl@2.10.0 OK for: decompress-unzip@4.0.1 want: ^2.4.2
272 silly fetch manifest object-assign@^4.0.1
273 silly fetch manifest pinkie-promise@^2.0.0
274 silly fetch manifest fd-slicer@~1.1.0
275 silly fetch manifest buffer-crc32@~0.2.3
276 http fetch GET 304 https://registry.npmjs.org/buffer-crc32 61ms (from cache)
277 http fetch GET 304 https://registry.npmjs.org/pinkie-promise 66ms (from cache)
278 http fetch GET 304 https://registry.npmjs.org/object-assign 69ms (from cache)
279 http fetch GET 304 https://registry.npmjs.org/fd-slicer 80ms (from cache)
280 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-unzip Completed in 88ms
281 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts ext-list@2.2.2 OK for: ext-name@5.0.0 want: ^2.0.0
282 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts sort-keys-length@1.0.1 OK for: ext-name@5.0.0 want: ^1.0.0
283 silly fetch manifest mime-db@^1.28.0
284 silly fetch manifest sort-keys@^1.0.0
285 http fetch GET 304 https://registry.npmjs.org/sort-keys 43ms (from cache)
286 http fetch GET 304 https://registry.npmjs.org/mime-db 49ms (from cache)
287 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ext-name Completed in 53ms
288 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts mime-db@1.45.0 OK for: ext-list@2.2.2 want: ^1.28.0
289 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ext-list Completed in 0ms
290 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/file-type Completed in 0ms
291 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts filename-reserved-regex@2.0.0 OK for: filenamify@2.1.0 want: ^2.0.0
292 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts strip-outer@1.0.1 OK for: filenamify@2.1.0 want: ^1.0.0
293 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts trim-repeated@1.0.0 OK for: filenamify@2.1.0 want: ^1.0.0
294 silly fetch manifest escape-string-regexp@^1.0.2
295 http fetch GET 304 https://registry.npmjs.org/escape-string-regexp 44ms (from cache)
296 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/filenamify Completed in 48ms
297 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/filename-reserved-regex Completed in 0ms
298 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts jsonfile@4.0.0 OK for: fs-extra@7.0.1 want: ^4.0.0
299 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts universalify@0.1.2 OK for: fs-extra@7.0.1 want: ^0.1.0
300 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fs-extra Completed in 1ms
301 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts npm-conf@1.1.3 OK for: get-proxy@2.1.0 want: ^1.1.0
302 silly fetch manifest config-chain@^1.1.11
303 http fetch GET 304 https://registry.npmjs.org/config-chain 53ms (from cache)
304 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/get-proxy Completed in 55ms
305 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/get-stream Completed in 0ms
306 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts normalize-url@3.3.0 OK for: get-urls@8.0.0 want: ^3.3.0
307 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts url-regex@4.1.1 OK for: get-urls@8.0.0 want: ^4.0.0
308 silly fetch manifest ip-regex@^1.0.1
309 silly fetch manifest tlds@^1.187.0
310 http fetch GET 304 https://registry.npmjs.org/ip-regex 127ms (from cache)
311 http fetch GET 304 https://registry.npmjs.org/tlds 132ms (from cache)
312 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/get-urls Completed in 139ms
313 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts array-union@1.0.2 OK for: globby@8.0.2 want: ^1.0.1
314 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts dir-glob@2.0.0 OK for: globby@8.0.2 want: 2.0.0
315 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts fast-glob@2.2.7 OK for: globby@8.0.2 want: ^2.0.2
316 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts glob@7.1.6 OK for: globby@8.0.2 want: ^7.1.2
317 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts ignore@3.3.10 OK for: globby@8.0.2 want: ^3.3.5
318 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts slash@1.0.0 OK for: globby@8.0.2 want: ^1.0.0
319 silly fetch manifest array-uniq@^1.0.1
320 silly fetch manifest arrify@^1.0.1
321 silly fetch manifest path-type@^3.0.0
322 silly fetch manifest @mrmlnc/readdir-enhanced@^2.2.1
323 silly fetch manifest @nodelib/fs.stat@^1.1.2
324 silly fetch manifest glob-parent@^3.1.0
325 silly fetch manifest is-glob@^4.0.0
326 silly fetch manifest merge2@^1.2.3
327 silly fetch manifest micromatch@^3.1.10
328 silly fetch manifest fs.realpath@^1.0.0
329 silly fetch manifest inflight@^1.0.4
330 silly fetch manifest inherits@2
331 silly fetch manifest minimatch@^3.0.4
332 silly fetch manifest once@^1.3.0
333 silly fetch manifest path-is-absolute@^1.0.0
334 http fetch GET 304 https://registry.npmjs.org/glob-parent 68ms (from cache)
335 http fetch GET 304 https://registry.npmjs.org/path-is-absolute 66ms (from cache)
336 http fetch GET 304 https://registry.npmjs.org/merge2 74ms (from cache)
337 http fetch GET 304 https://registry.npmjs.org/is-glob 79ms (from cache)
338 http fetch GET 304 https://registry.npmjs.org/path-type 102ms (from cache)
339 http fetch GET 304 https://registry.npmjs.org/array-uniq 113ms (from cache)
340 http fetch GET 304 https://registry.npmjs.org/fs.realpath 106ms (from cache)
341 http fetch GET 304 https://registry.npmjs.org/minimatch 118ms (from cache)
342 http fetch GET 304 https://registry.npmjs.org/inflight 121ms (from cache)
343 http fetch GET 304 https://registry.npmjs.org/inherits 125ms (from cache)
344 http fetch GET 304 https://registry.npmjs.org/once 135ms (from cache)
345 http fetch GET 304 https://registry.npmjs.org/@nodelib%2ffs.stat 145ms (from cache)
346 http fetch GET 304 https://registry.npmjs.org/arrify 149ms (from cache)
347 http fetch GET 304 https://registry.npmjs.org/@mrmlnc%2freaddir-enhanced 187ms (from cache)
348 http fetch GET 304 https://registry.npmjs.org/micromatch 789ms (from cache)
349 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/globby Completed in 802ms
350 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts array-uniq@1.0.3 OK for: array-union@1.0.2 want: ^1.0.1
351 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/array-union Completed in 2ms
352 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/array-uniq Completed in 0ms
353 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts arrify@1.0.1 OK for: dir-glob@2.0.0 want: ^1.0.1
354 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts path-type@3.0.0 OK for: dir-glob@2.0.0 want: ^3.0.0
355 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/dir-glob Completed in 1ms
356 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/arrify Completed in 0ms
357 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts @mrmlnc/readdir-enhanced@2.2.1 OK for: fast-glob@2.2.7 want: ^2.2.1
358 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts @nodelib/fs.stat@1.1.3 OK for: fast-glob@2.2.7 want: ^1.1.2
359 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts glob-parent@3.1.0 OK for: fast-glob@2.2.7 want: ^3.1.0
360 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-glob@4.0.1 OK for: fast-glob@2.2.7 want: ^4.0.0
361 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts merge2@1.4.1 OK for: fast-glob@2.2.7 want: ^1.2.3
362 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts micromatch@3.1.10 OK for: fast-glob@2.2.7 want: ^3.1.10
363 silly fetch manifest call-me-maybe@^1.0.1
364 silly fetch manifest glob-to-regexp@^0.3.0
365 silly fetch manifest is-glob@^3.1.0
366 silly fetch manifest path-dirname@^1.0.0
367 silly fetch manifest is-extglob@^2.1.1
368 silly fetch manifest arr-diff@^4.0.0
369 silly fetch manifest array-unique@^0.3.2
370 silly fetch manifest braces@^2.3.1
371 silly fetch manifest define-property@^2.0.2
372 silly fetch manifest extend-shallow@^3.0.2
373 silly fetch manifest extglob@^2.0.4
374 silly fetch manifest fragment-cache@^0.2.1
375 silly fetch manifest kind-of@^6.0.2
376 silly fetch manifest nanomatch@^1.2.9
377 silly fetch manifest object.pick@^1.3.0
378 silly fetch manifest regex-not@^1.0.0
379 silly fetch manifest snapdragon@^0.8.1
380 silly fetch manifest to-regex@^3.0.2
381 http fetch GET 200 https://registry.npmjs.org/is-glob 38ms (from cache)
382 http fetch GET 304 https://registry.npmjs.org/glob-to-regexp 63ms (from cache)
383 http fetch GET 304 https://registry.npmjs.org/array-unique 71ms (from cache)
384 http fetch GET 304 https://registry.npmjs.org/path-dirname 106ms (from cache)
385 http fetch GET 304 https://registry.npmjs.org/braces 164ms (from cache)
386 http fetch GET 304 https://registry.npmjs.org/arr-diff 196ms (from cache)
387 http fetch GET 304 https://registry.npmjs.org/extend-shallow 201ms (from cache)
388 http fetch GET 304 https://registry.npmjs.org/call-me-maybe 209ms (from cache)
389 http fetch GET 304 https://registry.npmjs.org/is-extglob 215ms (from cache)
390 http fetch GET 304 https://registry.npmjs.org/kind-of 209ms (from cache)
391 http fetch GET 304 https://registry.npmjs.org/define-property 227ms (from cache)
392 http fetch GET 304 https://registry.npmjs.org/extglob 227ms (from cache)
393 http fetch GET 304 https://registry.npmjs.org/object.pick 225ms (from cache)
394 http fetch GET 304 https://registry.npmjs.org/nanomatch 236ms (from cache)
395 http fetch GET 304 https://registry.npmjs.org/fragment-cache 243ms (from cache)
396 http fetch GET 304 https://registry.npmjs.org/snapdragon 250ms (from cache)
397 http fetch GET 304 https://registry.npmjs.org/to-regex 251ms (from cache)
398 http fetch GET 304 https://registry.npmjs.org/regex-not 254ms (from cache)
399 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fast-glob Completed in 270ms
400 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts call-me-maybe@1.0.1 OK for: @mrmlnc/readdir-enhanced@2.2.1 want: ^1.0.1
401 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts glob-to-regexp@0.3.0 OK for: @mrmlnc/readdir-enhanced@2.2.1 want: ^0.3.0
402 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/@mrmlnc/readdir-enhanced Completed in 1ms
403 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/@nodelib/fs.stat Completed in 0ms
404 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/call-me-maybe Completed in 0ms
405 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts fs.realpath@1.0.0 OK for: glob@7.1.6 want: ^1.0.0
406 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts inflight@1.0.6 OK for: glob@7.1.6 want: ^1.0.4
407 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts inherits@2.0.4 OK for: glob@7.1.6 want: 2
408 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts minimatch@3.0.4 OK for: glob@7.1.6 want: ^3.0.4
409 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts once@1.4.0 OK for: glob@7.1.6 want: ^1.3.0
410 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts path-is-absolute@1.0.1 OK for: glob@7.1.6 want: ^1.0.0
411 silly fetch manifest wrappy@1
412 silly fetch manifest brace-expansion@^1.1.7
413 http fetch GET 304 https://registry.npmjs.org/wrappy 51ms (from cache)
414 http fetch GET 304 https://registry.npmjs.org/brace-expansion 56ms (from cache)
415 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/glob Completed in 65ms
416 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fs.realpath Completed in 0ms
417 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/glob-parent is-glob@3.1.0 OK for: glob-parent@3.1.0 want: ^3.1.0
418 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts path-dirname@1.0.2 OK for: glob-parent@3.1.0 want: ^1.0.0
419 silly fetch manifest is-extglob@^2.1.0
420 http fetch GET 304 https://registry.npmjs.org/is-extglob 41ms (from cache)
421 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/glob-parent Completed in 45ms
422 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/glob-to-regexp Completed in 0ms
423 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts axios@0.18.1 OK for: google-fonts-plugin@2.0.2 want: ^0.18.0
424 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts cssnano@4.1.10 OK for: google-fonts-plugin@2.0.2 want: ^4.0.5
425 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts mkdirp@0.5.5 OK for: google-fonts-plugin@2.0.2 want: ^0.5.1
426 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts neon-js@1.1.2 OK for: google-fonts-plugin@2.0.2 want: ^1.1.2
427 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts path@0.12.7 OK for: google-fonts-plugin@2.0.2 want: ^0.12.7
428 silly fetch manifest follow-redirects@1.5.10
429 silly fetch manifest is-buffer@^2.0.2
430 silly fetch manifest cosmiconfig@^5.0.0
431 silly fetch manifest cssnano-preset-default@^4.0.7
432 silly fetch manifest is-resolvable@^1.0.0
433 silly fetch manifest postcss@^7.0.0
434 silly fetch manifest minimist@^1.2.5
435 silly fetch manifest process@^0.11.1
436 silly fetch manifest util@^0.10.3
437 http fetch GET 304 https://registry.npmjs.org/is-buffer 65ms (from cache)
438 http fetch GET 304 https://registry.npmjs.org/cssnano-preset-default 69ms (from cache)
439 http fetch GET 304 https://registry.npmjs.org/minimist 73ms (from cache)
440 http fetch GET 304 https://registry.npmjs.org/is-resolvable 87ms (from cache)
441 http fetch GET 304 https://registry.npmjs.org/cosmiconfig 97ms (from cache)
442 http fetch GET 304 https://registry.npmjs.org/follow-redirects 100ms (from cache)
443 http fetch GET 304 https://registry.npmjs.org/process 98ms (from cache)
444 http fetch GET 304 https://registry.npmjs.org/util 102ms (from cache)
445 http fetch GET 304 https://registry.npmjs.org/postcss 113ms (from cache)
446 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/google-fonts-plugin Completed in 127ms
447 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts follow-redirects@1.5.10 OK for: axios@0.18.1 want: 1.5.10
448 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-buffer@2.0.5 OK for: axios@0.18.1 want: ^2.0.2
449 silly fetch manifest debug@=3.1.0
450 http fetch GET 304 https://registry.npmjs.org/debug 151ms (from cache)
451 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/axios Completed in 156ms
452 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts cosmiconfig@5.2.1 OK for: cssnano@4.1.10 want: ^5.0.0
453 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts cssnano-preset-default@4.0.7 OK for: cssnano@4.1.10 want: ^4.0.7
454 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-resolvable@1.1.0 OK for: cssnano@4.1.10 want: ^1.0.0
455 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss@7.0.35 OK for: cssnano@4.1.10 want: ^7.0.0
456 silly fetch manifest import-fresh@^2.0.0
457 silly fetch manifest is-directory@^0.3.1
458 silly fetch manifest js-yaml@^3.13.1
459 silly fetch manifest parse-json@^4.0.0
460 silly fetch manifest css-declaration-sorter@^4.0.1
461 silly fetch manifest cssnano-util-raw-cache@^4.0.1
462 silly fetch manifest postcss-calc@^7.0.1
463 silly fetch manifest postcss-colormin@^4.0.3
464 silly fetch manifest postcss-convert-values@^4.0.1
465 silly fetch manifest postcss-discard-comments@^4.0.2
466 silly fetch manifest postcss-discard-duplicates@^4.0.2
467 silly fetch manifest postcss-discard-empty@^4.0.1
468 silly fetch manifest postcss-discard-overridden@^4.0.1
469 silly fetch manifest postcss-merge-longhand@^4.0.11
470 silly fetch manifest postcss-merge-rules@^4.0.3
471 silly fetch manifest postcss-minify-font-values@^4.0.2
472 silly fetch manifest postcss-minify-gradients@^4.0.2
473 silly fetch manifest postcss-minify-params@^4.0.2
474 silly fetch manifest postcss-minify-selectors@^4.0.2
475 silly fetch manifest postcss-normalize-charset@^4.0.1
476 silly fetch manifest postcss-normalize-display-values@^4.0.2
477 silly fetch manifest postcss-normalize-positions@^4.0.2
478 silly fetch manifest postcss-normalize-repeat-style@^4.0.2
479 silly fetch manifest postcss-normalize-string@^4.0.2
480 silly fetch manifest postcss-normalize-timing-functions@^4.0.2
481 silly fetch manifest postcss-normalize-unicode@^4.0.1
482 silly fetch manifest postcss-normalize-url@^4.0.1
483 silly fetch manifest postcss-normalize-whitespace@^4.0.2
484 silly fetch manifest postcss-ordered-values@^4.1.2
485 silly fetch manifest postcss-reduce-initial@^4.0.3
486 silly fetch manifest postcss-reduce-transforms@^4.0.2
487 silly fetch manifest postcss-svgo@^4.0.2
488 silly fetch manifest postcss-unique-selectors@^4.0.1
489 silly fetch manifest chalk@^2.4.2
490 silly fetch manifest supports-color@^6.1.0
491 http fetch GET 304 https://registry.npmjs.org/import-fresh 96ms (from cache)
492 http fetch GET 304 https://registry.npmjs.org/cssnano-util-raw-cache 124ms (from cache)
493 http fetch GET 304 https://registry.npmjs.org/parse-json 127ms (from cache)
494 http fetch GET 304 https://registry.npmjs.org/postcss-colormin 126ms (from cache)
495 http fetch GET 304 https://registry.npmjs.org/postcss-calc 141ms (from cache)
496 http fetch GET 304 https://registry.npmjs.org/js-yaml 161ms (from cache)
497 http fetch GET 304 https://registry.npmjs.org/is-directory 163ms (from cache)
498 http fetch GET 304 https://registry.npmjs.org/postcss-discard-duplicates 172ms (from cache)
499 http fetch GET 304 https://registry.npmjs.org/postcss-discard-comments 174ms (from cache)
500 http fetch GET 304 https://registry.npmjs.org/postcss-convert-values 176ms (from cache)
501 http fetch GET 304 https://registry.npmjs.org/css-declaration-sorter 189ms (from cache)
502 http fetch GET 304 https://registry.npmjs.org/postcss-discard-empty 186ms (from cache)
503 http fetch GET 304 https://registry.npmjs.org/postcss-discard-overridden 204ms (from cache)
504 http fetch GET 304 https://registry.npmjs.org/postcss-merge-rules 229ms (from cache)
505 http fetch GET 304 https://registry.npmjs.org/postcss-minify-params 231ms (from cache)
506 http fetch GET 304 https://registry.npmjs.org/postcss-minify-gradients 234ms (from cache)
507 http fetch GET 304 https://registry.npmjs.org/postcss-normalize-charset 229ms (from cache)
508 http fetch GET 304 https://registry.npmjs.org/postcss-minify-selectors 232ms (from cache)
509 http fetch GET 304 https://registry.npmjs.org/postcss-merge-longhand 250ms (from cache)
510 http fetch GET 304 https://registry.npmjs.org/postcss-normalize-display-values 244ms (from cache)
511 http fetch GET 304 https://registry.npmjs.org/postcss-minify-font-values 259ms (from cache)
512 http fetch GET 304 https://registry.npmjs.org/postcss-normalize-positions 261ms (from cache)
513 http fetch GET 304 https://registry.npmjs.org/postcss-normalize-timing-functions 260ms (from cache)
514 http fetch GET 304 https://registry.npmjs.org/postcss-normalize-string 269ms (from cache)
515 http fetch GET 304 https://registry.npmjs.org/postcss-normalize-repeat-style 275ms (from cache)
516 http fetch GET 304 https://registry.npmjs.org/postcss-reduce-initial 282ms (from cache)
517 http fetch GET 304 https://registry.npmjs.org/postcss-normalize-url 288ms (from cache)
518 http fetch GET 304 https://registry.npmjs.org/postcss-reduce-transforms 288ms (from cache)
519 http fetch GET 304 https://registry.npmjs.org/postcss-normalize-unicode 292ms (from cache)
520 http fetch GET 304 https://registry.npmjs.org/supports-color 289ms (from cache)
521 http fetch GET 304 https://registry.npmjs.org/postcss-ordered-values 294ms (from cache)
522 http fetch GET 304 https://registry.npmjs.org/postcss-normalize-whitespace 305ms (from cache)
523 http fetch GET 304 https://registry.npmjs.org/chalk 303ms (from cache)
524 http fetch GET 304 https://registry.npmjs.org/postcss-svgo 307ms (from cache)
525 http fetch GET 304 https://registry.npmjs.org/postcss-unique-selectors 307ms (from cache)
526 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssnano Completed in 333ms
527 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts import-fresh@2.0.0 OK for: cosmiconfig@5.2.1 want: ^2.0.0
528 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-directory@0.3.1 OK for: cosmiconfig@5.2.1 want: ^0.3.1
529 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts js-yaml@3.14.1 OK for: cosmiconfig@5.2.1 want: ^3.13.1
530 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts parse-json@4.0.0 OK for: cosmiconfig@5.2.1 want: ^4.0.0
531 silly fetch manifest caller-path@^2.0.0
532 silly fetch manifest resolve-from@^3.0.0
533 silly fetch manifest argparse@^1.0.7
534 silly fetch manifest esprima@^4.0.0
535 silly fetch manifest error-ex@^1.3.1
536 silly fetch manifest json-parse-better-errors@^1.0.1
537 http fetch GET 304 https://registry.npmjs.org/json-parse-better-errors 152ms (from cache)
538 http fetch GET 304 https://registry.npmjs.org/caller-path 160ms (from cache)
539 http fetch GET 304 https://registry.npmjs.org/argparse 164ms (from cache)
540 http fetch GET 304 https://registry.npmjs.org/resolve-from 169ms (from cache)
541 http fetch GET 304 https://registry.npmjs.org/error-ex 168ms (from cache)
542 http fetch GET 304 https://registry.npmjs.org/esprima 190ms (from cache)
543 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cosmiconfig Completed in 200ms
544 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts css-declaration-sorter@4.0.1 OK for: cssnano-preset-default@4.0.7 want: ^4.0.1
545 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts cssnano-util-raw-cache@4.0.1 OK for: cssnano-preset-default@4.0.7 want: ^4.0.1
546 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-calc@7.0.5 OK for: cssnano-preset-default@4.0.7 want: ^7.0.1
547 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-colormin@4.0.3 OK for: cssnano-preset-default@4.0.7 want: ^4.0.3
548 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-convert-values@4.0.1 OK for: cssnano-preset-default@4.0.7 want: ^4.0.1
549 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-discard-comments@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
550 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-discard-duplicates@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
551 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-discard-empty@4.0.1 OK for: cssnano-preset-default@4.0.7 want: ^4.0.1
552 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-discard-overridden@4.0.1 OK for: cssnano-preset-default@4.0.7 want: ^4.0.1
553 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-merge-longhand@4.0.11 OK for: cssnano-preset-default@4.0.7 want: ^4.0.11
554 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-merge-rules@4.0.3 OK for: cssnano-preset-default@4.0.7 want: ^4.0.3
555 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-minify-font-values@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
556 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-minify-gradients@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
557 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-minify-params@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
558 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-minify-selectors@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
559 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-normalize-charset@4.0.1 OK for: cssnano-preset-default@4.0.7 want: ^4.0.1
560 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-normalize-display-values@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
561 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-normalize-positions@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
562 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-normalize-repeat-style@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
563 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-normalize-string@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
564 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-normalize-timing-functions@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
565 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-normalize-unicode@4.0.1 OK for: cssnano-preset-default@4.0.7 want: ^4.0.1
566 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-normalize-url@4.0.1 OK for: cssnano-preset-default@4.0.7 want: ^4.0.1
567 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-normalize-whitespace@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
568 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-ordered-values@4.1.2 OK for: cssnano-preset-default@4.0.7 want: ^4.1.2
569 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-reduce-initial@4.0.3 OK for: cssnano-preset-default@4.0.7 want: ^4.0.3
570 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-reduce-transforms@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
571 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-svgo@4.0.2 OK for: cssnano-preset-default@4.0.7 want: ^4.0.2
572 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-unique-selectors@4.0.1 OK for: cssnano-preset-default@4.0.7 want: ^4.0.1
573 silly fetch manifest timsort@^0.3.0
574 silly fetch manifest postcss-selector-parser@^6.0.2
575 silly fetch manifest postcss-value-parser@^4.0.2
576 silly fetch manifest browserslist@^4.0.0
577 silly fetch manifest color@^3.0.0
578 silly fetch manifest has@^1.0.0
579 silly fetch manifest postcss-value-parser@^3.0.0
580 silly fetch manifest css-color-names@0.0.4
581 silly fetch manifest stylehacks@^4.0.0
582 silly fetch manifest caniuse-api@^3.0.0
583 silly fetch manifest cssnano-util-same-parent@^4.0.0
584 silly fetch manifest postcss-selector-parser@^3.0.0
585 silly fetch manifest vendors@^1.0.0
586 silly fetch manifest cssnano-util-get-arguments@^4.0.0
587 silly fetch manifest is-color-stop@^1.0.0
588 silly fetch manifest alphanum-sort@^1.0.0
589 silly fetch manifest uniqs@^2.0.0
590 silly fetch manifest cssnano-util-get-match@^4.0.0
591 silly fetch manifest is-absolute-url@^2.0.0
592 silly fetch manifest is-svg@^3.0.0
593 silly fetch manifest svgo@^1.0.0
594 http fetch GET 200 https://registry.npmjs.org/browserslist 40ms (from cache)
595 http fetch GET 304 https://registry.npmjs.org/postcss-selector-parser 106ms (from cache)
596 http fetch GET 304 https://registry.npmjs.org/has 145ms (from cache)
597 http fetch GET 304 https://registry.npmjs.org/postcss-value-parser 146ms (from cache)
598 http fetch GET 304 https://registry.npmjs.org/cssnano-util-same-parent 145ms (from cache)
599 http fetch GET 304 https://registry.npmjs.org/css-color-names 149ms (from cache)
600 http fetch GET 304 https://registry.npmjs.org/is-color-stop 146ms (from cache)
601 http fetch GET 304 https://registry.npmjs.org/timsort 169ms (from cache)
602 http fetch GET 304 https://registry.npmjs.org/vendors 163ms (from cache)
603 http fetch GET 304 https://registry.npmjs.org/color 171ms (from cache)
604 http fetch GET 304 https://registry.npmjs.org/cssnano-util-get-arguments 174ms (from cache)
605 http fetch GET 304 https://registry.npmjs.org/caniuse-api 178ms (from cache)
606 http fetch GET 304 https://registry.npmjs.org/stylehacks 181ms (from cache)
607 http fetch GET 304 https://registry.npmjs.org/alphanum-sort 178ms (from cache)
608 http fetch GET 304 https://registry.npmjs.org/postcss-value-parser 189ms (from cache)
609 http fetch GET 304 https://registry.npmjs.org/postcss-selector-parser 194ms (from cache)
610 http fetch GET 304 https://registry.npmjs.org/uniqs 202ms (from cache)
611 http fetch GET 304 https://registry.npmjs.org/is-svg 206ms (from cache)
612 http fetch GET 304 https://registry.npmjs.org/cssnano-util-get-match 212ms (from cache)
613 http fetch GET 304 https://registry.npmjs.org/svgo 219ms (from cache)
614 http fetch GET 304 https://registry.npmjs.org/is-absolute-url 224ms (from cache)
615 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssnano-preset-default Completed in 254ms
616 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts timsort@0.3.0 OK for: css-declaration-sorter@4.0.1 want: ^0.3.0
617 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/css-declaration-sorter Completed in 2ms
618 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssnano-util-raw-cache Completed in 0ms
619 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts debug@3.1.0 OK for: follow-redirects@1.5.10 want: =3.1.0
620 silly fetch manifest ms@2.0.0
621 http fetch GET 304 https://registry.npmjs.org/ms 42ms (from cache)
622 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/follow-redirects Completed in 45ms
623 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts ms@2.0.0 OK for: debug@3.1.0 want: 2.0.0
624 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/debug Completed in 1ms
625 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts @sindresorhus/is@0.7.0 OK for: got@8.3.2 want: ^0.7.0
626 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts cacheable-request@2.1.4 OK for: got@8.3.2 want: ^2.1.1
627 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts decompress-response@3.3.0 OK for: got@8.3.2 want: ^3.3.0
628 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts duplexer3@0.1.4 OK for: got@8.3.2 want: ^0.1.4
629 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts into-stream@3.1.0 OK for: got@8.3.2 want: ^3.1.0
630 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-retry-allowed@1.2.0 OK for: got@8.3.2 want: ^1.1.0
631 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts lowercase-keys@1.0.1 OK for: got@8.3.2 want: ^1.0.0
632 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts mimic-response@1.0.1 OK for: got@8.3.2 want: ^1.0.0
633 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts p-cancelable@0.4.1 OK for: got@8.3.2 want: ^0.4.0
634 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts p-timeout@2.0.1 OK for: got@8.3.2 want: ^2.0.1
635 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts timed-out@4.0.1 OK for: got@8.3.2 want: ^4.0.1
636 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts url-parse-lax@3.0.0 OK for: got@8.3.2 want: ^3.0.0
637 silly fetch manifest clone-response@1.0.2
638 silly fetch manifest http-cache-semantics@3.8.1
639 silly fetch manifest keyv@3.0.0
640 silly fetch manifest lowercase-keys@1.0.0
641 silly fetch manifest normalize-url@2.0.1
642 silly fetch manifest responselike@1.0.2
643 silly fetch manifest from2@^2.1.1
644 silly fetch manifest p-is-promise@^1.1.0
645 silly fetch manifest p-finally@^1.0.0
646 silly fetch manifest prepend-http@^2.0.0
647 http fetch GET 200 https://registry.npmjs.org/keyv 23ms (from cache)
648 http fetch GET 304 https://registry.npmjs.org/clone-response 130ms (from cache)
649 http fetch GET 304 https://registry.npmjs.org/http-cache-semantics 132ms (from cache)
650 http fetch GET 304 https://registry.npmjs.org/lowercase-keys 138ms (from cache)
651 http fetch GET 304 https://registry.npmjs.org/p-finally 141ms (from cache)
652 http fetch GET 304 https://registry.npmjs.org/prepend-http 142ms (from cache)
653 http fetch GET 304 https://registry.npmjs.org/responselike 149ms (from cache)
654 http fetch GET 304 https://registry.npmjs.org/normalize-url 156ms (from cache)
655 http fetch GET 304 https://registry.npmjs.org/from2 164ms (from cache)
656 http fetch GET 304 https://registry.npmjs.org/p-is-promise 166ms (from cache)
657 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/got Completed in 184ms
658 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/@sindresorhus/is Completed in 0ms
659 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts clone-response@1.0.2 OK for: cacheable-request@2.1.4 want: 1.0.2
660 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts http-cache-semantics@3.8.1 OK for: cacheable-request@2.1.4 want: 3.8.1
661 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts keyv@3.0.0 OK for: cacheable-request@2.1.4 want: 3.0.0
662 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cacheable-request lowercase-keys@1.0.0 OK for: cacheable-request@2.1.4 want: 1.0.0
663 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cacheable-request normalize-url@2.0.1 OK for: cacheable-request@2.1.4 want: 2.0.1
664 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts responselike@1.0.2 OK for: cacheable-request@2.1.4 want: 1.0.2
665 silly fetch manifest json-buffer@3.0.0
666 silly fetch manifest query-string@^5.0.1
667 silly fetch manifest sort-keys@^2.0.0
668 http fetch GET 304 https://registry.npmjs.org/query-string 44ms (from cache)
669 http fetch GET 304 https://registry.npmjs.org/json-buffer 48ms (from cache)
670 http fetch GET 304 https://registry.npmjs.org/sort-keys 50ms (from cache)
671 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cacheable-request Completed in 64ms
672 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/clone-response Completed in 0ms
673 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-response Completed in 0ms
674 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/duplexer3 Completed in 0ms
675 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/graceful-fs Completed in 0ms
676 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/http-cache-semantics Completed in 0ms
677 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ignore Completed in 0ms
678 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts caller-path@2.0.0 OK for: import-fresh@2.0.0 want: ^2.0.0
679 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts resolve-from@3.0.0 OK for: import-fresh@2.0.0 want: ^3.0.0
680 silly fetch manifest caller-callsite@^2.0.0
681 http fetch GET 304 https://registry.npmjs.org/caller-callsite 50ms (from cache)
682 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/import-fresh Completed in 56ms
683 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts caller-callsite@2.0.0 OK for: caller-path@2.0.0 want: ^2.0.0
684 silly fetch manifest callsites@^2.0.0
685 http fetch GET 304 https://registry.npmjs.org/callsites 39ms (from cache)
686 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/caller-path Completed in 42ms
687 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts callsites@2.0.0 OK for: caller-callsite@2.0.0 want: ^2.0.0
688 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/caller-callsite Completed in 1ms
689 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/callsites Completed in 0ms
690 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts wrappy@1.0.2 OK for: inflight@1.0.6 want: 1
691 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/inflight Completed in 1ms
692 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/inherits Completed in 0ms
693 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts from2@2.3.0 OK for: into-stream@3.1.0 want: ^2.1.1
694 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts p-is-promise@1.1.0 OK for: into-stream@3.1.0 want: ^1.1.0
695 silly fetch manifest readable-stream@^2.0.0
696 http fetch GET 304 https://registry.npmjs.org/readable-stream 43ms (from cache)
697 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/into-stream Completed in 52ms
698 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts readable-stream@2.3.7 OK for: from2@2.3.0 want: ^2.0.0
699 silly fetch manifest core-util-is@~1.0.0
700 silly fetch manifest isarray@~1.0.0
701 silly fetch manifest process-nextick-args@~2.0.0
702 silly fetch manifest string_decoder@~1.1.1
703 silly fetch manifest util-deprecate@~1.0.1
704 http fetch GET 304 https://registry.npmjs.org/string_decoder 52ms (from cache)
705 http fetch GET 304 https://registry.npmjs.org/process-nextick-args 53ms (from cache)
706 http fetch GET 304 https://registry.npmjs.org/isarray 61ms (from cache)
707 http fetch GET 304 https://registry.npmjs.org/util-deprecate 71ms (from cache)
708 http fetch GET 304 https://registry.npmjs.org/core-util-is 85ms (from cache)
709 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/from2 Completed in 88ms
710 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-buffer Completed in 0ms
711 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-directory Completed in 0ms
712 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-extglob@2.1.1 OK for: is-glob@4.0.1 want: ^2.1.1
713 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-glob Completed in 1ms
714 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-extglob Completed in 0ms
715 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-resolvable Completed in 0ms
716 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-retry-allowed Completed in 0ms
717 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-stream Completed in 0ms
718 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts has-to-string-tag-x@1.4.1 OK for: isurl@1.0.0 want: ^1.2.0
719 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-object@1.0.2 OK for: isurl@1.0.0 want: ^1.0.1
720 silly fetch manifest has-symbol-support-x@^1.4.1
721 http fetch GET 304 https://registry.npmjs.org/has-symbol-support-x 104ms (from cache)
722 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/isurl Completed in 108ms
723 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts has-symbol-support-x@1.4.2 OK for: has-to-string-tag-x@1.4.1 want: ^1.4.1
724 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-to-string-tag-x Completed in 1ms
725 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-symbol-support-x Completed in 0ms
726 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-object Completed in 0ms
727 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts argparse@1.0.10 OK for: js-yaml@3.14.1 want: ^1.0.7
728 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts esprima@4.0.1 OK for: js-yaml@3.14.1 want: ^4.0.0
729 silly fetch manifest sprintf-js@~1.0.2
730 http fetch GET 304 https://registry.npmjs.org/sprintf-js 46ms (from cache)
731 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/js-yaml Completed in 49ms
732 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts sprintf-js@1.0.3 OK for: argparse@1.0.10 want: ~1.0.2
733 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/argparse Completed in 1ms
734 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/esprima Completed in 0ms
735 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/jsonfile Completed in 0ms
736 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts json-buffer@3.0.0 OK for: keyv@3.0.0 want: 3.0.0
737 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/keyv Completed in 1ms
738 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/json-buffer Completed in 0ms
739 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/lowercase-keys Completed in 0ms
740 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/make-dir Completed in 0ms
741 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/merge2 Completed in 0ms
742 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts arr-diff@4.0.0 OK for: micromatch@3.1.10 want: ^4.0.0
743 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts array-unique@0.3.2 OK for: micromatch@3.1.10 want: ^0.3.2
744 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts braces@2.3.2 OK for: micromatch@3.1.10 want: ^2.3.1
745 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts define-property@2.0.2 OK for: micromatch@3.1.10 want: ^2.0.2
746 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts extend-shallow@3.0.2 OK for: micromatch@3.1.10 want: ^3.0.2
747 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts extglob@2.0.4 OK for: micromatch@3.1.10 want: ^2.0.4
748 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts fragment-cache@0.2.1 OK for: micromatch@3.1.10 want: ^0.2.1
749 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts kind-of@6.0.3 OK for: micromatch@3.1.10 want: ^6.0.2
750 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts nanomatch@1.2.13 OK for: micromatch@3.1.10 want: ^1.2.9
751 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts object.pick@1.3.0 OK for: micromatch@3.1.10 want: ^1.3.0
752 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts regex-not@1.0.2 OK for: micromatch@3.1.10 want: ^1.0.0
753 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts snapdragon@0.8.2 OK for: micromatch@3.1.10 want: ^0.8.1
754 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts to-regex@3.0.2 OK for: micromatch@3.1.10 want: ^3.0.2
755 silly fetch manifest arr-flatten@^1.1.0
756 silly fetch manifest extend-shallow@^2.0.1
757 silly fetch manifest fill-range@^4.0.0
758 silly fetch manifest isobject@^3.0.1
759 silly fetch manifest repeat-element@^1.1.2
760 silly fetch manifest snapdragon-node@^2.0.1
761 silly fetch manifest split-string@^3.0.2
762 silly fetch manifest is-descriptor@^1.0.2
763 silly fetch manifest assign-symbols@^1.0.0
764 silly fetch manifest is-extendable@^1.0.1
765 silly fetch manifest define-property@^1.0.0
766 silly fetch manifest expand-brackets@^2.1.4
767 silly fetch manifest map-cache@^0.2.2
768 silly fetch manifest is-windows@^1.0.2
769 silly fetch manifest safe-regex@^1.1.0
770 silly fetch manifest base@^0.11.1
771 silly fetch manifest debug@^2.2.0
772 silly fetch manifest define-property@^0.2.5
773 silly fetch manifest source-map@^0.5.6
774 silly fetch manifest source-map-resolve@^0.5.0
775 silly fetch manifest use@^3.1.0
776 http fetch GET 304 https://registry.npmjs.org/snapdragon-node 94ms (from cache)
777 http fetch GET 304 https://registry.npmjs.org/extend-shallow 100ms (from cache)
778 http fetch GET 304 https://registry.npmjs.org/repeat-element 102ms (from cache)
779 http fetch GET 304 https://registry.npmjs.org/isobject 104ms (from cache)
780 http fetch GET 304 https://registry.npmjs.org/is-descriptor 105ms (from cache)
781 http fetch GET 304 https://registry.npmjs.org/is-windows 104ms (from cache)
782 http fetch GET 304 https://registry.npmjs.org/arr-flatten 111ms (from cache)
783 http fetch GET 304 https://registry.npmjs.org/assign-symbols 109ms (from cache)
784 http fetch GET 304 https://registry.npmjs.org/is-extendable 128ms (from cache)
785 http fetch GET 304 https://registry.npmjs.org/split-string 138ms (from cache)
786 http fetch GET 304 https://registry.npmjs.org/map-cache 136ms (from cache)
787 http fetch GET 304 https://registry.npmjs.org/fill-range 143ms (from cache)
788 http fetch GET 304 https://registry.npmjs.org/expand-brackets 162ms (from cache)
789 http fetch GET 304 https://registry.npmjs.org/base 164ms (from cache)
790 http fetch GET 304 https://registry.npmjs.org/define-property 171ms (from cache)
791 http fetch GET 304 https://registry.npmjs.org/use 167ms (from cache)
792 http fetch GET 304 https://registry.npmjs.org/safe-regex 171ms (from cache)
793 http fetch GET 304 https://registry.npmjs.org/source-map 182ms (from cache)
794 http fetch GET 304 https://registry.npmjs.org/source-map-resolve 184ms (from cache)
795 http fetch GET 304 https://registry.npmjs.org/define-property 187ms (from cache)
796 http fetch GET 304 https://registry.npmjs.org/debug 198ms (from cache)
797 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/micromatch Completed in 218ms
798 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/arr-diff Completed in 0ms
799 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/array-unique Completed in 0ms
800 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts arr-flatten@1.1.0 OK for: braces@2.3.2 want: ^1.1.0
801 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/braces extend-shallow@2.0.1 OK for: braces@2.3.2 want: ^2.0.1
802 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts fill-range@4.0.0 OK for: braces@2.3.2 want: ^4.0.0
803 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts isobject@3.0.1 OK for: braces@2.3.2 want: ^3.0.1
804 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts repeat-element@1.1.3 OK for: braces@2.3.2 want: ^1.1.2
805 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts snapdragon-node@2.1.1 OK for: braces@2.3.2 want: ^2.0.1
806 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts split-string@3.1.0 OK for: braces@2.3.2 want: ^3.0.2
807 silly fetch manifest is-extendable@^0.1.0
808 silly fetch manifest is-number@^3.0.0
809 silly fetch manifest repeat-string@^1.6.1
810 silly fetch manifest to-regex-range@^2.1.0
811 silly fetch manifest snapdragon-util@^3.0.1
812 http fetch GET 304 https://registry.npmjs.org/is-extendable 44ms (from cache)
813 http fetch GET 304 https://registry.npmjs.org/repeat-string 54ms (from cache)
814 http fetch GET 304 https://registry.npmjs.org/snapdragon-util 55ms (from cache)
815 http fetch GET 304 https://registry.npmjs.org/is-number 61ms (from cache)
816 http fetch GET 304 https://registry.npmjs.org/to-regex-range 71ms (from cache)
817 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/braces Completed in 80ms
818 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/arr-flatten Completed in 0ms
819 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-descriptor@1.0.2 OK for: define-property@2.0.2 want: ^1.0.2
820 silly fetch manifest is-accessor-descriptor@^1.0.0
821 silly fetch manifest is-data-descriptor@^1.0.0
822 http fetch GET 304 https://registry.npmjs.org/is-accessor-descriptor 101ms (from cache)
823 http fetch GET 304 https://registry.npmjs.org/is-data-descriptor 102ms (from cache)
824 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/define-property Completed in 105ms
825 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts assign-symbols@1.0.0 OK for: extend-shallow@3.0.2 want: ^1.0.0
826 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-extendable@1.0.1 OK for: extend-shallow@3.0.2 want: ^1.0.1
827 silly fetch manifest is-plain-object@^2.0.4
828 http fetch GET 304 https://registry.npmjs.org/is-plain-object 51ms (from cache)
829 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extend-shallow Completed in 54ms
830 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/assign-symbols Completed in 0ms
831 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extglob define-property@1.0.0 OK for: extglob@2.0.4 want: ^1.0.0
832 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts expand-brackets@2.1.4 OK for: extglob@2.0.4 want: ^2.1.4
833 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extglob extend-shallow@2.0.1 OK for: extglob@2.0.4 want: ^2.0.1
834 silly fetch manifest debug@^2.3.3
835 silly fetch manifest posix-character-classes@^0.1.0
836 http fetch GET 304 https://registry.npmjs.org/posix-character-classes 42ms (from cache)
837 http fetch GET 304 https://registry.npmjs.org/debug 45ms (from cache)
838 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extglob Completed in 49ms
839 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets debug@2.6.9 OK for: expand-brackets@2.1.4 want: ^2.3.3
840 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets define-property@0.2.5 OK for: expand-brackets@2.1.4 want: ^0.2.5
841 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets extend-shallow@2.0.1 OK for: expand-brackets@2.1.4 want: ^2.0.1
842 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts posix-character-classes@0.1.1 OK for: expand-brackets@2.1.4 want: ^0.1.0
843 silly fetch manifest is-descriptor@^0.1.0
844 http fetch GET 304 https://registry.npmjs.org/is-descriptor 41ms (from cache)
845 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets Completed in 47ms
846 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fill-range extend-shallow@2.0.1 OK for: fill-range@4.0.0 want: ^2.0.1
847 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-number@3.0.0 OK for: fill-range@4.0.0 want: ^3.0.0
848 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts repeat-string@1.6.1 OK for: fill-range@4.0.0 want: ^1.6.1
849 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts to-regex-range@2.1.1 OK for: fill-range@4.0.0 want: ^2.1.0
850 silly fetch manifest kind-of@^3.0.2
851 http fetch GET 304 https://registry.npmjs.org/kind-of 46ms (from cache)
852 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fill-range Completed in 50ms
853 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts map-cache@0.2.2 OK for: fragment-cache@0.2.1 want: ^0.2.2
854 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fragment-cache Completed in 1ms
855 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-accessor-descriptor@1.0.0 OK for: is-descriptor@1.0.2 want: ^1.0.0
856 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-data-descriptor@1.0.0 OK for: is-descriptor@1.0.2 want: ^1.0.0
857 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-descriptor Completed in 1ms
858 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-accessor-descriptor Completed in 0ms
859 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-data-descriptor Completed in 0ms
860 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-plain-object@2.0.4 OK for: is-extendable@1.0.1 want: ^2.0.4
861 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-extendable Completed in 0ms
862 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-number kind-of@3.2.2 OK for: is-number@3.0.0 want: ^3.0.2
863 silly fetch manifest is-buffer@^1.1.5
864 http fetch GET 304 https://registry.npmjs.org/is-buffer 48ms (from cache)
865 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-number Completed in 50ms
866 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-plain-object Completed in 0ms
867 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/isobject Completed in 0ms
868 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/kind-of Completed in 0ms
869 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/map-cache Completed in 0ms
870 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/mime-db Completed in 0ms
871 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/mimic-response Completed in 0ms
872 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts brace-expansion@1.1.11 OK for: minimatch@3.0.4 want: ^1.1.7
873 silly fetch manifest balanced-match@^1.0.0
874 silly fetch manifest concat-map@0.0.1
875 http fetch GET 304 https://registry.npmjs.org/concat-map 42ms (from cache)
876 http fetch GET 304 https://registry.npmjs.org/balanced-match 53ms (from cache)
877 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/minimatch Completed in 56ms
878 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts balanced-match@1.0.0 OK for: brace-expansion@1.1.11 want: ^1.0.0
879 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts concat-map@0.0.1 OK for: brace-expansion@1.1.11 want: 0.0.1
880 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/brace-expansion Completed in 1ms
881 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/balanced-match Completed in 0ms
882 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/concat-map Completed in 0ms
883 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts minimist@1.2.5 OK for: mkdirp@0.5.5 want: ^1.2.5
884 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/mkdirp Completed in 1ms
885 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/minimist Completed in 0ms
886 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ms Completed in 0ms
887 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-windows@1.0.2 OK for: nanomatch@1.2.13 want: ^1.0.2
888 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/nanomatch Completed in 1ms
889 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-windows Completed in 0ms
890 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/neon-js Completed in 0ms
891 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/normalize-url Completed in 0ms
892 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts config-chain@1.1.12 OK for: npm-conf@1.1.3 want: ^1.1.11
893 silly fetch manifest proto-list@~1.2.1
894 silly fetch manifest ini@^1.3.4
895 http fetch GET 304 https://registry.npmjs.org/proto-list 135ms (from cache)
896 http fetch GET 304 https://registry.npmjs.org/ini 140ms (from cache)
897 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/npm-conf Completed in 145ms
898 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts ini@1.3.8 OK for: config-chain@1.1.12 want: ^1.3.4
899 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts proto-list@1.2.4 OK for: config-chain@1.1.12 want: ~1.2.1
900 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/config-chain Completed in 1ms
901 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ini Completed in 0ms
902 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-hash Completed in 0ms
903 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object.pick Completed in 0ms
904 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/once Completed in 0ms
905 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/p-cancelable Completed in 0ms
906 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/p-event Completed in 0ms
907 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/p-is-promise Completed in 0ms
908 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts p-finally@1.0.0 OK for: p-timeout@2.0.1 want: ^1.0.0
909 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/p-timeout Completed in 1ms
910 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/p-finally Completed in 0ms
911 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts error-ex@1.3.2 OK for: parse-json@4.0.0 want: ^1.3.1
912 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts json-parse-better-errors@1.0.2 OK for: parse-json@4.0.0 want: ^1.0.1
913 silly fetch manifest is-arrayish@^0.2.1
914 http fetch GET 304 https://registry.npmjs.org/is-arrayish 45ms (from cache)
915 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/parse-json Completed in 48ms
916 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-arrayish@0.2.1 OK for: error-ex@1.3.2 want: ^0.2.1
917 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/error-ex Completed in 1ms
918 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-arrayish Completed in 0ms
919 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/json-parse-better-errors Completed in 0ms
920 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts process@0.11.10 OK for: path@0.12.7 want: ^0.11.1
921 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts util@0.10.4 OK for: path@0.12.7 want: ^0.10.3
922 silly fetch manifest inherits@2.0.3
923 http fetch GET 304 https://registry.npmjs.org/inherits 49ms (from cache)
924 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/path Completed in 52ms
925 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/path-dirname Completed in 0ms
926 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/path-is-absolute Completed in 0ms
927 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/path-type Completed in 0ms
928 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/pify Completed in 0ms
929 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/posix-character-classes Completed in 0ms
930 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts chalk@2.4.2 OK for: postcss@7.0.35 want: ^2.4.2
931 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts supports-color@6.1.0 OK for: postcss@7.0.35 want: ^6.1.0
932 silly fetch manifest ansi-styles@^3.2.1
933 silly fetch manifest escape-string-regexp@^1.0.5
934 silly fetch manifest supports-color@^5.3.0
935 silly fetch manifest has-flag@^3.0.0
936 http fetch GET 304 https://registry.npmjs.org/escape-string-regexp 44ms (from cache)
937 http fetch GET 304 https://registry.npmjs.org/has-flag 46ms (from cache)
938 http fetch GET 304 https://registry.npmjs.org/supports-color 62ms (from cache)
939 http fetch GET 304 https://registry.npmjs.org/ansi-styles 70ms (from cache)
940 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss Completed in 72ms
941 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts ansi-styles@3.2.1 OK for: chalk@2.4.2 want: ^3.2.1
942 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts escape-string-regexp@1.0.5 OK for: chalk@2.4.2 want: ^1.0.5
943 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/chalk supports-color@5.5.0 OK for: chalk@2.4.2 want: ^5.3.0
944 silly fetch manifest color-convert@^1.9.0
945 http fetch GET 304 https://registry.npmjs.org/color-convert 59ms (from cache)
946 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/chalk Completed in 63ms
947 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts color-convert@1.9.3 OK for: ansi-styles@3.2.1 want: ^1.9.0
948 silly fetch manifest color-name@1.1.3
949 http fetch GET 304 https://registry.npmjs.org/color-name 59ms (from cache)
950 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ansi-styles Completed in 66ms
951 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts color-name@1.1.3 OK for: color-convert@1.9.3 want: 1.1.3
952 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/color-convert Completed in 1ms
953 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/color-name Completed in 0ms
954 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/escape-string-regexp Completed in 0ms
955 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-selector-parser@6.0.4 OK for: postcss-calc@7.0.5 want: ^6.0.2
956 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts postcss-value-parser@4.1.0 OK for: postcss-calc@7.0.5 want: ^4.0.2
957 silly fetch manifest cssesc@^3.0.0
958 silly fetch manifest indexes-of@^1.0.1
959 silly fetch manifest uniq@^1.0.1
960 silly fetch manifest util-deprecate@^1.0.2
961 http fetch GET 304 https://registry.npmjs.org/indexes-of 147ms (from cache)
962 http fetch GET 304 https://registry.npmjs.org/util-deprecate 151ms (from cache)
963 http fetch GET 304 https://registry.npmjs.org/cssesc 169ms (from cache)
964 http fetch GET 304 https://registry.npmjs.org/uniq 180ms (from cache)
965 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-calc Completed in 185ms
966 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts browserslist@4.16.0 OK for: postcss-colormin@4.0.3 want: ^4.0.0
967 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts color@3.1.3 OK for: postcss-colormin@4.0.3 want: ^3.0.0
968 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts has@1.0.3 OK for: postcss-colormin@4.0.3 want: ^1.0.0
969 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-colormin postcss-value-parser@3.3.1 OK for: postcss-colormin@4.0.3 want: ^3.0.0
970 silly fetch manifest caniuse-lite@^1.0.30001165
971 silly fetch manifest colorette@^1.2.1
972 silly fetch manifest electron-to-chromium@^1.3.621
973 silly fetch manifest escalade@^3.1.1
974 silly fetch manifest node-releases@^1.1.67
975 silly fetch manifest color-string@^1.5.4
976 silly fetch manifest function-bind@^1.1.1
977 http fetch GET 304 https://registry.npmjs.org/colorette 55ms (from cache)
978 http fetch GET 304 https://registry.npmjs.org/function-bind 57ms (from cache)
979 http fetch GET 304 https://registry.npmjs.org/escalade 63ms (from cache)
980 http fetch GET 304 https://registry.npmjs.org/node-releases 67ms (from cache)
981 http fetch GET 304 https://registry.npmjs.org/caniuse-lite 79ms (from cache)
982 http fetch GET 304 https://registry.npmjs.org/color-string 82ms (from cache)
983 http fetch GET 304 https://registry.npmjs.org/electron-to-chromium 95ms (from cache)
984 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-colormin Completed in 102ms
985 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts caniuse-lite@1.0.30001171 OK for: browserslist@4.16.0 want: ^1.0.30001165
986 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts colorette@1.2.1 OK for: browserslist@4.16.0 want: ^1.2.1
987 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts electron-to-chromium@1.3.633 OK for: browserslist@4.16.0 want: ^1.3.621
988 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts escalade@3.1.1 OK for: browserslist@4.16.0 want: ^3.1.1
989 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts node-releases@1.1.67 OK for: browserslist@4.16.0 want: ^1.1.67
990 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/browserslist Completed in 2ms
991 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/caniuse-lite Completed in 0ms
992 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts color-string@1.5.4 OK for: color@3.1.3 want: ^1.5.4
993 silly fetch manifest simple-swizzle@^0.2.2
994 http fetch GET 304 https://registry.npmjs.org/simple-swizzle 54ms (from cache)
995 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/color Completed in 56ms
996 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts simple-swizzle@0.2.2 OK for: color-string@1.5.4 want: ^0.2.2
997 silly fetch manifest is-arrayish@^0.3.1
998 http fetch GET 304 https://registry.npmjs.org/is-arrayish 38ms (from cache)
999 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/color-string Completed in 40ms
1000 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/colorette Completed in 0ms
1001 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/electron-to-chromium Completed in 0ms
1002 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/escalade Completed in 0ms
1003 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts function-bind@1.1.1 OK for: has@1.0.3 want: ^1.1.1
1004 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has Completed in 1ms
1005 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/function-bind Completed in 0ms
1006 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/node-releases Completed in 0ms
1007 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-convert-values postcss-value-parser@3.3.1 OK for: postcss-convert-values@4.0.1 want: ^3.0.0
1008 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-convert-values Completed in 1ms
1009 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-discard-comments Completed in 0ms
1010 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-discard-duplicates Completed in 0ms
1011 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-discard-empty Completed in 0ms
1012 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-discard-overridden Completed in 0ms
1013 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts css-color-names@0.0.4 OK for: postcss-merge-longhand@4.0.11 want: 0.0.4
1014 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-merge-longhand postcss-value-parser@3.3.1 OK for: postcss-merge-longhand@4.0.11 want: ^3.0.0
1015 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts stylehacks@4.0.3 OK for: postcss-merge-longhand@4.0.11 want: ^4.0.0
1016 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-merge-longhand Completed in 2ms
1017 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/css-color-names Completed in 0ms
1018 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts caniuse-api@3.0.0 OK for: postcss-merge-rules@4.0.3 want: ^3.0.0
1019 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts cssnano-util-same-parent@4.0.1 OK for: postcss-merge-rules@4.0.3 want: ^4.0.0
1020 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-merge-rules postcss-selector-parser@3.1.2 OK for: postcss-merge-rules@4.0.3 want: ^3.0.0
1021 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts vendors@1.0.4 OK for: postcss-merge-rules@4.0.3 want: ^1.0.0
1022 silly fetch manifest lodash.memoize@^4.1.2
1023 silly fetch manifest lodash.uniq@^4.5.0
1024 silly fetch manifest dot-prop@^5.2.0
1025 http fetch GET 304 https://registry.npmjs.org/dot-prop 49ms (from cache)
1026 http fetch GET 304 https://registry.npmjs.org/lodash.memoize 52ms (from cache)
1027 http fetch GET 304 https://registry.npmjs.org/lodash.uniq 73ms (from cache)
1028 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-merge-rules Completed in 86ms
1029 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts lodash.memoize@4.1.2 OK for: caniuse-api@3.0.0 want: ^4.1.2
1030 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts lodash.uniq@4.5.0 OK for: caniuse-api@3.0.0 want: ^4.5.0
1031 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/caniuse-api Completed in 1ms
1032 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssnano-util-same-parent Completed in 0ms
1033 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/lodash.memoize Completed in 0ms
1034 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/lodash.uniq Completed in 0ms
1035 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-font-values postcss-value-parser@3.3.1 OK for: postcss-minify-font-values@4.0.2 want: ^3.0.0
1036 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-font-values Completed in 1ms
1037 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts cssnano-util-get-arguments@4.0.0 OK for: postcss-minify-gradients@4.0.2 want: ^4.0.0
1038 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-color-stop@1.1.0 OK for: postcss-minify-gradients@4.0.2 want: ^1.0.0
1039 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-gradients postcss-value-parser@3.3.1 OK for: postcss-minify-gradients@4.0.2 want: ^3.0.0
1040 silly fetch manifest hex-color-regex@^1.1.0
1041 silly fetch manifest hsl-regex@^1.0.0
1042 silly fetch manifest hsla-regex@^1.0.0
1043 silly fetch manifest rgb-regex@^1.0.1
1044 silly fetch manifest rgba-regex@^1.0.0
1045 http fetch GET 304 https://registry.npmjs.org/hsla-regex 136ms (from cache)
1046 http fetch GET 304 https://registry.npmjs.org/rgba-regex 137ms (from cache)
1047 http fetch GET 304 https://registry.npmjs.org/hex-color-regex 163ms (from cache)
1048 http fetch GET 304 https://registry.npmjs.org/rgb-regex 163ms (from cache)
1049 http fetch GET 304 https://registry.npmjs.org/hsl-regex 165ms (from cache)
1050 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-gradients Completed in 170ms
1051 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssnano-util-get-arguments Completed in 0ms
1052 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts hex-color-regex@1.1.0 OK for: is-color-stop@1.1.0 want: ^1.1.0
1053 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts hsl-regex@1.0.0 OK for: is-color-stop@1.1.0 want: ^1.0.0
1054 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts hsla-regex@1.0.0 OK for: is-color-stop@1.1.0 want: ^1.0.0
1055 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts rgb-regex@1.0.1 OK for: is-color-stop@1.1.0 want: ^1.0.1
1056 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts rgba-regex@1.0.0 OK for: is-color-stop@1.1.0 want: ^1.0.0
1057 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-color-stop Completed in 2ms
1058 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/hex-color-regex Completed in 0ms
1059 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/hsl-regex Completed in 0ms
1060 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/hsla-regex Completed in 0ms
1061 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts alphanum-sort@1.0.2 OK for: postcss-minify-params@4.0.2 want: ^1.0.0
1062 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-params postcss-value-parser@3.3.1 OK for: postcss-minify-params@4.0.2 want: ^3.0.0
1063 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts uniqs@2.0.0 OK for: postcss-minify-params@4.0.2 want: ^2.0.0
1064 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-params Completed in 2ms
1065 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/alphanum-sort Completed in 0ms
1066 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-selectors postcss-selector-parser@3.1.2 OK for: postcss-minify-selectors@4.0.2 want: ^3.0.0
1067 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-selectors Completed in 1ms
1068 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-charset Completed in 0ms
1069 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts cssnano-util-get-match@4.0.0 OK for: postcss-normalize-display-values@4.0.2 want: ^4.0.0
1070 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-display-values postcss-value-parser@3.3.1 OK for: postcss-normalize-display-values@4.0.2 want: ^3.0.0
1071 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-display-values Completed in 2ms
1072 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssnano-util-get-match Completed in 0ms
1073 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-positions postcss-value-parser@3.3.1 OK for: postcss-normalize-positions@4.0.2 want: ^3.0.0
1074 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-positions Completed in 1ms
1075 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-repeat-style postcss-value-parser@3.3.1 OK for: postcss-normalize-repeat-style@4.0.2 want: ^3.0.0
1076 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-repeat-style Completed in 1ms
1077 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-string postcss-value-parser@3.3.1 OK for: postcss-normalize-string@4.0.2 want: ^3.0.0
1078 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-string Completed in 2ms
1079 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-timing-functions postcss-value-parser@3.3.1 OK for: postcss-normalize-timing-functions@4.0.2 want: ^3.0.0
1080 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-timing-functions Completed in 0ms
1081 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-unicode postcss-value-parser@3.3.1 OK for: postcss-normalize-unicode@4.0.1 want: ^3.0.0
1082 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-unicode Completed in 1ms
1083 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-absolute-url@2.1.0 OK for: postcss-normalize-url@4.0.1 want: ^2.0.0
1084 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-url postcss-value-parser@3.3.1 OK for: postcss-normalize-url@4.0.1 want: ^3.0.0
1085 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-url Completed in 1ms
1086 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-absolute-url Completed in 0ms
1087 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-whitespace postcss-value-parser@3.3.1 OK for: postcss-normalize-whitespace@4.0.2 want: ^3.0.0
1088 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-whitespace Completed in 1ms
1089 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-ordered-values postcss-value-parser@3.3.1 OK for: postcss-ordered-values@4.1.2 want: ^3.0.0
1090 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-ordered-values Completed in 1ms
1091 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-reduce-initial Completed in 0ms
1092 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-reduce-transforms postcss-value-parser@3.3.1 OK for: postcss-reduce-transforms@4.0.2 want: ^3.0.0
1093 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-reduce-transforms Completed in 0ms
1094 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts cssesc@3.0.0 OK for: postcss-selector-parser@6.0.4 want: ^3.0.0
1095 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts indexes-of@1.0.1 OK for: postcss-selector-parser@6.0.4 want: ^1.0.1
1096 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts uniq@1.0.1 OK for: postcss-selector-parser@6.0.4 want: ^1.0.1
1097 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts util-deprecate@1.0.2 OK for: postcss-selector-parser@6.0.4 want: ^1.0.2
1098 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-selector-parser Completed in 6ms
1099 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssesc Completed in 0ms
1100 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/indexes-of Completed in 0ms
1101 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-svg@3.0.0 OK for: postcss-svgo@4.0.2 want: ^3.0.0
1102 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-svgo postcss-value-parser@3.3.1 OK for: postcss-svgo@4.0.2 want: ^3.0.0
1103 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts svgo@1.3.2 OK for: postcss-svgo@4.0.2 want: ^1.0.0
1104 silly fetch manifest html-comment-regex@^1.1.0
1105 silly fetch manifest coa@^2.0.2
1106 silly fetch manifest css-select@^2.0.0
1107 silly fetch manifest css-select-base-adapter@^0.1.1
1108 silly fetch manifest css-tree@1.0.0-alpha.37
1109 silly fetch manifest csso@^4.0.2
1110 silly fetch manifest object.values@^1.1.0
1111 silly fetch manifest sax@~1.2.4
1112 silly fetch manifest stable@^0.1.8
1113 silly fetch manifest unquote@~1.1.1
1114 silly fetch manifest util.promisify@~1.0.0
1115 http fetch GET 304 https://registry.npmjs.org/coa 60ms (from cache)
1116 http fetch GET 304 https://registry.npmjs.org/css-select-base-adapter 62ms (from cache)
1117 http fetch GET 304 https://registry.npmjs.org/stable 61ms (from cache)
1118 http fetch GET 304 https://registry.npmjs.org/unquote 71ms (from cache)
1119 http fetch GET 304 https://registry.npmjs.org/css-tree 83ms (from cache)
1120 http fetch GET 304 https://registry.npmjs.org/util.promisify 84ms (from cache)
1121 http fetch GET 304 https://registry.npmjs.org/css-select 89ms (from cache)
1122 http fetch GET 304 https://registry.npmjs.org/html-comment-regex 92ms (from cache)
1123 http fetch GET 304 https://registry.npmjs.org/object.values 90ms (from cache)
1124 http fetch GET 304 https://registry.npmjs.org/csso 92ms (from cache)
1125 http fetch GET 304 https://registry.npmjs.org/sax 106ms (from cache)
1126 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-svgo Completed in 115ms
1127 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts html-comment-regex@1.1.2 OK for: is-svg@3.0.0 want: ^1.1.0
1128 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-svg Completed in 1ms
1129 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/html-comment-regex Completed in 0ms
1130 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-unique-selectors Completed in 0ms
1131 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-value-parser Completed in 0ms
1132 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/process Completed in 0ms
1133 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/proto-list Completed in 0ms
1134 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts core-util-is@1.0.2 OK for: readable-stream@2.3.7 want: ~1.0.0
1135 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts isarray@1.0.0 OK for: readable-stream@2.3.7 want: ~1.0.0
1136 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts process-nextick-args@2.0.1 OK for: readable-stream@2.3.7 want: ~2.0.0
1137 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts string_decoder@1.1.1 OK for: readable-stream@2.3.7 want: ~1.1.1
1138 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/readable-stream Completed in 3ms
1139 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/core-util-is Completed in 0ms
1140 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/isarray Completed in 0ms
1141 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/process-nextick-args Completed in 0ms
1142 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/regenerator-runtime Completed in 0ms
1143 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts safe-regex@1.1.0 OK for: regex-not@1.0.2 want: ^1.1.0
1144 silly fetch manifest ret@~0.1.10
1145 http fetch GET 304 https://registry.npmjs.org/ret 69ms (from cache)
1146 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/regex-not Completed in 73ms
1147 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/repeat-element Completed in 0ms
1148 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/repeat-string Completed in 0ms
1149 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/resolve-from Completed in 0ms
1150 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/responselike Completed in 0ms
1151 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/rgb-regex Completed in 0ms
1152 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/rgba-regex Completed in 0ms
1153 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/safe-buffer Completed in 0ms
1154 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts ret@0.1.15 OK for: safe-regex@1.1.0 want: ~0.1.10
1155 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/safe-regex Completed in 1ms
1156 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ret Completed in 0ms
1157 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts commander@2.20.3 OK for: seek-bzip@1.0.6 want: ^2.8.1
1158 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/seek-bzip Completed in 1ms
1159 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/commander Completed in 0ms
1160 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/simple-swizzle is-arrayish@0.3.2 OK for: simple-swizzle@0.2.2 want: ^0.3.1
1161 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/simple-swizzle Completed in 1ms
1162 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/slash Completed in 0ms
1163 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts base@0.11.2 OK for: snapdragon@0.8.2 want: ^0.11.1
1164 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon debug@2.6.9 OK for: snapdragon@0.8.2 want: ^2.2.0
1165 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon define-property@0.2.5 OK for: snapdragon@0.8.2 want: ^0.2.5
1166 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon extend-shallow@2.0.1 OK for: snapdragon@0.8.2 want: ^2.0.1
1167 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon source-map@0.5.7 OK for: snapdragon@0.8.2 want: ^0.5.6
1168 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts source-map-resolve@0.5.3 OK for: snapdragon@0.8.2 want: ^0.5.0
1169 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts use@3.1.1 OK for: snapdragon@0.8.2 want: ^3.1.0
1170 silly fetch manifest cache-base@^1.0.1
1171 silly fetch manifest class-utils@^0.3.5
1172 silly fetch manifest component-emitter@^1.2.1
1173 silly fetch manifest mixin-deep@^1.2.0
1174 silly fetch manifest pascalcase@^0.1.1
1175 silly fetch manifest atob@^2.1.2
1176 silly fetch manifest decode-uri-component@^0.2.0
1177 silly fetch manifest resolve-url@^0.2.1
1178 silly fetch manifest source-map-url@^0.4.0
1179 silly fetch manifest urix@^0.1.0
1180 http fetch GET 304 https://registry.npmjs.org/decode-uri-component 160ms (from cache)
1181 http fetch GET 304 https://registry.npmjs.org/mixin-deep 165ms (from cache)
1182 http fetch GET 304 https://registry.npmjs.org/component-emitter 172ms (from cache)
1183 http fetch GET 304 https://registry.npmjs.org/resolve-url 171ms (from cache)
1184 http fetch GET 304 https://registry.npmjs.org/atob 173ms (from cache)
1185 http fetch GET 304 https://registry.npmjs.org/pascalcase 174ms (from cache)
1186 http fetch GET 304 https://registry.npmjs.org/urix 173ms (from cache)
1187 http fetch GET 304 https://registry.npmjs.org/source-map-url 175ms (from cache)
1188 http fetch GET 304 https://registry.npmjs.org/cache-base 185ms (from cache)
1189 http fetch GET 304 https://registry.npmjs.org/class-utils 191ms (from cache)
1190 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon Completed in 196ms
1191 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts cache-base@1.0.1 OK for: base@0.11.2 want: ^1.0.1
1192 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts class-utils@0.3.6 OK for: base@0.11.2 want: ^0.3.5
1193 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts component-emitter@1.3.0 OK for: base@0.11.2 want: ^1.2.1
1194 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/base define-property@1.0.0 OK for: base@0.11.2 want: ^1.0.0
1195 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts mixin-deep@1.3.2 OK for: base@0.11.2 want: ^1.2.0
1196 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts pascalcase@0.1.1 OK for: base@0.11.2 want: ^0.1.1
1197 silly fetch manifest collection-visit@^1.0.0
1198 silly fetch manifest get-value@^2.0.6
1199 silly fetch manifest has-value@^1.0.0
1200 silly fetch manifest set-value@^2.0.0
1201 silly fetch manifest to-object-path@^0.3.0
1202 silly fetch manifest union-value@^1.0.0
1203 silly fetch manifest unset-value@^1.0.0
1204 silly fetch manifest arr-union@^3.1.0
1205 silly fetch manifest static-extend@^0.1.1
1206 silly fetch manifest for-in@^1.0.2
1207 http fetch GET 304 https://registry.npmjs.org/union-value 45ms (from cache)
1208 http fetch GET 304 https://registry.npmjs.org/collection-visit 58ms (from cache)
1209 http fetch GET 304 https://registry.npmjs.org/has-value 80ms (from cache)
1210 http fetch GET 304 https://registry.npmjs.org/get-value 83ms (from cache)
1211 http fetch GET 304 https://registry.npmjs.org/for-in 85ms (from cache)
1212 http fetch GET 304 https://registry.npmjs.org/unset-value 92ms (from cache)
1213 http fetch GET 304 https://registry.npmjs.org/static-extend 90ms (from cache)
1214 http fetch GET 304 https://registry.npmjs.org/arr-union 95ms (from cache)
1215 http fetch GET 304 https://registry.npmjs.org/set-value 109ms (from cache)
1216 http fetch GET 304 https://registry.npmjs.org/to-object-path 119ms (from cache)
1217 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/base Completed in 132ms
1218 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts collection-visit@1.0.0 OK for: cache-base@1.0.1 want: ^1.0.0
1219 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts get-value@2.0.6 OK for: cache-base@1.0.1 want: ^2.0.6
1220 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts has-value@1.0.0 OK for: cache-base@1.0.1 want: ^1.0.0
1221 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts set-value@2.0.1 OK for: cache-base@1.0.1 want: ^2.0.0
1222 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts to-object-path@0.3.0 OK for: cache-base@1.0.1 want: ^0.3.0
1223 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts union-value@1.0.1 OK for: cache-base@1.0.1 want: ^1.0.0
1224 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts unset-value@1.0.0 OK for: cache-base@1.0.1 want: ^1.0.0
1225 silly fetch manifest map-visit@^1.0.0
1226 silly fetch manifest object-visit@^1.0.0
1227 silly fetch manifest has-values@^1.0.0
1228 silly fetch manifest is-extendable@^0.1.1
1229 silly fetch manifest has-value@^0.3.1
1230 http fetch GET 304 https://registry.npmjs.org/object-visit 46ms (from cache)
1231 http fetch GET 304 https://registry.npmjs.org/has-values 48ms (from cache)
1232 http fetch GET 304 https://registry.npmjs.org/has-value 56ms (from cache)
1233 http fetch GET 304 https://registry.npmjs.org/is-extendable 69ms (from cache)
1234 http fetch GET 304 https://registry.npmjs.org/map-visit 80ms (from cache)
1235 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cache-base Completed in 87ms
1236 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts arr-union@3.1.0 OK for: class-utils@0.3.6 want: ^3.1.0
1237 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils define-property@0.2.5 OK for: class-utils@0.3.6 want: ^0.2.5
1238 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts static-extend@0.1.2 OK for: class-utils@0.3.6 want: ^0.1.1
1239 silly fetch manifest object-copy@^0.1.0
1240 http fetch GET 304 https://registry.npmjs.org/object-copy 41ms (from cache)
1241 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils Completed in 46ms
1242 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/arr-union Completed in 0ms
1243 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts map-visit@1.0.0 OK for: collection-visit@1.0.0 want: ^1.0.0
1244 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts object-visit@1.0.1 OK for: collection-visit@1.0.0 want: ^1.0.0
1245 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/collection-visit Completed in 1ms
1246 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/component-emitter Completed in 0ms
1247 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/get-value Completed in 0ms
1248 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts has-values@1.0.0 OK for: has-value@1.0.0 want: ^1.0.0
1249 silly fetch manifest kind-of@^4.0.0
1250 http fetch GET 304 https://registry.npmjs.org/kind-of 53ms (from cache)
1251 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-value Completed in 56ms
1252 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-values kind-of@4.0.0 OK for: has-values@1.0.0 want: ^4.0.0
1253 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-values Completed in 1ms
1254 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/map-visit Completed in 0ms
1255 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts for-in@1.0.2 OK for: mixin-deep@1.3.2 want: ^1.0.2
1256 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/mixin-deep Completed in 1ms
1257 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/for-in Completed in 0ms
1258 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-visit Completed in 0ms
1259 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/pascalcase Completed in 0ms
1260 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/set-value extend-shallow@2.0.1 OK for: set-value@2.0.1 want: ^2.0.1
1261 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/set-value is-extendable@0.1.1 OK for: set-value@2.0.1 want: ^0.1.1
1262 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/set-value Completed in 1ms
1263 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-node define-property@1.0.0 OK for: snapdragon-node@2.1.1 want: ^1.0.0
1264 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts snapdragon-util@3.0.1 OK for: snapdragon-node@2.1.1 want: ^3.0.1
1265 silly fetch manifest kind-of@^3.2.0
1266 http fetch GET 304 https://registry.npmjs.org/kind-of 114ms (from cache)
1267 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-node Completed in 118ms
1268 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-util kind-of@3.2.2 OK for: snapdragon-util@3.0.1 want: ^3.2.0
1269 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-util Completed in 0ms
1270 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts sort-keys@1.1.2 OK for: sort-keys-length@1.0.1 want: ^1.0.0
1271 silly fetch manifest is-plain-obj@^1.0.0
1272 http fetch GET 304 https://registry.npmjs.org/is-plain-obj 42ms (from cache)
1273 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/sort-keys-length Completed in 45ms
1274 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-plain-obj@1.1.0 OK for: sort-keys@1.1.2 want: ^1.0.0
1275 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/sort-keys Completed in 1ms
1276 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-plain-obj Completed in 1ms
1277 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/source-map Completed in 0ms
1278 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts atob@2.1.2 OK for: source-map-resolve@0.5.3 want: ^2.1.2
1279 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts decode-uri-component@0.2.0 OK for: source-map-resolve@0.5.3 want: ^0.2.0
1280 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts resolve-url@0.2.1 OK for: source-map-resolve@0.5.3 want: ^0.2.1
1281 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts source-map-url@0.4.0 OK for: source-map-resolve@0.5.3 want: ^0.4.0
1282 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts urix@0.1.0 OK for: source-map-resolve@0.5.3 want: ^0.1.0
1283 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/source-map-resolve Completed in 3ms
1284 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/atob Completed in 0ms
1285 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decode-uri-component Completed in 0ms
1286 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/resolve-url Completed in 0ms
1287 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/source-map-url Completed in 0ms
1288 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/split-string Completed in 0ms
1289 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/sprintf-js Completed in 0ms
1290 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend define-property@0.2.5 OK for: static-extend@0.1.2 want: ^0.2.5
1291 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts object-copy@0.1.0 OK for: static-extend@0.1.2 want: ^0.1.0
1292 silly fetch manifest copy-descriptor@^0.1.0
1293 silly fetch manifest kind-of@^3.0.3
1294 http fetch GET 304 https://registry.npmjs.org/copy-descriptor 39ms (from cache)
1295 http fetch GET 304 https://registry.npmjs.org/kind-of 47ms (from cache)
1296 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend Completed in 52ms
1297 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts copy-descriptor@0.1.1 OK for: object-copy@0.1.0 want: ^0.1.0
1298 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy define-property@0.2.5 OK for: object-copy@0.1.0 want: ^0.2.5
1299 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy kind-of@3.2.2 OK for: object-copy@0.1.0 want: ^3.0.3
1300 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy Completed in 2ms
1301 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/copy-descriptor Completed in 0ms
1302 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/string_decoder Completed in 0ms
1303 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-natural-number@4.0.1 OK for: strip-dirs@2.1.0 want: ^4.0.1
1304 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/strip-dirs Completed in 1ms
1305 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-natural-number Completed in 0ms
1306 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/strip-outer Completed in 0ms
1307 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/stylehacks postcss-selector-parser@3.1.2 OK for: stylehacks@4.0.3 want: ^3.0.0
1308 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/stylehacks Completed in 1ms
1309 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts has-flag@3.0.0 OK for: supports-color@6.1.0 want: ^3.0.0
1310 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/supports-color Completed in 0ms
1311 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-flag Completed in 0ms
1312 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts coa@2.0.2 OK for: svgo@1.3.2 want: ^2.0.2
1313 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts css-select@2.1.0 OK for: svgo@1.3.2 want: ^2.0.0
1314 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts css-select-base-adapter@0.1.1 OK for: svgo@1.3.2 want: ^0.1.1
1315 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts css-tree@1.0.0-alpha.37 OK for: svgo@1.3.2 want: 1.0.0-alpha.37
1316 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts csso@4.2.0 OK for: svgo@1.3.2 want: ^4.0.2
1317 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts object.values@1.1.2 OK for: svgo@1.3.2 want: ^1.1.0
1318 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts sax@1.2.4 OK for: svgo@1.3.2 want: ~1.2.4
1319 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts stable@0.1.8 OK for: svgo@1.3.2 want: ^0.1.8
1320 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts unquote@1.1.1 OK for: svgo@1.3.2 want: ~1.1.1
1321 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts util.promisify@1.0.1 OK for: svgo@1.3.2 want: ~1.0.0
1322 silly fetch manifest @types/q@^1.5.1
1323 silly fetch manifest q@^1.1.2
1324 silly fetch manifest boolbase@^1.0.0
1325 silly fetch manifest css-what@^3.2.1
1326 silly fetch manifest domutils@^1.7.0
1327 silly fetch manifest nth-check@^1.0.2
1328 silly fetch manifest mdn-data@2.0.4
1329 silly fetch manifest css-tree@^1.1.2
1330 silly fetch manifest call-bind@^1.0.0
1331 silly fetch manifest define-properties@^1.1.3
1332 silly fetch manifest es-abstract@^1.18.0-next.1
1333 silly fetch manifest es-abstract@^1.17.2
1334 silly fetch manifest has-symbols@^1.0.1
1335 silly fetch manifest object.getownpropertydescriptors@^2.1.0
1336 http fetch GET 304 https://registry.npmjs.org/define-properties 74ms (from cache)
1337 http fetch GET 304 https://registry.npmjs.org/boolbase 78ms (from cache)
1338 http fetch GET 304 https://registry.npmjs.org/nth-check 86ms (from cache)
1339 http fetch GET 304 https://registry.npmjs.org/mdn-data 93ms (from cache)
1340 http fetch GET 304 https://registry.npmjs.org/css-tree 104ms (from cache)
1341 http fetch GET 304 https://registry.npmjs.org/q 108ms (from cache)
1342 http fetch GET 304 https://registry.npmjs.org/call-bind 107ms (from cache)
1343 http fetch GET 304 https://registry.npmjs.org/domutils 111ms (from cache)
1344 http fetch GET 304 https://registry.npmjs.org/es-abstract 119ms (from cache)
1345 http fetch GET 304 https://registry.npmjs.org/has-symbols 121ms (from cache)
1346 http fetch GET 304 https://registry.npmjs.org/@types%2fq 132ms (from cache)
1347 http fetch GET 304 https://registry.npmjs.org/object.getownpropertydescriptors 140ms (from cache)
1348 http fetch GET 304 https://registry.npmjs.org/es-abstract 149ms (from cache)
1349 http fetch GET 304 https://registry.npmjs.org/css-what 163ms (from cache)
1350 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/svgo Completed in 177ms
1351 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts @types/q@1.5.4 OK for: coa@2.0.2 want: ^1.5.1
1352 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts q@1.5.1 OK for: coa@2.0.2 want: ^1.1.2
1353 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/coa Completed in 1ms
1354 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/@types/q Completed in 0ms
1355 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts boolbase@1.0.0 OK for: css-select@2.1.0 want: ^1.0.0
1356 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts css-what@3.4.2 OK for: css-select@2.1.0 want: ^3.2.1
1357 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts domutils@1.7.0 OK for: css-select@2.1.0 want: ^1.7.0
1358 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts nth-check@1.0.2 OK for: css-select@2.1.0 want: ^1.0.2
1359 silly fetch manifest dom-serializer@0
1360 silly fetch manifest domelementtype@1
1361 http fetch GET 304 https://registry.npmjs.org/domelementtype 48ms (from cache)
1362 http fetch GET 304 https://registry.npmjs.org/dom-serializer 84ms (from cache)
1363 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/css-select Completed in 87ms
1364 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/boolbase Completed in 0ms
1365 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/css-select-base-adapter Completed in 0ms
1366 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts mdn-data@2.0.4 OK for: css-tree@1.0.0-alpha.37 want: 2.0.4
1367 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/css-tree Completed in 1ms
1368 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/css-what Completed in 1ms
1369 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/csso css-tree@1.1.2 OK for: csso@4.2.0 want: ^1.1.2
1370 silly fetch manifest mdn-data@2.0.14
1371 http fetch GET 304 https://registry.npmjs.org/mdn-data 41ms (from cache)
1372 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/csso Completed in 43ms
1373 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts dom-serializer@0.2.2 OK for: domutils@1.7.0 want: 0
1374 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts domelementtype@1.3.1 OK for: domutils@1.7.0 want: 1
1375 silly fetch manifest domelementtype@^2.0.1
1376 silly fetch manifest entities@^2.0.0
1377 http fetch GET 304 https://registry.npmjs.org/domelementtype 51ms (from cache)
1378 http fetch GET 304 https://registry.npmjs.org/entities 53ms (from cache)
1379 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/domutils Completed in 56ms
1380 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/dom-serializer domelementtype@2.1.0 OK for: dom-serializer@0.2.2 want: ^2.0.1
1381 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts entities@2.1.0 OK for: dom-serializer@0.2.2 want: ^2.0.0
1382 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/dom-serializer Completed in 1ms
1383 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/domelementtype Completed in 0ms
1384 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/entities Completed in 0ms
1385 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/mdn-data Completed in 0ms
1386 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/nth-check Completed in 0ms
1387 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts call-bind@1.0.0 OK for: object.values@1.1.2 want: ^1.0.0
1388 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts define-properties@1.1.3 OK for: object.values@1.1.2 want: ^1.1.3
1389 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts es-abstract@1.18.0-next.1 OK for: object.values@1.1.2 want: ^1.18.0-next.1
1390 silly fetch manifest get-intrinsic@^1.0.0
1391 silly fetch manifest object-keys@^1.0.12
1392 silly fetch manifest es-to-primitive@^1.2.1
1393 silly fetch manifest is-callable@^1.2.2
1394 silly fetch manifest is-negative-zero@^2.0.0
1395 silly fetch manifest is-regex@^1.1.1
1396 silly fetch manifest object-inspect@^1.8.0
1397 silly fetch manifest object-keys@^1.1.1
1398 silly fetch manifest object.assign@^4.1.1
1399 silly fetch manifest string.prototype.trimend@^1.0.1
1400 silly fetch manifest string.prototype.trimstart@^1.0.1
1401 http fetch GET 304 https://registry.npmjs.org/string.prototype.trimstart 57ms (from cache)
1402 http fetch GET 304 https://registry.npmjs.org/es-to-primitive 62ms (from cache)
1403 http fetch GET 304 https://registry.npmjs.org/is-callable 66ms (from cache)
1404 http fetch GET 304 https://registry.npmjs.org/object.assign 75ms (from cache)
1405 http fetch GET 304 https://registry.npmjs.org/object-keys 91ms (from cache)
1406 http fetch GET 304 https://registry.npmjs.org/object-keys 92ms (from cache)
1407 http fetch GET 304 https://registry.npmjs.org/get-intrinsic 97ms (from cache)
1408 http fetch GET 304 https://registry.npmjs.org/string.prototype.trimend 102ms (from cache)
1409 http fetch GET 304 https://registry.npmjs.org/is-negative-zero 109ms (from cache)
1410 http fetch GET 304 https://registry.npmjs.org/object-inspect 109ms (from cache)
1411 http fetch GET 304 https://registry.npmjs.org/is-regex 111ms (from cache)
1412 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object.values Completed in 117ms
1413 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts get-intrinsic@1.0.2 OK for: call-bind@1.0.0 want: ^1.0.0
1414 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/call-bind Completed in 1ms
1415 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts object-keys@1.1.1 OK for: define-properties@1.1.3 want: ^1.0.12
1416 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/define-properties Completed in 1ms
1417 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts es-to-primitive@1.2.1 OK for: es-abstract@1.18.0-next.1 want: ^1.2.1
1418 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts has-symbols@1.0.1 OK for: es-abstract@1.18.0-next.1 want: ^1.0.1
1419 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-callable@1.2.2 OK for: es-abstract@1.18.0-next.1 want: ^1.2.2
1420 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-negative-zero@2.0.1 OK for: es-abstract@1.18.0-next.1 want: ^2.0.0
1421 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-regex@1.1.1 OK for: es-abstract@1.18.0-next.1 want: ^1.1.1
1422 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts object-inspect@1.9.0 OK for: es-abstract@1.18.0-next.1 want: ^1.8.0
1423 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts object.assign@4.1.2 OK for: es-abstract@1.18.0-next.1 want: ^4.1.1
1424 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts string.prototype.trimend@1.0.3 OK for: es-abstract@1.18.0-next.1 want: ^1.0.1
1425 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts string.prototype.trimstart@1.0.3 OK for: es-abstract@1.18.0-next.1 want: ^1.0.1
1426 silly fetch manifest is-date-object@^1.0.1
1427 silly fetch manifest is-symbol@^1.0.2
1428 http fetch GET 304 https://registry.npmjs.org/is-date-object 43ms (from cache)
1429 http fetch GET 304 https://registry.npmjs.org/is-symbol 47ms (from cache)
1430 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/es-abstract Completed in 54ms
1431 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-date-object@1.0.2 OK for: es-to-primitive@1.2.1 want: ^1.0.1
1432 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-symbol@1.0.3 OK for: es-to-primitive@1.2.1 want: ^1.0.2
1433 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/es-to-primitive Completed in 2ms
1434 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/get-intrinsic Completed in 0ms
1435 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-symbols Completed in 0ms
1436 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-callable Completed in 0ms
1437 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-date-object Completed in 0ms
1438 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-negative-zero Completed in 0ms
1439 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-regex Completed in 0ms
1440 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-symbol Completed in 0ms
1441 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-inspect Completed in 0ms
1442 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-keys Completed in 0ms
1443 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object.assign Completed in 0ms
1444 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/q Completed in 0ms
1445 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/sax Completed in 0ms
1446 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/stable Completed in 0ms
1447 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/string.prototype.trimend Completed in 0ms
1448 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/string.prototype.trimstart Completed in 0ms
1449 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts bl@1.2.3 OK for: tar-stream@1.6.2 want: ^1.0.0
1450 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts buffer-alloc@1.2.0 OK for: tar-stream@1.6.2 want: ^1.2.0
1451 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts end-of-stream@1.4.4 OK for: tar-stream@1.6.2 want: ^1.0.0
1452 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts fs-constants@1.0.0 OK for: tar-stream@1.6.2 want: ^1.0.0
1453 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts to-buffer@1.1.1 OK for: tar-stream@1.6.2 want: ^1.1.1
1454 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts xtend@4.0.2 OK for: tar-stream@1.6.2 want: ^4.0.0
1455 silly fetch manifest buffer-alloc-unsafe@^1.1.0
1456 silly fetch manifest buffer-fill@^1.0.0
1457 http fetch GET 304 https://registry.npmjs.org/buffer-alloc-unsafe 41ms (from cache)
1458 http fetch GET 304 https://registry.npmjs.org/buffer-fill 44ms (from cache)
1459 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/tar-stream Completed in 49ms
1460 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/bl Completed in 0ms
1461 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts buffer-alloc-unsafe@1.1.0 OK for: buffer-alloc@1.2.0 want: ^1.1.0
1462 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts buffer-fill@1.0.0 OK for: buffer-alloc@1.2.0 want: ^1.0.0
1463 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/buffer-alloc Completed in 2ms
1464 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/buffer-alloc-unsafe Completed in 0ms
1465 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/buffer-fill Completed in 0ms
1466 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/end-of-stream Completed in 0ms
1467 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fs-constants Completed in 0ms
1468 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/timed-out Completed in 1ms
1469 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/timsort Completed in 0ms
1470 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-buffer Completed in 0ms
1471 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-object-path kind-of@3.2.2 OK for: to-object-path@0.3.0 want: ^3.0.2
1472 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-object-path Completed in 1ms
1473 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-regex Completed in 0ms
1474 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-regex-range Completed in 0ms
1475 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/trim-repeated Completed in 0ms
1476 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/tunnel-agent Completed in 0ms
1477 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts buffer@5.7.1 OK for: unbzip2-stream@1.4.3 want: ^5.2.1
1478 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts through@2.3.8 OK for: unbzip2-stream@1.4.3 want: ^2.3.8
1479 silly fetch manifest base64-js@^1.3.1
1480 silly fetch manifest ieee754@^1.1.13
1481 http fetch GET 304 https://registry.npmjs.org/ieee754 122ms (from cache)
1482 http fetch GET 304 https://registry.npmjs.org/base64-js 124ms (from cache)
1483 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unbzip2-stream Completed in 126ms
1484 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts base64-js@1.5.1 OK for: buffer@5.7.1 want: ^1.3.1
1485 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts ieee754@1.2.1 OK for: buffer@5.7.1 want: ^1.1.13
1486 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/buffer Completed in 1ms
1487 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/base64-js Completed in 0ms
1488 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ieee754 Completed in 0ms
1489 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/through Completed in 0ms
1490 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/union-value is-extendable@0.1.1 OK for: union-value@1.0.1 want: ^0.1.1
1491 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/union-value Completed in 1ms
1492 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/uniq Completed in 0ms
1493 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/uniqs Completed in 0ms
1494 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/universalify Completed in 0ms
1495 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unquote Completed in 0ms
1496 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unset-value has-value@0.3.1 OK for: unset-value@1.0.0 want: ^0.3.1
1497 silly fetch manifest has-values@^0.1.4
1498 silly fetch manifest isobject@^2.0.0
1499 http fetch GET 304 https://registry.npmjs.org/has-values 45ms (from cache)
1500 http fetch GET 304 https://registry.npmjs.org/isobject 56ms (from cache)
1501 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unset-value Completed in 60ms
1502 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/urix Completed in 0ms
1503 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts prepend-http@2.0.0 OK for: url-parse-lax@3.0.0 want: ^2.0.0
1504 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/url-parse-lax Completed in 1ms
1505 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/prepend-http Completed in 0ms
1506 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts ip-regex@1.0.3 OK for: url-regex@4.1.1 want: ^1.0.1
1507 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts tlds@1.216.0 OK for: url-regex@4.1.1 want: ^1.187.0
1508 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/url-regex Completed in 4ms
1509 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ip-regex Completed in 0ms
1510 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/tlds Completed in 0ms
1511 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/url-to-options Completed in 0ms
1512 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/use Completed in 0ms
1513 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/util inherits@2.0.3 OK for: util@0.10.4 want: 2.0.3
1514 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/util Completed in 1ms
1515 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/util-deprecate Completed in 0ms
1516 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/util.promisify es-abstract@1.17.7 OK for: util.promisify@1.0.1 want: ^1.17.2
1517 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts object.getownpropertydescriptors@2.1.1 OK for: util.promisify@1.0.1 want: ^2.1.0
1518 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/util.promisify Completed in 2ms
1519 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object.getownpropertydescriptors Completed in 0ms
1520 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/vendors Completed in 0ms
1521 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/wrappy Completed in 0ms
1522 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/xtend Completed in 0ms
1523 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts buffer-crc32@0.2.13 OK for: yauzl@2.10.0 want: ~0.2.3
1524 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts fd-slicer@1.1.0 OK for: yauzl@2.10.0 want: ~1.1.0
1525 silly fetch manifest pend@~1.2.0
1526 http fetch GET 304 https://registry.npmjs.org/pend 45ms (from cache)
1527 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/yauzl Completed in 47ms
1528 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/buffer-crc32 Completed in 0ms
1529 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts pend@1.2.0 OK for: fd-slicer@1.1.0 want: ~1.2.0
1530 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fd-slicer Completed in 0ms
1531 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/pend Completed in 0ms
1532 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/archive-type/node_modules/file-type Completed in 0ms
1533 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/base/node_modules/define-property Completed in 0ms
1534 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/braces is-extendable@0.1.1 OK for: extend-shallow@2.0.1 want: ^0.1.0
1535 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/braces/node_modules/extend-shallow Completed in 0ms
1536 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/braces/node_modules/is-extendable Completed in 0ms
1537 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cacheable-request/node_modules/lowercase-keys Completed in 0ms
1538 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts query-string@5.1.1 OK for: normalize-url@2.0.1 want: ^5.0.1
1539 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cacheable-request sort-keys@2.0.0 OK for: normalize-url@2.0.1 want: ^2.0.0
1540 silly fetch manifest object-assign@^4.1.0
1541 silly fetch manifest strict-uri-encode@^1.0.0
1542 http fetch GET 304 https://registry.npmjs.org/strict-uri-encode 38ms (from cache)
1543 http fetch GET 304 https://registry.npmjs.org/object-assign 67ms (from cache)
1544 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cacheable-request/node_modules/normalize-url Completed in 84ms
1545 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts object-assign@4.1.1 OK for: query-string@5.1.1 want: ^4.1.0
1546 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts strict-uri-encode@1.1.0 OK for: query-string@5.1.1 want: ^1.0.0
1547 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/query-string Completed in 2ms
1548 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-assign Completed in 0ms
1549 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/strict-uri-encode Completed in 0ms
1550 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cacheable-request/node_modules/sort-keys Completed in 0ms
1551 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/chalk/node_modules/supports-color Completed in 0ms
1552 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils is-descriptor@0.1.6 OK for: define-property@0.2.5 want: ^0.1.0
1553 silly fetch manifest is-accessor-descriptor@^0.1.6
1554 silly fetch manifest is-data-descriptor@^0.1.4
1555 silly fetch manifest kind-of@^5.0.0
1556 http fetch GET 304 https://registry.npmjs.org/is-accessor-descriptor 49ms (from cache)
1557 http fetch GET 304 https://registry.npmjs.org/is-data-descriptor 50ms (from cache)
1558 http fetch GET 304 https://registry.npmjs.org/kind-of 52ms (from cache)
1559 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/define-property Completed in 61ms
1560 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils is-accessor-descriptor@0.1.6 OK for: is-descriptor@0.1.6 want: ^0.1.6
1561 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils is-data-descriptor@0.1.4 OK for: is-descriptor@0.1.6 want: ^0.1.4
1562 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils kind-of@5.1.0 OK for: is-descriptor@0.1.6 want: ^5.0.0
1563 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-descriptor Completed in 1ms
1564 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-accessor-descriptor kind-of@3.2.2 OK for: is-accessor-descriptor@0.1.6 want: ^3.0.2
1565 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-accessor-descriptor Completed in 1ms
1566 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-data-descriptor kind-of@3.2.2 OK for: is-data-descriptor@0.1.4 want: ^3.0.2
1567 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-data-descriptor Completed in 0ms
1568 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/kind-of Completed in 0ms
1569 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/csso mdn-data@2.0.14 OK for: css-tree@1.1.2 want: 2.0.14
1570 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/csso/node_modules/css-tree Completed in 0ms
1571 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/csso/node_modules/mdn-data Completed in 0ms
1572 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-tar/node_modules/file-type Completed in 0ms
1573 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-tarbz2/node_modules/file-type Completed in 0ms
1574 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-targz/node_modules/file-type Completed in 0ms
1575 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-unzip/node_modules/file-type Completed in 0ms
1576 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts pinkie-promise@2.0.1 OK for: get-stream@2.3.1 want: ^2.0.0
1577 silly fetch manifest pinkie@^2.0.0
1578 http fetch GET 304 https://registry.npmjs.org/pinkie 129ms (from cache)
1579 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-unzip/node_modules/get-stream Completed in 132ms
1580 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts pinkie@2.0.4 OK for: pinkie-promise@2.0.1 want: ^2.0.0
1581 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/pinkie-promise Completed in 1ms
1582 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/pinkie Completed in 0ms
1583 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-unzip/node_modules/pify Completed in 0ms
1584 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress/node_modules/pify Completed in 0ms
1585 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/dom-serializer/node_modules/domelementtype Completed in 0ms
1586 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/debug Completed in 0ms
1587 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets is-descriptor@0.1.6 OK for: define-property@0.2.5 want: ^0.1.0
1588 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/define-property Completed in 4ms
1589 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets is-extendable@0.1.1 OK for: extend-shallow@2.0.1 want: ^0.1.0
1590 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/extend-shallow Completed in 1ms
1591 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets is-accessor-descriptor@0.1.6 OK for: is-descriptor@0.1.6 want: ^0.1.6
1592 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets is-data-descriptor@0.1.4 OK for: is-descriptor@0.1.6 want: ^0.1.4
1593 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets kind-of@5.1.0 OK for: is-descriptor@0.1.6 want: ^5.0.0
1594 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-descriptor Completed in 2ms
1595 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-accessor-descriptor kind-of@3.2.2 OK for: is-accessor-descriptor@0.1.6 want: ^3.0.2
1596 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-accessor-descriptor Completed in 1ms
1597 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-data-descriptor kind-of@3.2.2 OK for: is-data-descriptor@0.1.4 want: ^3.0.2
1598 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-data-descriptor Completed in 1ms
1599 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-extendable Completed in 0ms
1600 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/kind-of Completed in 0ms
1601 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extglob/node_modules/define-property Completed in 0ms
1602 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extglob is-extendable@0.1.1 OK for: extend-shallow@2.0.1 want: ^0.1.0
1603 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extglob/node_modules/extend-shallow Completed in 1ms
1604 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extglob/node_modules/is-extendable Completed in 0ms
1605 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fill-range is-extendable@0.1.1 OK for: extend-shallow@2.0.1 want: ^0.1.0
1606 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fill-range/node_modules/extend-shallow Completed in 0ms
1607 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fill-range/node_modules/is-extendable Completed in 0ms
1608 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/glob-parent/node_modules/is-glob Completed in 0ms
1609 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-values is-buffer@1.1.6 OK for: kind-of@4.0.0 want: ^1.1.5
1610 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-values/node_modules/kind-of Completed in 1ms
1611 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-values/node_modules/is-buffer Completed in 0ms
1612 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-number is-buffer@1.1.6 OK for: kind-of@3.2.2 want: ^1.1.5
1613 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-number/node_modules/kind-of Completed in 1ms
1614 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-number/node_modules/is-buffer Completed in 0ms
1615 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy is-descriptor@0.1.6 OK for: define-property@0.2.5 want: ^0.1.0
1616 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/define-property Completed in 0ms
1617 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy is-accessor-descriptor@0.1.6 OK for: is-descriptor@0.1.6 want: ^0.1.6
1618 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy is-data-descriptor@0.1.4 OK for: is-descriptor@0.1.6 want: ^0.1.4
1619 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/is-descriptor kind-of@5.1.0 OK for: is-descriptor@0.1.6 want: ^5.0.0
1620 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/is-descriptor Completed in 2ms
1621 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/is-accessor-descriptor Completed in 0ms
1622 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/is-data-descriptor Completed in 0ms
1623 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy is-buffer@1.1.6 OK for: kind-of@3.2.2 want: ^1.1.5
1624 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/kind-of Completed in 1ms
1625 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/is-buffer Completed in 0ms
1626 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-colormin/node_modules/postcss-value-parser Completed in 0ms
1627 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-convert-values/node_modules/postcss-value-parser Completed in 0ms
1628 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-merge-longhand/node_modules/postcss-value-parser Completed in 0ms
1629 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts dot-prop@5.3.0 OK for: postcss-selector-parser@3.1.2 want: ^5.2.0
1630 silly fetch manifest is-obj@^2.0.0
1631 http fetch GET 304 https://registry.npmjs.org/is-obj 46ms (from cache)
1632 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-merge-rules/node_modules/postcss-selector-parser Completed in 48ms
1633 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts is-obj@2.0.0 OK for: dot-prop@5.3.0 want: ^2.0.0
1634 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/dot-prop Completed in 0ms
1635 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-obj Completed in 0ms
1636 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-font-values/node_modules/postcss-value-parser Completed in 0ms
1637 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-gradients/node_modules/postcss-value-parser Completed in 0ms
1638 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-params/node_modules/postcss-value-parser Completed in 0ms
1639 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser Completed in 0ms
1640 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-display-values/node_modules/postcss-value-parser Completed in 0ms
1641 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-positions/node_modules/postcss-value-parser Completed in 0ms
1642 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-repeat-style/node_modules/postcss-value-parser Completed in 0ms
1643 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-string/node_modules/postcss-value-parser Completed in 0ms
1644 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-timing-functions/node_modules/postcss-value-parser Completed in 0ms
1645 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-unicode/node_modules/postcss-value-parser Completed in 0ms
1646 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-url/node_modules/postcss-value-parser Completed in 1ms
1647 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-whitespace/node_modules/postcss-value-parser Completed in 0ms
1648 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-ordered-values/node_modules/postcss-value-parser Completed in 0ms
1649 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-reduce-transforms/node_modules/postcss-value-parser Completed in 0ms
1650 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-svgo/node_modules/postcss-value-parser Completed in 0ms
1651 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/set-value/node_modules/extend-shallow Completed in 1ms
1652 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/set-value/node_modules/is-extendable Completed in 0ms
1653 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/simple-swizzle/node_modules/is-arrayish Completed in 0ms
1654 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-node/node_modules/define-property Completed in 0ms
1655 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-util is-buffer@1.1.6 OK for: kind-of@3.2.2 want: ^1.1.5
1656 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-util/node_modules/kind-of Completed in 1ms
1657 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-util/node_modules/is-buffer Completed in 1ms
1658 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/debug Completed in 0ms
1659 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon is-descriptor@0.1.6 OK for: define-property@0.2.5 want: ^0.1.0
1660 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/define-property Completed in 2ms
1661 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon is-extendable@0.1.1 OK for: extend-shallow@2.0.1 want: ^0.1.0
1662 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/extend-shallow Completed in 1ms
1663 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon is-accessor-descriptor@0.1.6 OK for: is-descriptor@0.1.6 want: ^0.1.6
1664 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon is-data-descriptor@0.1.4 OK for: is-descriptor@0.1.6 want: ^0.1.4
1665 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon kind-of@5.1.0 OK for: is-descriptor@0.1.6 want: ^5.0.0
1666 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-descriptor Completed in 3ms
1667 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-accessor-descriptor kind-of@3.2.2 OK for: is-accessor-descriptor@0.1.6 want: ^3.0.2
1668 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-accessor-descriptor Completed in 1ms
1669 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-data-descriptor kind-of@3.2.2 OK for: is-data-descriptor@0.1.4 want: ^3.0.2
1670 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-data-descriptor Completed in 1ms
1671 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-extendable Completed in 1ms
1672 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/kind-of Completed in 0ms
1673 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/source-map Completed in 0ms
1674 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend is-descriptor@0.1.6 OK for: define-property@0.2.5 want: ^0.1.0
1675 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/define-property Completed in 1ms
1676 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend is-accessor-descriptor@0.1.6 OK for: is-descriptor@0.1.6 want: ^0.1.6
1677 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend is-data-descriptor@0.1.4 OK for: is-descriptor@0.1.6 want: ^0.1.4
1678 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend kind-of@5.1.0 OK for: is-descriptor@0.1.6 want: ^5.0.0
1679 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-descriptor Completed in 1ms
1680 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-accessor-descriptor kind-of@3.2.2 OK for: is-accessor-descriptor@0.1.6 want: ^3.0.2
1681 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-accessor-descriptor Completed in 1ms
1682 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-data-descriptor kind-of@3.2.2 OK for: is-data-descriptor@0.1.4 want: ^3.0.2
1683 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-data-descriptor Completed in 1ms
1684 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/kind-of Completed in 0ms
1685 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/stylehacks/node_modules/postcss-selector-parser Completed in 0ms
1686 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-object-path is-buffer@1.1.6 OK for: kind-of@3.2.2 want: ^1.1.5
1687 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-object-path/node_modules/kind-of Completed in 0ms
1688 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-object-path/node_modules/is-buffer Completed in 0ms
1689 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/union-value/node_modules/is-extendable Completed in 0ms
1690 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unset-value has-values@0.1.4 OK for: has-value@0.3.1 want: ^0.1.4
1691 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unset-value/node_modules/has-value isobject@2.1.0 OK for: has-value@0.3.1 want: ^2.0.0
1692 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unset-value/node_modules/has-value Completed in 1ms
1693 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unset-value/node_modules/has-values Completed in 0ms
1694 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/util.promisify/node_modules/es-abstract Completed in 0ms
1695 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/util/node_modules/inherits Completed in 0ms
1696 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils is-buffer@1.1.6 OK for: kind-of@3.2.2 want: ^1.1.5
1697 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of Completed in 0ms
1698 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-buffer Completed in 0ms
1699 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of Completed in 0ms
1700 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets is-buffer@1.1.6 OK for: kind-of@3.2.2 want: ^1.1.5
1701 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-accessor-descriptor/node_modules/kind-of Completed in 1ms
1702 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-buffer Completed in 0ms
1703 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of Completed in 0ms
1704 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of Completed in 0ms
1705 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon is-buffer@1.1.6 OK for: kind-of@3.2.2 want: ^1.1.5
1706 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of Completed in 0ms
1707 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-buffer Completed in 0ms
1708 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of Completed in 1ms
1709 silly placeDep node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend is-buffer@1.1.6 OK for: kind-of@3.2.2 want: ^1.1.5
1710 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of Completed in 1ms
1711 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-buffer Completed in 0ms
1712 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of Completed in 0ms
1713 timing idealTree:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unset-value/node_modules/has-value/node_modules/isobject Completed in 0ms
1714 timing idealTree:buildDeps Completed in 9863ms
1715 timing idealTree:fixDepFlags Completed in 4ms
1716 timing idealTree Completed in 9901ms
1717 timing reify:loadTrees Completed in 9904ms
1718 timing reify:diffTrees Completed in 8ms
1719 silly reify moves {}
1720 timing reify:retireShallow Completed in 1ms
1721 timing reify:createSparse Completed in 123ms
1722 timing reify:loadBundles Completed in 0ms
1723 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/buffer-fill Completed in 1027ms
1724 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/buffer-alloc Completed in 1029ms
1725 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/buffer-alloc-unsafe Completed in 1030ms
1726 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/boolbase Completed in 1041ms
1727 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/copy-descriptor Completed in 1042ms
1728 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy Completed in 1044ms
1729 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend Completed in 1045ms
1730 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/get-value Completed in 1045ms
1731 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/css-color-names Completed in 1047ms
1732 http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 1069ms
1733 timing auditReport:getReport Completed in 1073ms
1734 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cacheable-request/node_modules/lowercase-keys Completed in 1065ms
1735 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/slash Completed in 1072ms
1736 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-assign Completed in 1107ms
1737 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/strict-uri-encode Completed in 1120ms
1738 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/query-string Completed in 1135ms
1739 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/buffer-crc32 Completed in 1136ms
1740 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ip-regex Completed in 1147ms
1741 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/pinkie-promise Completed in 1149ms
1742 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/pinkie Completed in 1149ms
1743 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/prepend-http Completed in 1150ms
1744 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/end-of-stream Completed in 1152ms
1745 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/domelementtype Completed in 1151ms
1746 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-flag Completed in 1164ms
1747 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/is-descriptor Completed in 1165ms
1748 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/is-data-descriptor Completed in 1165ms
1749 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/define-property Completed in 1178ms
1750 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/is-accessor-descriptor Completed in 1179ms
1751 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/sort-keys Completed in 1179ms
1752 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/kind-of Completed in 1181ms
1753 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-plain-obj Completed in 1181ms
1754 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-util/node_modules/kind-of Completed in 1182ms
1755 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/for-in Completed in 1194ms
1756 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decode-uri-component Completed in 1195ms
1757 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-values Completed in 1195ms
1758 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-values/node_modules/kind-of Completed in 1196ms
1759 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-data-descriptor Completed in 1197ms
1760 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/map-visit Completed in 1197ms
1761 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-visit Completed in 1198ms
1762 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/arr-union Completed in 1198ms
1763 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-accessor-descriptor Completed in 1212ms
1764 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-descriptor Completed in 1213ms
1765 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of Completed in 1214ms
1766 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unset-value Completed in 1213ms
1767 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unset-value/node_modules/has-values Completed in 1225ms
1768 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/define-property Completed in 1227ms
1769 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of Completed in 1227ms
1770 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/union-value Completed in 1227ms
1771 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unset-value/node_modules/has-value/node_modules/isobject Completed in 1227ms
1772 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unset-value/node_modules/has-value Completed in 1228ms
1773 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/union-value/node_modules/is-extendable Completed in 1229ms
1774 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-object-path Completed in 1229ms
1775 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-object-path/node_modules/kind-of Completed in 1230ms
1776 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-value Completed in 1231ms
1777 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/set-value Completed in 1243ms
1778 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/set-value/node_modules/extend-shallow Completed in 1244ms
1779 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/pascalcase Completed in 1245ms
1780 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/set-value/node_modules/is-extendable Completed in 1245ms
1781 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/collection-visit Completed in 1246ms
1782 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/mixin-deep Completed in 1247ms
1783 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-data-descriptor Completed in 1257ms
1784 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-descriptor Completed in 1258ms
1785 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of Completed in 1258ms
1786 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of Completed in 1260ms
1787 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-accessor-descriptor Completed in 1260ms
1788 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/define-property Completed in 1260ms
1789 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/use Completed in 1260ms
1790 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/base/node_modules/define-property Completed in 1260ms
1791 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/process-nextick-args Completed in 1260ms
1792 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/html-comment-regex Completed in 1271ms
1793 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-svg Completed in 1274ms
1794 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-absolute-url Completed in 1275ms
1795 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/vendors Completed in 1275ms
1796 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/simple-swizzle Completed in 1277ms
1797 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/escape-string-regexp Completed in 1288ms
1798 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ansi-styles Completed in 1290ms
1799 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/error-ex Completed in 1291ms
1800 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ini Completed in 1292ms
1801 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/p-finally Completed in 1301ms
1802 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-windows Completed in 1303ms
1803 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/brace-expansion Completed in 1302ms
1804 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-data-descriptor Completed in 1303ms
1805 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-accessor-descriptor Completed in 1304ms
1806 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/map-cache Completed in 1304ms
1807 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/repeat-string Completed in 1305ms
1808 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-number Completed in 1305ms
1809 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/posix-character-classes Completed in 1305ms
1810 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-number/node_modules/kind-of Completed in 1306ms
1811 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-accessor-descriptor Completed in 1307ms
1812 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-extendable Completed in 1308ms
1813 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of Completed in 1315ms
1814 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-data-descriptor Completed in 1316ms
1815 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-accessor-descriptor/node_modules/kind-of Completed in 1317ms
1816 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-regex-range Completed in 1318ms
1817 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/extend-shallow Completed in 1319ms
1818 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-descriptor Completed in 1319ms
1819 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/define-property Completed in 1320ms
1820 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-descriptor Completed in 1321ms
1821 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/assign-symbols Completed in 1322ms
1822 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fill-range/node_modules/is-extendable Completed in 1323ms
1823 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-node/node_modules/define-property Completed in 1324ms
1824 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fill-range/node_modules/extend-shallow Completed in 1333ms
1825 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/repeat-element Completed in 1334ms
1826 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-regex Completed in 1334ms
1827 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/arr-flatten Completed in 1335ms
1828 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of Completed in 1337ms
1829 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-accessor-descriptor Completed in 1337ms
1830 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of Completed in 1338ms
1831 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-extendable Completed in 1339ms
1832 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-data-descriptor Completed in 1340ms
1833 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-descriptor Completed in 1349ms
1834 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/extend-shallow Completed in 1351ms
1835 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/define-property Completed in 1352ms
1836 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object.pick Completed in 1353ms
1837 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/regex-not Completed in 1354ms
1838 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fragment-cache Completed in 1355ms
1839 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extglob/node_modules/is-extendable Completed in 1356ms
1840 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extglob/node_modules/extend-shallow Completed in 1356ms
1841 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extglob/node_modules/define-property Completed in 1365ms
1842 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extend-shallow Completed in 1367ms
1843 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/braces/node_modules/is-extendable Completed in 1368ms
1844 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/array-unique Completed in 1369ms
1845 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/braces/node_modules/extend-shallow Completed in 1370ms
1846 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/arr-diff Completed in 1371ms
1847 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-extglob Completed in 1372ms
1848 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/wrappy Completed in 1374ms
1849 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/p-is-promise Completed in 1381ms
1850 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/callsites Completed in 1382ms
1851 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/caller-callsite Completed in 1384ms
1852 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/caller-path Completed in 1384ms
1853 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/resolve-from Completed in 1386ms
1854 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/url-parse-lax Completed in 1386ms
1855 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/timed-out Completed in 1387ms
1856 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/lowercase-keys Completed in 1387ms
1857 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/mimic-response Completed in 1387ms
1858 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/p-timeout Completed in 1389ms
1859 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-retry-allowed Completed in 1396ms
1860 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/duplexer3 Completed in 1397ms
1861 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/p-cancelable Completed in 1399ms
1862 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/into-stream Completed in 1399ms
1863 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-response Completed in 1399ms
1864 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cacheable-request/node_modules/sort-keys Completed in 1400ms
1865 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cacheable-request/node_modules/normalize-url Completed in 1401ms
1866 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ms Completed in 1402ms
1867 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/parse-json Completed in 1402ms
1868 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/import-fresh Completed in 1411ms
1869 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-directory Completed in 1412ms
1870 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-resolvable Completed in 1413ms
1871 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/path-is-absolute Completed in 1415ms
1872 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/once Completed in 1415ms
1873 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/merge2 Completed in 1416ms
1874 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/path-dirname Completed in 1417ms
1875 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-glob Completed in 1417ms
1876 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/inflight Completed in 1418ms
1877 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/path-type Completed in 1425ms
1878 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/arrify Completed in 1427ms
1879 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/glob-parent/node_modules/is-glob Completed in 1427ms
1880 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/glob-parent Completed in 1428ms
1881 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/array-uniq Completed in 1429ms
1882 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/dir-glob Completed in 1430ms
1883 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/array-union Completed in 1431ms
1884 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/url-regex Completed in 1431ms
1885 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/trim-repeated Completed in 1431ms
1886 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/strip-outer Completed in 1432ms
1887 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/universalify Completed in 1433ms
1888 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/normalize-url Completed in 1434ms
1889 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ext-list Completed in 1441ms
1890 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/filename-reserved-regex Completed in 1442ms
1891 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/sort-keys-length Completed in 1444ms
1892 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/strip-dirs Completed in 1445ms
1893 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-unzip Completed in 1446ms
1894 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-stream Completed in 1447ms
1895 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-unzip/node_modules/pify Completed in 1447ms
1896 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-targz Completed in 1448ms
1897 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-unzip/node_modules/file-type Completed in 1449ms
1898 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-tarbz2/node_modules/file-type Completed in 1450ms
1899 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-tarbz2 Completed in 1458ms
1900 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-tar Completed in 1459ms
1901 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/url-to-options Completed in 1460ms
1902 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/get-proxy Completed in 1461ms
1903 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/isurl Completed in 1462ms
1904 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/pify Completed in 1462ms
1905 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/make-dir Completed in 1463ms
1906 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/filenamify Completed in 1462ms
1907 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ext-name Completed in 1463ms
1908 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress Completed in 1463ms
1909 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress/node_modules/pify Completed in 1464ms
1910 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/caw Completed in 1465ms
1911 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/archive-type Completed in 1465ms
1912 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/download Completed in 1473ms
1913 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/get-urls Completed in 1475ms
1914 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-obj Completed in 1498ms
1915 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/dot-prop Completed in 1499ms
1916 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/pend Completed in 1499ms
1917 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ieee754 Completed in 1501ms
1918 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fs-constants Completed in 1502ms
1919 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unquote Completed in 1502ms
1920 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/stable Completed in 1510ms
1921 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-natural-number Completed in 1511ms
1922 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of Completed in 1512ms
1923 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/kind-of Completed in 1512ms
1924 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/component-emitter Completed in 1512ms
1925 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils Completed in 1512ms
1926 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/kind-of Completed in 1512ms
1927 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cache-base Completed in 1512ms
1928 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/base Completed in 1511ms
1929 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/uniqs Completed in 1519ms
1930 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/lodash.uniq Completed in 1520ms
1931 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/lodash.memoize Completed in 1521ms
1932 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/color-string Completed in 1522ms
1933 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/color Completed in 1524ms
1934 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/supports-color Completed in 1524ms
1935 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/json-parse-better-errors Completed in 1525ms
1936 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/chalk/node_modules/supports-color Completed in 1534ms
1937 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/util/node_modules/inherits Completed in 1535ms
1938 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/config-chain Completed in 1536ms
1939 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/balanced-match Completed in 1536ms
1940 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-plain-object Completed in 1537ms
1941 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/kind-of Completed in 1537ms
1942 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/split-string Completed in 1537ms
1943 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-extendable Completed in 1539ms
1944 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fill-range Completed in 1538ms
1945 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/isobject Completed in 1539ms
1946 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/kind-of Completed in 1540ms
1947 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/define-property Completed in 1547ms
1948 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/clone-response Completed in 1549ms
1949 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/responselike Completed in 1550ms
1950 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-reduce-transforms Completed in 1549ms
1951 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-whitespace Completed in 1550ms
1952 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-string Completed in 1550ms
1953 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-positions Completed in 1551ms
1954 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-gradients Completed in 1553ms
1955 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-params Completed in 1561ms
1956 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssnano-preset-default Completed in 1562ms
1957 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-buffer Completed in 1563ms
1958 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/inherits Completed in 1563ms
1959 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-unzip/node_modules/get-stream Completed in 1564ms
1960 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-targz/node_modules/file-type Completed in 1565ms
1961 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/decompress-tar/node_modules/file-type Completed in 1566ms
1962 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/p-event Completed in 1567ms
1963 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/tunnel-agent Completed in 1575ms
1964 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/get-stream Completed in 1575ms
1965 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/archive-type/node_modules/file-type Completed in 1576ms
1966 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/google-fonts-plugin Completed in 1576ms
1967 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/globby Completed in 1577ms
1968 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/base64-js Completed in 1599ms
1969 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-buffer Completed in 1600ms
1970 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/nth-check Completed in 1600ms
1971 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/@types/q Completed in 1612ms
1972 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/dom-serializer Completed in 1613ms
1973 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-copy/node_modules/is-buffer Completed in 1613ms
1974 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/static-extend/node_modules/is-buffer Completed in 1614ms
1975 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-util/node_modules/is-buffer Completed in 1614ms
1976 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-values/node_modules/is-buffer Completed in 1622ms
1977 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/to-object-path/node_modules/is-buffer Completed in 1623ms
1978 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/class-utils/node_modules/is-buffer Completed in 1624ms
1979 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/util-deprecate Completed in 1622ms
1980 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/indexes-of Completed in 1623ms
1981 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssnano-util-get-match Completed in 1623ms
1982 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/alphanum-sort Completed in 1624ms
1983 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssnano-util-get-arguments Completed in 1625ms
1984 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssnano-util-same-parent Completed in 1626ms
1985 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/proto-list Completed in 1636ms
1986 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/is-buffer Completed in 1636ms
1987 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-number/node_modules/is-buffer Completed in 1637ms
1988 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-node Completed in 1637ms
1989 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/is-buffer Completed in 1639ms
1990 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/kind-of Completed in 1640ms
1991 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/from2 Completed in 1648ms
1992 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/keyv Completed in 1649ms
1993 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/http-cache-semantics Completed in 1650ms
1994 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cacheable-request Completed in 1649ms
1995 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-unique-selectors Completed in 1649ms
1996 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-unicode Completed in 1651ms
1997 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-url Completed in 1652ms
1998 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-charset Completed in 1652ms
1999 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-discard-empty Completed in 1662ms
2000 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-discard-duplicates Completed in 1663ms
2001 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssnano-util-raw-cache Completed in 1664ms
2002 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/path Completed in 1666ms
2003 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/minimatch Completed in 1666ms
2004 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fs.realpath Completed in 1667ms
2005 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ignore Completed in 1675ms
2006 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/jsonfile Completed in 1677ms
2007 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/file-type Completed in 1677ms
2008 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/xtend Completed in 1700ms
2009 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/dom-serializer/node_modules/domelementtype Completed in 1699ms
2010 warn deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
2011 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/urix Completed in 1707ms
2012 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/string_decoder Completed in 1705ms
2013 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/uniq Completed in 1706ms
2014 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has Completed in 1709ms
2015 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/colorette Completed in 1710ms
2016 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/color-name Completed in 1718ms
2017 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/mkdirp Completed in 1718ms
2018 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/glob-to-regexp Completed in 1732ms
2019 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/graceful-fs Completed in 1732ms
2020 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/safe-buffer Completed in 1734ms
2021 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/content-disposition Completed in 1740ms
2022 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/regenerator-runtime Completed in 1742ms
2023 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/sax Completed in 1763ms
2024 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon-util Completed in 1763ms
2025 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/isarray Completed in 1760ms
2026 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/caniuse-api Completed in 1769ms
2027 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/simple-swizzle/node_modules/is-arrayish Completed in 1772ms
2028 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-arrayish Completed in 1772ms
2029 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/json-buffer Completed in 1771ms
2030 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/follow-redirects Completed in 1771ms
2031 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/yauzl Completed in 1776ms
2032 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/got Completed in 1776ms
2033 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/tlds Completed in 1798ms
2034 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/ret Completed in 1792ms
2035 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/safe-regex Completed in 1793ms
2036 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/core-util-is Completed in 1794ms
2037 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/rgba-regex Completed in 1803ms
2038 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/hsla-regex Completed in 1803ms
2039 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/rgb-regex Completed in 1804ms
2040 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/hsl-regex Completed in 1805ms
2041 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/process Completed in 1808ms
2042 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/color-convert Completed in 1816ms
2043 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/util Completed in 1817ms
2044 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/concat-map Completed in 1817ms
2045 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-svgo Completed in 1815ms
2046 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-timing-functions Completed in 1816ms
2047 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-repeat-style Completed in 1817ms
2048 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-display-values Completed in 1818ms
2049 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/call-me-maybe Completed in 1817ms
2050 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/tar-stream Completed in 1827ms
2051 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/bl Completed in 1849ms
2052 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/css-select-base-adapter Completed in 1847ms
2053 warn deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
2054 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/resolve-url Completed in 1848ms
2055 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssesc Completed in 1854ms
2056 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/chalk Completed in 1856ms
2057 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-reduce-initial Completed in 1856ms
2058 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-selectors Completed in 1862ms
2059 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-merge-rules Completed in 1864ms
2060 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-discard-comments Completed in 1864ms
2061 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cssnano Completed in 1864ms
2062 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/npm-conf Completed in 1864ms
2063 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/escalade Completed in 1879ms
2064 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets Completed in 1884ms
2065 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/braces Completed in 1883ms
2066 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-reduce-transforms/node_modules/postcss-value-parser Completed in 1882ms
2067 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-ordered-values/node_modules/postcss-value-parser Completed in 1883ms
2068 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-svgo/node_modules/postcss-value-parser Completed in 1885ms
2069 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-url/node_modules/postcss-value-parser Completed in 1886ms
2070 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-whitespace/node_modules/postcss-value-parser Completed in 1888ms
2071 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-unicode/node_modules/postcss-value-parser Completed in 1895ms
2072 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-string/node_modules/postcss-value-parser Completed in 1897ms
2073 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-timing-functions/node_modules/postcss-value-parser Completed in 1897ms
2074 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-repeat-style/node_modules/postcss-value-parser Completed in 1898ms
2075 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-params/node_modules/postcss-value-parser Completed in 1899ms
2076 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-display-values/node_modules/postcss-value-parser Completed in 1900ms
2077 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-normalize-positions/node_modules/postcss-value-parser Completed in 1901ms
2078 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-gradients/node_modules/postcss-value-parser Completed in 1902ms
2079 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-merge-longhand/node_modules/postcss-value-parser Completed in 1902ms
2080 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-font-values/node_modules/postcss-value-parser Completed in 1913ms
2081 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-convert-values/node_modules/postcss-value-parser Completed in 1914ms
2082 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-colormin/node_modules/postcss-value-parser Completed in 1917ms
2083 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-colormin Completed in 1919ms
2084 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-convert-values Completed in 1929ms
2085 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fd-slicer Completed in 1949ms
2086 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/source-map-resolve Completed in 1944ms
2087 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/commander Completed in 1945ms
2088 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/hex-color-regex Completed in 1958ms
2089 timing metavuln:cache:get:security-advisory:url-regex:Bz3I22ZGpMVfaxKbT0guoH+i78yQWFijf4NkPQRblZCzT5myiMnfNtnIKfrMq19IFLiwfx8ykZH5OPZcKrW1mg== Completed in 898ms
2090 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/glob Completed in 1954ms
2091 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/buffer Completed in 1988ms
2092 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/define-properties Completed in 1998ms
2093 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/source-map-url Completed in 1999ms
2094 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-value-parser Completed in 2005ms
2095 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/electron-to-chromium Completed in 2006ms
2096 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon Completed in 2005ms
2097 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-object Completed in 2006ms
2098 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/timsort Completed in 2014ms
2099 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/css-declaration-sorter Completed in 2014ms
2100 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/neon-js Completed in 2016ms
2101 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/through Completed in 2035ms
2102 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/q Completed in 2035ms
2103 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/atob Completed in 2042ms
2104 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/cosmiconfig Completed in 2033ms
2105 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-regex Completed in 2051ms
2106 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/css-what Completed in 2062ms
2107 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/function-bind Completed in 2059ms
2108 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/extglob Completed in 2067ms
2109 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-keys Completed in 2082ms
2110 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/css-select Completed in 2083ms
2111 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/nanomatch Completed in 2085ms
2112 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-font-values Completed in 2083ms
2113 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/micromatch Completed in 2084ms
2114 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/seek-bzip Completed in 2092ms
2115 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/call-bind Completed in 2113ms
2116 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-to-string-tag-x Completed in 2106ms
2117 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-date-object Completed in 2128ms
2118 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/browserslist Completed in 2123ms
2119 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/util.promisify Completed in 2134ms
2120 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/unbzip2-stream Completed in 2130ms
2121 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-symbol Completed in 2151ms
2122 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-callable Completed in 2152ms
2123 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/@nodelib/fs.stat Completed in 2149ms
2124 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/mime-db Completed in 2163ms
2125 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-negative-zero Completed in 2183ms
2126 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/domutils Completed in 2185ms
2127 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/get-intrinsic Completed in 2195ms
2128 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/debug Completed in 2186ms
2129 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-ordered-values Completed in 2195ms
2130 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/expand-brackets/node_modules/debug Completed in 2204ms
2131 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/debug Completed in 2205ms
2132 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/is-color-stop Completed in 2212ms
2133 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/es-to-primitive Completed in 2233ms
2134 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-symbols Completed in 2241ms
2135 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/coa Completed in 2243ms
2136 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/sprintf-js Completed in 2235ms
2137 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/has-symbol-support-x Completed in 2237ms
2138 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-calc Completed in 2236ms
2139 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/entities Completed in 2265ms
2140 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/minimist Completed in 2261ms
2141 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-discard-overridden Completed in 2270ms
2142 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/string.prototype.trimstart Completed in 2304ms
2143 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/string.prototype.trimend Completed in 2311ms
2144 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/esprima Completed in 2303ms
2145 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object.values Completed in 2328ms
2146 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/@mrmlnc/readdir-enhanced Completed in 2322ms
2147 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object.getownpropertydescriptors Completed in 2348ms
2148 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object.assign Completed in 2347ms
2149 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/node-releases Completed in 2348ms
2150 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/@sindresorhus/is Completed in 2349ms
2151 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/stylehacks Completed in 2357ms
2152 http fetch GET 304 https://registry.npmjs.org/url-regex 1302ms (from cache)
2153 timing metavuln:packument:url-regex Completed in 1308ms
2154 timing metavuln:load:security-advisory:url-regex:1550 Completed in 1ms
2155 timing metavuln:calculate:security-advisory:url-regex:1550 Completed in 1312ms
2156 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/readable-stream Completed in 2378ms
2157 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-merge-longhand Completed in 2393ms
2158 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/stylehacks/node_modules/postcss-selector-parser Completed in 2408ms
2159 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser Completed in 2405ms
2160 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-merge-rules/node_modules/postcss-selector-parser Completed in 2411ms
2161 timing metavuln:cache:get:security-advisory:get-urls:dTdlGasX5b1Sgds+kgAG6CO9/yug+BGlyfBtL4fw2M4LddsR83C3H952yTwb51IW8e19EJz/t2VwaTPswZr3UQ== Completed in 47ms
2162 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-hash Completed in 2411ms
2163 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/object-inspect Completed in 2441ms
2164 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/argparse Completed in 2474ms
2165 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/csso/node_modules/mdn-data Completed in 2498ms
2166 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/mdn-data Completed in 2501ms
2167 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/snapdragon/node_modules/source-map Completed in 2535ms
2168 warn deprecated axios@0.18.1: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410
2169 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/axios Completed in 2534ms
2170 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/source-map Completed in 2538ms
2171 http fetch GET 304 https://registry.npmjs.org/get-urls 190ms (from cache)
2172 timing metavuln:packument:get-urls Completed in 196ms
2173 timing metavuln:load:security-advisory:get-urls:Bz3I22ZGpMVfaxKbT0guoH+i78yQWFijf4NkPQRblZCzT5myiMnfNtnIKfrMq19IFLiwfx8ykZH5OPZcKrW1mg== Completed in 1ms
2174 timing metavuln:calculate:security-advisory:get-urls:Bz3I22ZGpMVfaxKbT0guoH+i78yQWFijf4NkPQRblZCzT5myiMnfNtnIKfrMq19IFLiwfx8ykZH5OPZcKrW1mg== Completed in 198ms
2175 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/js-yaml Completed in 2570ms
2176 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss Completed in 2584ms
2177 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fs-extra Completed in 2583ms
2178 timing metavuln:cache:get:security-advisory:gatsby-plugin-prefetch-google-fonts:eVyBShpnFkfyv/e1dyF8zqYH2ZJEjSmaZxBUpgOvGEVCN2UJgcQcfXBJye+EvqBpYIE3gk53dByLc1aUCw7uXw== Completed in 35ms
2179 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/svgo Completed in 2663ms
2180 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/postcss-selector-parser Completed in 2666ms
2181 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/csso Completed in 2693ms
2182 http fetch GET 304 https://registry.npmjs.org/gatsby-plugin-prefetch-google-fonts 126ms (from cache)
2183 timing metavuln:packument:gatsby-plugin-prefetch-google-fonts Completed in 131ms
2184 timing metavuln:load:security-advisory:gatsby-plugin-prefetch-google-fonts:dTdlGasX5b1Sgds+kgAG6CO9/yug+BGlyfBtL4fw2M4LddsR83C3H952yTwb51IW8e19EJz/t2VwaTPswZr3UQ== Completed in 0ms
2185 timing metavuln:calculate:security-advisory:gatsby-plugin-prefetch-google-fonts:dTdlGasX5b1Sgds+kgAG6CO9/yug+BGlyfBtL4fw2M4LddsR83C3H952yTwb51IW8e19EJz/t2VwaTPswZr3UQ== Completed in 132ms
2186 timing auditReport:init Completed in 1656ms
2187 timing reify:audit Completed in 2736ms
2188 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/fast-glob Completed in 2756ms
2189 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/clean-css Completed in 2823ms
2190 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/@babel/runtime Completed in 2827ms
2191 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/css-tree Completed in 2957ms
2192 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/csso/node_modules/css-tree Completed in 2970ms
2193 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/util.promisify/node_modules/es-abstract Completed in 3463ms
2194 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/es-abstract Completed in 3589ms
2195 timing reifyNode:node_modules/gatsby-plugin-prefetch-google-fonts/node_modules/caniuse-lite Completed in 3616ms
2196 timing reify:rollback:createSparse Completed in 0ms
2197 timing reify:rollback:retireShallow Completed in 0ms
2198 timing command:link Completed in 66131ms
2199 verbose stack Error: EBUSY: resource busy or locked, unlink 'C:\Program Files\nodejs\node_modules\gatsby-plugin-prefetch-google-fonts\.git\objects\pack\pack-4ec0ca0f48a8781d69fec62ac7148375b8aeb7e4.pack'
2200 verbose cwd C:\git\personal-blog
2201 verbose Windows_NT 10.0.19041
2202 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "link" "gatsby-plugin-prefetch-google-fonts" "--loglevel" "verbose"
2203 verbose node v15.3.0
2204 verbose npm  v7.0.14
2205 error code EBUSY
2206 error syscall unlink
2207 error path C:\Program Files\nodejs\node_modules\gatsby-plugin-prefetch-google-fonts\.git\objects\pack\pack-4ec0ca0f48a8781d69fec62ac7148375b8aeb7e4.pack
2208 error errno -4082
2209 error EBUSY: resource busy or locked, unlink 'C:\Program Files\nodejs\node_modules\gatsby-plugin-prefetch-google-fonts\.git\objects\pack\pack-4ec0ca0f48a8781d69fec62ac7148375b8aeb7e4.pack'
2210 verbose exit -4082

Note that the reason unlink fails is because GitKraken is open and has a lock on some of the Git files. The log still doesn't explain to me why unlink is being called after link seemingly completed successfully.

Worth noting that yarn does not have this issue, so a workaround is to use yarn link instead.

I hope this new info helps!

@nlf
Copy link
Contributor

nlf commented Jan 13, 2021

@JoshuaWalsh that did help! i'm able to reproduce this now and am working on figuring out exactly what's going on. thank you for the logs and the detailed information!

@nlf
Copy link
Contributor

nlf commented Jan 21, 2021

this should be fixed in the latest release 7.4.3, please do let us know if you continue to have issues

@nlf nlf closed this as completed Jan 21, 2021
@kdy1
Copy link

kdy1 commented Jun 23, 2021

I'm on 7.14.0 and cancelling npm i -g @swc/cli deleted all files tracked by git and .git itself, too.

npm@7.14.0 /Users/kdy1/.nvm/versions/node/v14.16.1/lib/node_modules/npm

image

I did npm link on swc-bugs directory before installing @swc/cli globally.

(git branch in screenshot disappered)

@ljharb
Copy link
Contributor

ljharb commented Jun 23, 2021

@kdy1 does the same thing happen on npm v7.18.1?

@wraithgar
Copy link
Member

Closing in favor of the actual issue opened for the new bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing platform:windows is Windows-specific Release 7.x work is associated with a specific npm 7 release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants