flipper
flipper copied to clipboard
npx flipper-server doesn't run
🐛 Bug Report
Run npx flipper-server
fails.
The problem is clear. [email protected] depends on [email protected], but the latest version of flipper-common on npm repo is 0.212.0.
To Reproduce
Run npx flipper-server
.
Environment
macOS 13.6
same issue for me!
Same issue, the problem is that the flipper package requires version 0.244.0 of flipper-common, while the newest version of flipper-common available on npm is 0.212.0.
See also https://github.com/facebook/flipper/issues/5414.
Facing similar issue! Somebody from Flipper team looking into this? Do we have any sort of work-around until this is fixed?
As a possible work-around, I just downloaded the server (Flipper-server-mac-aarch64.dmg) and ran the flipper directly. It will run in the background and open the default browser pointed to http://localhost:52342/
Same here
+1
I modified the peerDependencies
and devDependencies
of my project in package.json
file and it is building without any issues now:
{
"peerDependencies": {
"flipper-plugin": "^0.212.0"
},
"devDependencies": {
"flipper-plugin": "latest",
"flipper-pkg": "latest"
}
}
Same still.
❯ npx flipper-server
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
npm error code ETARGET
npm error notarget No matching version found for [email protected].
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.
npm error A complete log of this run can be found in: D:\npm\_logs\2024-07-13T07_44_25_218Z-debug-0.log
Log:
Click to expand
0 verbose cli C:\Program Files\nodejs\node.exe D:\npm\node_modules\npm\bin\npm-cli.js 1 info using [email protected] 2 info using [email protected] 3 silly config load:file:D:\npm\node_modules\npm\npmrc 4 silly config load:file:D:\tmstitanium\tms-mono\.npmrc 5 silly config load:file:C:\Users\sgcol\.npmrc 6 silly config load:file:D:\npm\etc\npmrc 7 verbose title npm exec flipper-server 8 verbose argv "exec" "--" "flipper-server" 9 verbose logfile logs-max:10 dir:D:\npm\_logs\2024-07-13T07_44_25_218Z- 10 verbose logfile D:\npm\_logs\2024-07-13T07_44_25_218Z-debug-0.log 11 silly logfile start cleaning logs, removing 1 files 12 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368 13 silly logfile done cleaning log files 14 http fetch GET 200 https://registry.npmjs.org/flipper-server 463ms (cache revalidated) 15 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368 16 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368 17 silly idealTree buildDeps 18 silly fetch manifest [email protected] 19 silly packumentCache full:https://registry.npmjs.org/flipper-server cache-miss 20 http fetch GET 200 https://registry.npmjs.org/flipper-server 383ms (cache revalidated) 21 silly packumentCache full:https://registry.npmjs.org/flipper-server set size:300891 disposed:false 22 silly placeDep ROOT [email protected] OK for: want: 0.257.0 23 silly fetch manifest chalk@^4 24 silly packumentCache full:https://registry.npmjs.org/chalk cache-miss 25 silly fetch manifest envinfo@^7.8.1 26 silly packumentCache full:https://registry.npmjs.org/envinfo cache-miss 27 silly fetch manifest exit-hook@^2.1.1 28 silly packumentCache full:https://registry.npmjs.org/exit-hook cache-miss 29 silly fetch manifest express@^4.17.3 30 silly packumentCache full:https://registry.npmjs.org/express cache-miss 31 silly fetch manifest fb-watchman@^2.0.2 32 silly packumentCache full:https://registry.npmjs.org/fb-watchman cache-miss 33 silly fetch manifest file-stream-rotator@^0.6.1 34 silly packumentCache full:https://registry.npmjs.org/file-stream-rotator cache-miss 35 silly fetch manifest [email protected] 36 silly packumentCache full:https://registry.npmjs.org/flipper-common cache-miss 37 silly fetch manifest [email protected] 38 silly packumentCache full:https://registry.npmjs.org/flipper-pkg-lib cache-miss 39 silly fetch manifest fs-extra@^11.1.1 40 silly packumentCache full:https://registry.npmjs.org/fs-extra cache-miss 41 silly fetch manifest http-proxy@^1.18.1 42 silly packumentCache full:https://registry.npmjs.org/http-proxy cache-miss 43 silly fetch manifest metro@^0.70.2 44 silly packumentCache full:https://registry.npmjs.org/metro cache-miss 45 silly fetch manifest open@^8.3.0 46 silly packumentCache full:https://registry.npmjs.org/open cache-miss 47 silly fetch manifest p-filter@^2.1.0 48 silly packumentCache full:https://registry.npmjs.org/p-filter cache-miss 49 silly fetch manifest reconnecting-websocket@^4.4.0 50 silly packumentCache full:https://registry.npmjs.org/reconnecting-websocket cache-miss 51 silly fetch manifest ws@~8.6.0 52 silly packumentCache full:https://registry.npmjs.org/ws cache-miss 53 http fetch GET 200 https://registry.npmjs.org/express 192ms (cache revalidated) 54 silly packumentCache full:https://registry.npmjs.org/express set size:772079 disposed:false 55 silly fetch manifest xdg-basedir@^4 56 silly packumentCache full:https://registry.npmjs.org/xdg-basedir cache-miss 57 http fetch GET 200 https://registry.npmjs.org/http-proxy 202ms (cache revalidated) 58 silly packumentCache full:https://registry.npmjs.org/http-proxy set size:183172 disposed:false 59 silly fetch manifest yargs@^17.7.2 60 silly packumentCache full:https://registry.npmjs.org/yargs cache-miss 61 http fetch GET 200 https://registry.npmjs.org/fb-watchman 214ms (cache revalidated) 62 silly packumentCache full:https://registry.npmjs.org/fb-watchman set size:28099 disposed:false 63 silly fetch manifest @iarna/toml@^2.2.5 64 silly packumentCache full:https://registry.npmjs.org/@iarna%2ftoml cache-miss 65 http fetch GET 200 https://registry.npmjs.org/fs-extra 214ms (cache revalidated) 66 silly packumentCache full:https://registry.npmjs.org/fs-extra set size:220826 disposed:false 67 silly fetch manifest JSONStream@^1.3.1 68 silly packumentCache full:https://registry.npmjs.org/JSONStream cache-miss 69 http fetch GET 200 https://registry.npmjs.org/chalk 221ms (cache revalidated) 70 silly packumentCache full:https://registry.npmjs.org/chalk set size:141416 disposed:false 71 silly fetch manifest adbkit@^2.11.1 72 silly packumentCache full:https://registry.npmjs.org/adbkit cache-miss 73 http fetch GET 200 https://registry.npmjs.org/file-stream-rotator 228ms (cache revalidated) 74 silly packumentCache full:https://registry.npmjs.org/file-stream-rotator set size:60989 disposed:false 75 silly fetch manifest adbkit-logcat@^2.0.1 76 silly packumentCache full:https://registry.npmjs.org/adbkit-logcat cache-miss 77 http fetch GET 200 https://registry.npmjs.org/ws 227ms (cache revalidated) 78 silly packumentCache full:https://registry.npmjs.org/ws set size:403597 disposed:false 79 silly fetch manifest archiver@^5.3.1 80 silly packumentCache full:https://registry.npmjs.org/archiver cache-miss 81 http fetch GET 200 https://registry.npmjs.org/open 241ms (cache revalidated) 82 silly packumentCache full:https://registry.npmjs.org/open set size:127430 disposed:false 83 silly fetch manifest async-mutex@^0.3.2 84 silly packumentCache full:https://registry.npmjs.org/async-mutex cache-miss 85 http fetch GET 200 https://registry.npmjs.org/xdg-basedir 119ms (cache revalidated) 86 silly packumentCache full:https://registry.npmjs.org/xdg-basedir set size:19771 disposed:false 87 silly fetch manifest axios@^0.26.0 88 silly packumentCache full:https://registry.npmjs.org/axios cache-miss 89 http fetch GET 200 https://registry.npmjs.org/archiver 84ms (cache revalidated) 90 silly packumentCache full:https://registry.npmjs.org/archiver set size:167796 disposed:false 91 silly fetch manifest [email protected] 92 silly packumentCache full:https://registry.npmjs.org/flipper-plugin-lib cache-miss 93 http fetch GET 200 https://registry.npmjs.org/yargs 119ms (cache revalidated) 94 silly packumentCache full:https://registry.npmjs.org/yargs set size:1061313 disposed:false 95 silly fetch manifest form-data@^4.0.0 96 silly packumentCache full:https://registry.npmjs.org/form-data cache-miss 97 http fetch GET 200 https://registry.npmjs.org/envinfo 391ms (cache revalidated) 98 silly packumentCache full:https://registry.npmjs.org/envinfo set size:285777 disposed:false 99 silly fetch manifest invariant@^2.2.4 100 silly packumentCache full:https://registry.npmjs.org/invariant cache-miss 101 http fetch GET 200 https://registry.npmjs.org/axios 87ms (cache revalidated) 102 silly packumentCache full:https://registry.npmjs.org/axios set size:738368 disposed:false 103 silly fetch manifest js-base64@^3.7.5 104 silly packumentCache full:https://registry.npmjs.org/js-base64 cache-miss 105 http fetch GET 200 https://registry.npmjs.org/form-data 90ms (cache revalidated) 106 silly packumentCache full:https://registry.npmjs.org/form-data set size:117324 disposed:false 107 silly fetch manifest jsonwebtoken@^9.0.2 108 silly packumentCache full:https://registry.npmjs.org/jsonwebtoken cache-miss 109 http fetch GET 200 https://registry.npmjs.org/exit-hook 449ms (cache revalidated) 110 silly packumentCache full:https://registry.npmjs.org/exit-hook set size:39176 disposed:false 111 silly fetch manifest lodash.memoize@^4.1.2 112 silly packumentCache full:https://registry.npmjs.org/lodash.memoize cache-miss 113 http fetch GET 200 https://registry.npmjs.org/flipper-common 484ms (cache revalidated) 114 silly packumentCache full:https://registry.npmjs.org/flipper-common set size:230472 disposed:false 115 silly fetch manifest memorystream@^0.3.1 116 silly packumentCache full:https://registry.npmjs.org/memorystream cache-miss 117 http fetch GET 200 https://registry.npmjs.org/p-filter 513ms (cache revalidated) 118 silly packumentCache full:https://registry.npmjs.org/p-filter set size:17447 disposed:false 119 silly fetch manifest node-fetch@^2.6.0 120 silly packumentCache full:https://registry.npmjs.org/node-fetch cache-miss 121 http fetch GET 200 https://registry.npmjs.org/jsonwebtoken 91ms (cache revalidated) 122 silly packumentCache full:https://registry.npmjs.org/jsonwebtoken set size:181306 disposed:false 123 silly fetch manifest node-forge@^0.10.0 124 silly packumentCache full:https://registry.npmjs.org/node-forge cache-miss 125 http fetch GET 200 https://registry.npmjs.org/flipper-pkg-lib 529ms (cache revalidated) 126 silly packumentCache full:https://registry.npmjs.org/flipper-pkg-lib set size:735117 disposed:false 127 silly fetch manifest openssl-wrapper@^0.3.4 128 silly packumentCache full:https://registry.npmjs.org/openssl-wrapper cache-miss 129 http fetch GET 200 https://registry.npmjs.org/metro 540ms (cache revalidated) 130 silly packumentCache full:https://registry.npmjs.org/metro set size:624964 disposed:false 131 silly fetch manifest promisify-child-process@^4.1.2 132 silly packumentCache full:https://registry.npmjs.org/promisify-child-process cache-miss 133 http fetch GET 200 https://registry.npmjs.org/lodash.memoize 116ms (cache revalidated) 134 silly packumentCache full:https://registry.npmjs.org/lodash.memoize set size:41190 disposed:false 135 silly fetch manifest rimraf@^3.0.2 136 silly packumentCache full:https://registry.npmjs.org/rimraf cache-miss 137 http fetch GET 200 https://registry.npmjs.org/reconnecting-websocket 566ms (cache revalidated) 138 silly packumentCache full:https://registry.npmjs.org/reconnecting-websocket set size:121613 disposed:false 139 silly fetch manifest rsocket-core@^0.0.27 140 silly packumentCache full:https://registry.npmjs.org/rsocket-core cache-miss 141 http fetch GET 200 https://registry.npmjs.org/memorystream 88ms (cache revalidated) 142 silly packumentCache full:https://registry.npmjs.org/memorystream set size:16698 disposed:false 143 silly fetch manifest rsocket-flowable@^0.0.27 144 silly packumentCache full:https://registry.npmjs.org/rsocket-flowable cache-miss 145 http fetch GET 200 https://registry.npmjs.org/JSONStream 374ms (cache revalidated) 146 silly packumentCache full:https://registry.npmjs.org/JSONStream set size:93506 disposed:false 147 silly fetch manifest rsocket-tcp-server@^0.0.25 148 silly packumentCache full:https://registry.npmjs.org/rsocket-tcp-server cache-miss 149 http fetch GET 200 https://registry.npmjs.org/async-mutex 365ms (cache revalidated) 150 silly packumentCache full:https://registry.npmjs.org/async-mutex set size:76106 disposed:false 151 silly fetch manifest rsocket-types@^0.0.25 152 silly packumentCache full:https://registry.npmjs.org/rsocket-types cache-miss 153 http fetch GET 200 https://registry.npmjs.org/adbkit-logcat 394ms (cache revalidated) 154 silly packumentCache full:https://registry.npmjs.org/adbkit-logcat set size:17029 disposed:false 155 silly fetch manifest semver@^7.3.7 156 silly packumentCache full:https://registry.npmjs.org/semver cache-miss 157 http fetch GET 200 https://registry.npmjs.org/adbkit 406ms (cache revalidated) 158 silly packumentCache full:https://registry.npmjs.org/adbkit set size:188426 disposed:false 159 silly fetch manifest serialize-error@^8.1.0 160 silly packumentCache full:https://registry.npmjs.org/serialize-error cache-miss 161 http fetch GET 200 https://registry.npmjs.org/node-fetch 122ms (cache revalidated) 162 silly packumentCache full:https://registry.npmjs.org/node-fetch set size:896010 disposed:false 163 silly fetch manifest split2@^4.1.0 164 silly packumentCache full:https://registry.npmjs.org/split2 cache-miss 165 http fetch GET 200 https://registry.npmjs.org/node-forge 132ms (cache revalidated) 166 silly packumentCache full:https://registry.npmjs.org/node-forge set size:383632 disposed:false 167 silly fetch manifest tmp@^0.2.1 168 silly packumentCache full:https://registry.npmjs.org/tmp cache-miss 169 http fetch GET 200 https://registry.npmjs.org/rimraf 98ms (cache revalidated) 170 silly packumentCache full:https://registry.npmjs.org/rimraf set size:198078 disposed:false 171 silly fetch manifest immer@^9.0.18 172 silly packumentCache full:https://registry.npmjs.org/immer cache-miss 173 http fetch GET 200 https://registry.npmjs.org/flipper-plugin-lib 368ms (cache revalidated) 174 silly packumentCache full:https://registry.npmjs.org/flipper-plugin-lib set size:685958 disposed:false 175 http fetch GET 200 https://registry.npmjs.org/serialize-error 82ms (cache revalidated) 176 silly packumentCache full:https://registry.npmjs.org/serialize-error set size:58099 disposed:false 177 http fetch GET 200 https://registry.npmjs.org/semver 88ms (cache revalidated) 178 silly packumentCache full:https://registry.npmjs.org/semver set size:263159 disposed:false 179 http fetch GET 200 https://registry.npmjs.org/invariant 342ms (cache revalidated) 180 silly packumentCache full:https://registry.npmjs.org/invariant set size:22008 disposed:false 181 http fetch GET 200 https://registry.npmjs.org/tmp 72ms (cache revalidated) 182 silly packumentCache full:https://registry.npmjs.org/tmp set size:70665 disposed:false 183 http fetch GET 200 https://registry.npmjs.org/split2 121ms (cache revalidated) 184 silly packumentCache full:https://registry.npmjs.org/split2 set size:47438 disposed:false 185 http fetch GET 200 https://registry.npmjs.org/immer 106ms (cache revalidated) 186 silly packumentCache full:https://registry.npmjs.org/immer set size:812636 disposed:false 187 http fetch GET 200 https://registry.npmjs.org/js-base64 370ms (cache revalidated) 188 silly packumentCache full:https://registry.npmjs.org/js-base64 set size:150495 disposed:false 189 http fetch GET 200 https://registry.npmjs.org/openssl-wrapper 383ms (cache revalidated) 190 silly packumentCache full:https://registry.npmjs.org/openssl-wrapper set size:19156 disposed:false 191 http fetch GET 200 https://registry.npmjs.org/rsocket-core 391ms (cache revalidated) 192 silly packumentCache full:https://registry.npmjs.org/rsocket-core set size:66863 disposed:false 193 http fetch GET 200 https://registry.npmjs.org/promisify-child-process 401ms (cache revalidated) 194 silly packumentCache full:https://registry.npmjs.org/promisify-child-process set size:122275 disposed:false 195 http fetch GET 200 https://registry.npmjs.org/@iarna%2ftoml 754ms (cache revalidated) 196 silly packumentCache full:https://registry.npmjs.org/@iarna%2ftoml set size:102266 disposed:false 197 http fetch GET 200 https://registry.npmjs.org/rsocket-tcp-server 384ms (cache revalidated) 198 silly packumentCache full:https://registry.npmjs.org/rsocket-tcp-server set size:66581 disposed:false 199 http fetch GET 200 https://registry.npmjs.org/rsocket-flowable 407ms (cache revalidated) 200 silly packumentCache full:https://registry.npmjs.org/rsocket-flowable set size:48108 disposed:false 201 http fetch GET 200 https://registry.npmjs.org/rsocket-types 373ms (cache revalidated) 202 silly packumentCache full:https://registry.npmjs.org/rsocket-types set size:45437 disposed:false 203 silly fetch manifest [email protected] 204 silly packumentCache full:https://registry.npmjs.org/flipper-common cache-hit 205 silly fetch manifest [email protected] 206 silly packumentCache full:https://registry.npmjs.org/flipper-pkg-lib cache-hit 207 silly fetch manifest bufferutil@^4.0.1 208 silly packumentCache full:https://registry.npmjs.org/bufferutil cache-miss 209 http fetch GET 200 https://registry.npmjs.org/bufferutil 87ms (cache revalidated) 210 silly packumentCache full:https://registry.npmjs.org/bufferutil set size:49090 disposed:false 211 silly fetch manifest utf-8-validate@^5.0.2 212 silly packumentCache full:https://registry.npmjs.org/utf-8-validate cache-miss 213 http fetch GET 200 https://registry.npmjs.org/utf-8-validate 66ms (cache revalidated) 214 silly packumentCache full:https://registry.npmjs.org/utf-8-validate set size:73063 disposed:false 215 silly fetch manifest [email protected] 216 silly packumentCache full:https://registry.npmjs.org/flipper-plugin-lib cache-hit 217 silly fetch manifest encoding@^0.1.0 218 silly packumentCache full:https://registry.npmjs.org/encoding cache-miss 219 http fetch GET 200 https://registry.npmjs.org/encoding 73ms (cache revalidated) 220 silly packumentCache full:https://registry.npmjs.org/encoding set size:17833 disposed:false 221 silly placeDep ROOT @iarna/[email protected] OK for: [email protected] want: ^2.2.5 222 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.11.1 223 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.1 224 silly placeDep ROOT [email protected] OK for: [email protected] want: ^5.3.1 225 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.3.2 226 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.26.0 227 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4 228 silly placeDep ROOT [email protected] OK for: [email protected] want: ^7.8.1 229 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.1.1 230 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.17.3 231 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.2 232 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.6.1 233 silly placeDep node_modules/flipper-server flipper-common@ OK for: [email protected] want: 0.257.0 234 silly placeDep node_modules/flipper-server flipper-pkg-lib@ OK for: [email protected] want: 0.257.0 235 silly placeDep node_modules/flipper-server flipper-plugin-lib@ OK for: [email protected] want: 0.257.0 236 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.0.0 237 silly placeDep ROOT [email protected] OK for: [email protected] want: ^11.1.1 238 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.18.1 239 silly placeDep ROOT [email protected] OK for: [email protected] want: ^9.0.18 240 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.2.4 241 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.7.5 242 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.3.1 243 silly placeDep ROOT [email protected] OK for: [email protected] want: ^9.0.2 244 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.1.2 245 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.3.1 246 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.70.2 247 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.6.0 248 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.10.0 249 silly placeDep ROOT [email protected] OK for: [email protected] want: ^8.3.0 250 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.3.4 251 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.1.0 252 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.1.2 253 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.4.0 254 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.0.2 255 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.0.27 256 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.0.27 257 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.0.25 258 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.0.25 259 silly placeDep ROOT [email protected] OK for: [email protected] want: ^7.3.7 260 silly placeDep ROOT [email protected] OK for: [email protected] want: ^8.1.0 261 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.1.0 262 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.2.1 263 silly placeDep ROOT [email protected] OK for: [email protected] want: ~8.6.0 264 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4 265 silly placeDep ROOT [email protected] OK for: [email protected] want: ^17.7.2 266 silly fetch manifest adbkit-logcat@^1.1.0 267 silly packumentCache full:https://registry.npmjs.org/adbkit-logcat cache-hit 268 silly fetch manifest adbkit-monkey@~1.0.1 269 silly packumentCache full:https://registry.npmjs.org/adbkit-monkey cache-miss 270 silly fetch manifest bluebird@~2.9.24 271 silly packumentCache full:https://registry.npmjs.org/bluebird cache-miss 272 silly fetch manifest commander@^2.3.0 273 silly packumentCache full:https://registry.npmjs.org/commander cache-miss 274 silly fetch manifest debug@~2.6.3 275 silly packumentCache full:https://registry.npmjs.org/debug cache-miss 276 silly fetch manifest node-forge@^0.7.1 277 silly packumentCache full:https://registry.npmjs.org/node-forge cache-hit 278 silly fetch manifest split@~0.3.3 279 silly packumentCache full:https://registry.npmjs.org/split cache-miss 280 silly fetch manifest archiver-utils@^2.1.0 281 silly packumentCache full:https://registry.npmjs.org/archiver-utils cache-miss 282 silly fetch manifest async@^3.2.4 283 silly packumentCache full:https://registry.npmjs.org/async cache-miss 284 silly fetch manifest buffer-crc32@^0.2.1 285 silly packumentCache full:https://registry.npmjs.org/buffer-crc32 cache-miss 286 silly fetch manifest readable-stream@^3.6.0 287 silly packumentCache full:https://registry.npmjs.org/readable-stream cache-miss 288 silly fetch manifest readdir-glob@^1.1.2 289 silly packumentCache full:https://registry.npmjs.org/readdir-glob cache-miss 290 silly fetch manifest tar-stream@^2.2.0 291 silly packumentCache full:https://registry.npmjs.org/tar-stream cache-miss 292 silly fetch manifest zip-stream@^4.1.0 293 silly packumentCache full:https://registry.npmjs.org/zip-stream cache-miss 294 silly fetch manifest tslib@^2.3.1 295 silly packumentCache full:https://registry.npmjs.org/tslib cache-miss 296 silly fetch manifest follow-redirects@^1.14.8 297 silly packumentCache full:https://registry.npmjs.org/follow-redirects cache-miss 298 silly fetch manifest ansi-styles@^4.1.0 299 silly packumentCache full:https://registry.npmjs.org/ansi-styles cache-miss 300 http fetch GET 200 https://registry.npmjs.org/buffer-crc32 99ms (cache revalidated) 301 silly packumentCache full:https://registry.npmjs.org/buffer-crc32 set size:58100 disposed:false 302 silly fetch manifest supports-color@^7.1.0 303 silly packumentCache full:https://registry.npmjs.org/supports-color cache-miss 304 http fetch GET 200 https://registry.npmjs.org/commander 104ms (cache revalidated) 305 silly packumentCache full:https://registry.npmjs.org/commander set size:942287 disposed:false 306 silly fetch manifest [email protected] 307 silly packumentCache full:https://registry.npmjs.org/qs cache-miss 308 http fetch GET 200 https://registry.npmjs.org/archiver-utils 132ms (cache revalidated) 309 silly packumentCache full:https://registry.npmjs.org/archiver-utils set size:31398 disposed:false 310 silly fetch manifest [email protected] 311 silly packumentCache full:https://registry.npmjs.org/depd cache-miss 312 http fetch GET 200 https://registry.npmjs.org/readable-stream 132ms (cache revalidated) 313 silly packumentCache full:https://registry.npmjs.org/readable-stream set size:272167 disposed:false 314 silly fetch manifest etag@~1.8.1 315 silly packumentCache full:https://registry.npmjs.org/etag cache-miss 316 http fetch GET 200 https://registry.npmjs.org/readdir-glob 137ms (cache revalidated) 317 silly packumentCache full:https://registry.npmjs.org/readdir-glob set size:20918 disposed:false 318 silly fetch manifest [email protected] 319 silly packumentCache full:https://registry.npmjs.org/send cache-miss 320 http fetch GET 200 https://registry.npmjs.org/tar-stream 138ms (cache revalidated) 321 silly packumentCache full:https://registry.npmjs.org/tar-stream set size:132366 disposed:false 322 silly fetch manifest vary@~1.1.2 323 silly packumentCache full:https://registry.npmjs.org/vary cache-miss 324 http fetch GET 200 https://registry.npmjs.org/debug 146ms (cache revalidated) 325 silly packumentCache full:https://registry.npmjs.org/debug set size:273438 disposed:false 326 silly fetch manifest [email protected] 327 silly packumentCache full:https://registry.npmjs.org/debug cache-hit 328 silly fetch manifest [email protected] 329 silly packumentCache full:https://registry.npmjs.org/fresh cache-miss 330 http fetch GET 200 https://registry.npmjs.org/async 152ms (cache revalidated) 331 silly packumentCache full:https://registry.npmjs.org/async set size:227576 disposed:false 332 silly fetch manifest [email protected] 333 silly packumentCache full:https://registry.npmjs.org/cookie cache-miss 334 http fetch GET 200 https://registry.npmjs.org/bluebird 160ms (cache revalidated) 335 silly packumentCache full:https://registry.npmjs.org/bluebird set size:491022 disposed:false 336 silly fetch manifest accepts@~1.3.8 337 silly packumentCache full:https://registry.npmjs.org/accepts cache-miss 338 http fetch GET 200 https://registry.npmjs.org/split 165ms (cache revalidated) 339 silly packumentCache full:https://registry.npmjs.org/split set size:29204 disposed:false 340 silly fetch manifest methods@~1.1.2 341 silly packumentCache full:https://registry.npmjs.org/methods cache-miss 342 http fetch GET 200 https://registry.npmjs.org/tslib 164ms (cache revalidated) 343 silly packumentCache full:https://registry.npmjs.org/tslib set size:102541 disposed:false 344 silly fetch manifest type-is@~1.6.18 345 silly packumentCache full:https://registry.npmjs.org/type-is cache-miss 346 http fetch GET 200 https://registry.npmjs.org/zip-stream 167ms (cache revalidated) 347 silly packumentCache full:https://registry.npmjs.org/zip-stream set size:99994 disposed:false 348 silly fetch manifest parseurl@~1.3.3 349 silly packumentCache full:https://registry.npmjs.org/parseurl cache-miss 350 http fetch GET 200 https://registry.npmjs.org/follow-redirects 166ms (cache revalidated) 351 silly packumentCache full:https://registry.npmjs.org/follow-redirects set size:176092 disposed:false 352 silly fetch manifest [email protected] 353 silly packumentCache full:https://registry.npmjs.org/statuses cache-miss 354 http fetch GET 200 https://registry.npmjs.org/ansi-styles 169ms (cache revalidated) 355 silly packumentCache full:https://registry.npmjs.org/ansi-styles set size:66356 disposed:false 356 silly fetch manifest encodeurl@~1.0.2 357 silly packumentCache full:https://registry.npmjs.org/encodeurl cache-miss 358 http fetch GET 200 https://registry.npmjs.org/supports-color 142ms (cache revalidated) 359 silly packumentCache full:https://registry.npmjs.org/supports-color set size:113904 disposed:false 360 silly fetch manifest proxy-addr@~2.0.7 361 silly packumentCache full:https://registry.npmjs.org/proxy-addr cache-miss 362 http fetch GET 200 https://registry.npmjs.org/etag 118ms (cache revalidated) 363 silly packumentCache full:https://registry.npmjs.org/etag set size:29917 disposed:false 364 silly fetch manifest [email protected] 365 silly packumentCache full:https://registry.npmjs.org/body-parser cache-miss 366 http fetch GET 200 https://registry.npmjs.org/qs 147ms (cache revalidated) 367 silly packumentCache full:https://registry.npmjs.org/qs set size:474771 disposed:false 368 silly fetch manifest escape-html@~1.0.3 369 silly packumentCache full:https://registry.npmjs.org/escape-html cache-miss 370 http fetch GET 200 https://registry.npmjs.org/vary 129ms (cache revalidated) 371 silly packumentCache full:https://registry.npmjs.org/vary set size:15903 disposed:false 372 silly fetch manifest [email protected] 373 silly packumentCache full:https://registry.npmjs.org/http-errors cache-miss 374 http fetch GET 200 https://registry.npmjs.org/methods 108ms (cache revalidated) 375 silly packumentCache full:https://registry.npmjs.org/methods set size:12485 disposed:false 376 silly fetch manifest [email protected] 377 silly packumentCache full:https://registry.npmjs.org/on-finished cache-miss 378 http fetch GET 200 https://registry.npmjs.org/depd 151ms (cache revalidated) 379 silly packumentCache full:https://registry.npmjs.org/depd set size:40182 disposed:false 380 silly fetch manifest [email protected] 381 silly packumentCache full:https://registry.npmjs.org/safe-buffer cache-miss 382 http fetch GET 200 https://registry.npmjs.org/statuses 109ms (cache revalidated) 383 silly packumentCache full:https://registry.npmjs.org/statuses set size:34217 disposed:false 384 silly fetch manifest [email protected] 385 silly packumentCache full:https://registry.npmjs.org/utils-merge cache-miss 386 http fetch GET 200 https://registry.npmjs.org/accepts 123ms (cache revalidated) 387 silly packumentCache full:https://registry.npmjs.org/accepts set size:79055 disposed:false 388 silly fetch manifest content-type@~1.0.4 389 silly packumentCache full:https://registry.npmjs.org/content-type cache-miss 390 http fetch GET 200 https://registry.npmjs.org/parseurl 119ms (cache revalidated) 391 silly packumentCache full:https://registry.npmjs.org/parseurl set size:24033 disposed:false 392 silly fetch manifest [email protected] 393 silly packumentCache full:https://registry.npmjs.org/finalhandler cache-miss 394 http fetch GET 200 https://registry.npmjs.org/encodeurl 114ms (cache revalidated) 395 silly packumentCache full:https://registry.npmjs.org/encodeurl set size:12296 disposed:false 396 silly fetch manifest range-parser@~1.2.1 397 silly packumentCache full:https://registry.npmjs.org/range-parser cache-miss 398 http fetch GET 200 https://registry.npmjs.org/send 155ms (cache revalidated) 399 silly packumentCache full:https://registry.npmjs.org/send set size:144797 disposed:false 400 silly fetch manifest [email protected] 401 silly packumentCache full:https://registry.npmjs.org/serve-static cache-miss 402 http fetch GET 200 https://registry.npmjs.org/type-is 131ms (cache revalidated) 403 silly packumentCache full:https://registry.npmjs.org/type-is set size:80089 disposed:false 404 silly fetch manifest [email protected] 405 silly packumentCache full:https://registry.npmjs.org/array-flatten cache-miss 406 http fetch GET 200 https://registry.npmjs.org/cookie 147ms (cache revalidated) 407 silly packumentCache full:https://registry.npmjs.org/cookie set size:56274 disposed:false 408 silly fetch manifest [email protected] 409 silly packumentCache full:https://registry.npmjs.org/path-to-regexp cache-miss 410 http fetch GET 200 https://registry.npmjs.org/fresh 155ms (cache revalidated) 411 silly packumentCache full:https://registry.npmjs.org/fresh set size:24430 disposed:false 412 silly fetch manifest [email protected] 413 silly packumentCache full:https://registry.npmjs.org/setprototypeof cache-miss 414 http fetch GET 200 https://registry.npmjs.org/proxy-addr 87ms (cache revalidated) 415 silly packumentCache full:https://registry.npmjs.org/proxy-addr set size:61559 disposed:false 416 silly fetch manifest [email protected] 417 silly packumentCache full:https://registry.npmjs.org/cookie-signature cache-miss 418 http fetch GET 200 https://registry.npmjs.org/escape-html 124ms (cache revalidated) 419 silly packumentCache full:https://registry.npmjs.org/escape-html set size:7345 disposed:false 420 silly fetch manifest [email protected] 421 silly packumentCache full:https://registry.npmjs.org/merge-descriptors cache-miss 422 http fetch GET 200 https://registry.npmjs.org/http-errors 116ms (cache revalidated) 423 silly packumentCache full:https://registry.npmjs.org/http-errors set size:69476 disposed:false 424 silly fetch manifest [email protected] 425 silly packumentCache full:https://registry.npmjs.org/content-disposition cache-miss 426 http fetch GET 200 https://registry.npmjs.org/body-parser 135ms (cache revalidated) 427 silly packumentCache full:https://registry.npmjs.org/body-parser set size:212447 disposed:false 428 silly fetch manifest [email protected] 429 silly packumentCache full:https://registry.npmjs.org/bser cache-miss 430 http fetch GET 200 https://registry.npmjs.org/adbkit-monkey 399ms (cache revalidated) 431 silly packumentCache full:https://registry.npmjs.org/adbkit-monkey set size:45940 disposed:false 432 silly fetch manifest moment@^2.29.1 433 silly packumentCache full:https://registry.npmjs.org/moment cache-miss 434 http fetch GET 200 https://registry.npmjs.org/on-finished 121ms (cache revalidated) 435 silly packumentCache full:https://registry.npmjs.org/on-finished set size:23152 disposed:false 436 silly fetch manifest asynckit@^0.4.0 437 silly packumentCache full:https://registry.npmjs.org/asynckit cache-miss 438 http fetch GET 200 https://registry.npmjs.org/utils-merge 126ms (cache revalidated) 439 silly packumentCache full:https://registry.npmjs.org/utils-merge set size:5237 disposed:false 440 silly fetch manifest combined-stream@^1.0.8 441 silly packumentCache full:https://registry.npmjs.org/combined-stream cache-miss 442 http fetch GET 200 https://registry.npmjs.org/serve-static 118ms (cache revalidated) 443 silly packumentCache full:https://registry.npmjs.org/serve-static set size:141246 disposed:false 444 silly fetch manifest mime-types@^2.1.12 445 silly packumentCache full:https://registry.npmjs.org/mime-types cache-miss 446 http fetch GET 200 https://registry.npmjs.org/safe-buffer 142ms (cache revalidated) 447 silly packumentCache full:https://registry.npmjs.org/safe-buffer set size:41183 disposed:false 448 silly fetch manifest graceful-fs@^4.2.0 449 silly packumentCache full:https://registry.npmjs.org/graceful-fs cache-miss 450 http fetch GET 200 https://registry.npmjs.org/range-parser 134ms (cache revalidated) 451 silly packumentCache full:https://registry.npmjs.org/range-parser set size:22113 disposed:false 452 silly fetch manifest jsonfile@^6.0.1 453 silly packumentCache full:https://registry.npmjs.org/jsonfile cache-miss 454 http fetch GET 200 https://registry.npmjs.org/content-type 141ms (cache revalidated) 455 silly packumentCache full:https://registry.npmjs.org/content-type set size:17196 disposed:false 456 silly fetch manifest universalify@^2.0.0 457 silly packumentCache full:https://registry.npmjs.org/universalify cache-miss 458 http fetch GET 200 https://registry.npmjs.org/finalhandler 142ms (cache revalidated) 459 silly packumentCache full:https://registry.npmjs.org/finalhandler set size:63427 disposed:false 460 silly fetch manifest eventemitter3@^4.0.0 461 silly packumentCache full:https://registry.npmjs.org/eventemitter3 cache-miss 462 http fetch GET 200 https://registry.npmjs.org/path-to-regexp 140ms (cache revalidated) 463 silly packumentCache full:https://registry.npmjs.org/path-to-regexp set size:181884 disposed:false 464 silly fetch manifest requires-port@^1.0.0 465 silly packumentCache full:https://registry.npmjs.org/requires-port cache-miss 466 http fetch GET 200 https://registry.npmjs.org/array-flatten 147ms (cache revalidated) 467 silly packumentCache full:https://registry.npmjs.org/array-flatten set size:24005 disposed:false 468 silly fetch manifest follow-redirects@^1.0.0 469 silly packumentCache full:https://registry.npmjs.org/follow-redirects cache-hit 470 silly fetch manifest loose-envify@^1.0.0 471 silly packumentCache full:https://registry.npmjs.org/loose-envify cache-miss 472 http fetch GET 200 https://registry.npmjs.org/setprototypeof 148ms (cache revalidated) 473 silly packumentCache full:https://registry.npmjs.org/setprototypeof set size:14532 disposed:false 474 silly fetch manifest through@>=2.2.7 = 2.1.2 = 2.1.2 =2.2.7 = 4.21.0 1696 silly packumentCache full:https://registry.npmjs.org/browserslist cache-hit 1697 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.30001640 1698 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.4.820 1699 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.14 1700 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.1.0 1701 silly fetch manifest escalade@^3.1.2 1702 silly packumentCache full:https://registry.npmjs.org/escalade cache-hit 1703 silly placeDep node_modules/connect [email protected] OK for: [email protected] want: 1.1.2 1704 silly fetch manifest statuses@~1.5.0 1705 silly packumentCache full:https://registry.npmjs.org/statuses cache-hit 1706 silly fetch manifest on-finished@~2.3.0 1707 silly packumentCache full:https://registry.npmjs.org/on-finished cache-hit 1708 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.3.4 1709 silly placeDep ROOT [email protected] OK for: [email protected] want: 0.6.0 1710 silly placeDep ROOT @jest/[email protected] OK for: [email protected] want: ^27.5.1 1711 silly placeDep ROOT @types/[email protected] OK for: [email protected] want: ^4.1.2 1712 silly placeDep ROOT @types/[email protected] OK for: [email protected] want: * 1713 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.0.3 1714 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.3.2 1715 silly placeDep ROOT [email protected] OK for: [email protected] want: ^27.5.1 1716 silly placeDep ROOT [email protected] OK for: [email protected] want: ^27.5.1 1717 silly placeDep ROOT [email protected] OK for: [email protected] want: ^27.5.1 1718 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.0.4 1719 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.7 1720 silly fetch manifest @types/yargs@^16.0.0 1721 silly packumentCache full:https://registry.npmjs.org/@types%2fyargs cache-miss 1722 silly fetch manifest @types/istanbul-reports@^3.0.0 1723 silly packumentCache full:https://registry.npmjs.org/@types%2fistanbul-reports cache-miss 1724 silly fetch manifest @types/istanbul-lib-coverage@^2.0.0 1725 silly packumentCache full:https://registry.npmjs.org/@types%2fistanbul-lib-coverage cache-miss 1726 silly fetch manifest undici-types@~5.26.4 1727 silly packumentCache full:https://registry.npmjs.org/undici-types cache-miss 1728 silly fetch manifest picomatch@^2.0.4 1729 silly packumentCache full:https://registry.npmjs.org/picomatch cache-miss 1730 silly fetch manifest ci-info@^3.2.0 1731 silly packumentCache full:https://registry.npmjs.org/ci-info cache-hit 1732 silly fetch manifest picomatch@^2.2.3 1733 silly packumentCache full:https://registry.npmjs.org/picomatch cache-miss 1734 silly fetch manifest braces@^3.0.3 1735 silly packumentCache full:https://registry.npmjs.org/braces cache-miss 1736 silly fetch manifest picomatch@^2.3.1 1737 silly packumentCache full:https://registry.npmjs.org/picomatch cache-miss 1738 silly fetch manifest [email protected] 1739 silly packumentCache full:https://registry.npmjs.org/makeerror cache-miss 1740 http fetch GET 200 https://registry.npmjs.org/undici-types 82ms (cache revalidated) 1741 silly packumentCache full:https://registry.npmjs.org/undici-types set size:115116 disposed:false 1742 http fetch GET 200 https://registry.npmjs.org/@types%2fistanbul-reports 98ms (cache revalidated) 1743 silly packumentCache full:https://registry.npmjs.org/@types%2fistanbul-reports set size:17543 disposed:false 1744 http fetch GET 200 https://registry.npmjs.org/picomatch 98ms (cache revalidated) 1745 silly packumentCache full:https://registry.npmjs.org/picomatch set size:116241 disposed:false 1746 http fetch GET 200 https://registry.npmjs.org/picomatch 110ms (cache revalidated) 1747 silly packumentCache full:https://registry.npmjs.org/picomatch set size:116241 disposed:false 1748 silly packumentCache full:https://registry.npmjs.org/picomatch dispose 1749 http fetch GET 200 https://registry.npmjs.org/picomatch 115ms (cache revalidated) 1750 silly packumentCache full:https://registry.npmjs.org/picomatch set size:116241 disposed:true 1751 silly packumentCache full:https://registry.npmjs.org/picomatch dispose 1752 http fetch GET 200 https://registry.npmjs.org/@types%2fistanbul-lib-coverage 119ms (cache revalidated) 1753 silly packumentCache full:https://registry.npmjs.org/@types%2fistanbul-lib-coverage set size:18046 disposed:false 1754 http fetch GET 200 https://registry.npmjs.org/braces 119ms (cache revalidated) 1755 silly packumentCache full:https://registry.npmjs.org/braces set size:114633 disposed:false 1756 http fetch GET 200 https://registry.npmjs.org/makeerror 124ms (cache revalidated) 1757 silly packumentCache full:https://registry.npmjs.org/makeerror set size:16681 disposed:false 1758 http fetch GET 200 https://registry.npmjs.org/@types%2fyargs 135ms (cache revalidated) 1759 silly packumentCache full:https://registry.npmjs.org/@types%2fyargs set size:376613 disposed:false 1760 silly placeDep ROOT @types/[email protected] OK for: @jest/[email protected] want: ^2.0.0 1761 silly placeDep ROOT @types/[email protected] OK for: @jest/[email protected] want: ^3.0.0 1762 silly placeDep ROOT @types/[email protected] OK for: @jest/[email protected] want: ^16.0.0 1763 silly fetch manifest @types/istanbul-lib-report@* 1764 silly packumentCache full:https://registry.npmjs.org/@types%2fistanbul-lib-report cache-miss 1765 silly fetch manifest @types/yargs-parser@* 1766 silly packumentCache full:https://registry.npmjs.org/@types%2fyargs-parser cache-miss 1767 http fetch GET 200 https://registry.npmjs.org/@types%2fistanbul-lib-report 73ms (cache revalidated) 1768 silly packumentCache full:https://registry.npmjs.org/@types%2fistanbul-lib-report set size:12610 disposed:false 1769 http fetch GET 200 https://registry.npmjs.org/@types%2fyargs-parser 92ms (cache revalidated) 1770 silly packumentCache full:https://registry.npmjs.org/@types%2fyargs-parser set size:42683 disposed:false 1771 silly placeDep ROOT @types/[email protected] OK for: @types/[email protected] want: * 1772 silly placeDep ROOT [email protected] OK for: @types/[email protected] want: ~5.26.4 1773 silly placeDep ROOT @types/[email protected] OK for: @types/[email protected] want: * 1774 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.4 1775 silly placeDep node_modules/jest-util [email protected] OK for: [email protected] want: ^3.2.0 1776 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0 1777 silly placeDep node_modules/jest-worker [email protected] OK for: [email protected] want: ^8.0.0 1778 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.0.2 1779 silly placeDep node_modules/metro-cache [email protected] OK for: [email protected] want: ^2.5.4 1780 silly placeDep ROOT [email protected] OK for: [email protected] want: ^5.0.5 1781 silly placeDep ROOT [email protected] OK for: [email protected] want: ^26.5.2 1782 silly fetch manifest import-fresh@^2.0.0 1783 silly packumentCache full:https://registry.npmjs.org/import-fresh cache-miss 1784 silly fetch manifest is-directory@^0.3.1 1785 silly packumentCache full:https://registry.npmjs.org/is-directory cache-miss 1786 silly fetch manifest js-yaml@^3.13.1 1787 silly packumentCache full:https://registry.npmjs.org/js-yaml cache-miss 1788 silly fetch manifest parse-json@^4.0.0 1789 silly packumentCache full:https://registry.npmjs.org/parse-json cache-miss 1790 silly fetch manifest leven@^3.1.0 1791 silly packumentCache full:https://registry.npmjs.org/leven cache-miss 1792 silly fetch manifest camelcase@^6.0.0 1793 silly packumentCache full:https://registry.npmjs.org/camelcase cache-miss 1794 silly fetch manifest @jest/types@^26.6.2 1795 silly packumentCache full:https://registry.npmjs.org/@jest%2ftypes cache-hit 1796 silly fetch manifest jest-get-type@^26.3.0 1797 silly packumentCache full:https://registry.npmjs.org/jest-get-type cache-miss 1798 silly fetch manifest pretty-format@^26.6.2 1799 silly packumentCache full:https://registry.npmjs.org/pretty-format cache-miss 1800 http fetch GET 200 https://registry.npmjs.org/camelcase 63ms (cache revalidated) 1801 silly packumentCache full:https://registry.npmjs.org/camelcase set size:57059 disposed:false 1802 http fetch GET 200 https://registry.npmjs.org/parse-json 67ms (cache revalidated) 1803 silly packumentCache full:https://registry.npmjs.org/parse-json set size:43961 disposed:false 1804 http fetch GET 200 https://registry.npmjs.org/leven 71ms (cache revalidated) 1805 silly packumentCache full:https://registry.npmjs.org/leven set size:19995 disposed:false 1806 http fetch GET 200 https://registry.npmjs.org/jest-get-type 76ms (cache revalidated) 1807 silly packumentCache full:https://registry.npmjs.org/jest-get-type set size:198691 disposed:false 1808 http fetch GET 200 https://registry.npmjs.org/import-fresh 86ms (cache revalidated) 1809 silly packumentCache full:https://registry.npmjs.org/import-fresh set size:19880 disposed:false 1810 http fetch GET 200 https://registry.npmjs.org/js-yaml 89ms (cache revalidated) 1811 silly packumentCache full:https://registry.npmjs.org/js-yaml set size:145975 disposed:false 1812 http fetch GET 200 https://registry.npmjs.org/pretty-format 90ms (cache revalidated) 1813 silly packumentCache full:https://registry.npmjs.org/pretty-format set size:1484651 disposed:false 1814 http fetch GET 200 https://registry.npmjs.org/is-directory 416ms (cache revalidated) 1815 silly packumentCache full:https://registry.npmjs.org/is-directory set size:15926 disposed:false 1816 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0 1817 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.3.1 1818 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.13.1 1819 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.0.0 1820 silly fetch manifest caller-path@^2.0.0 1821 silly packumentCache full:https://registry.npmjs.org/caller-path cache-miss 1822 silly fetch manifest resolve-from@^3.0.0 1823 silly packumentCache full:https://registry.npmjs.org/resolve-from cache-miss 1824 silly fetch manifest argparse@^1.0.7 1825 silly packumentCache full:https://registry.npmjs.org/argparse cache-miss 1826 silly fetch manifest esprima@^4.0.0 1827 silly packumentCache full:https://registry.npmjs.org/esprima cache-miss 1828 silly fetch manifest error-ex@^1.3.1 1829 silly packumentCache full:https://registry.npmjs.org/error-ex cache-miss 1830 silly fetch manifest json-parse-better-errors@^1.0.1 1831 silly packumentCache full:https://registry.npmjs.org/json-parse-better-errors cache-miss 1832 http fetch GET 200 https://registry.npmjs.org/argparse 121ms (cache revalidated) 1833 silly packumentCache full:https://registry.npmjs.org/argparse set size:49266 disposed:false 1834 http fetch GET 200 https://registry.npmjs.org/resolve-from 127ms (cache revalidated) 1835 silly packumentCache full:https://registry.npmjs.org/resolve-from set size:12911 disposed:false 1836 http fetch GET 200 https://registry.npmjs.org/esprima 128ms (cache revalidated) 1837 silly packumentCache full:https://registry.npmjs.org/esprima set size:118410 disposed:false 1838 http fetch GET 200 https://registry.npmjs.org/caller-path 136ms (cache revalidated) 1839 silly packumentCache full:https://registry.npmjs.org/caller-path set size:15125 disposed:false 1840 http fetch GET 200 https://registry.npmjs.org/error-ex 136ms (cache revalidated) 1841 silly packumentCache full:https://registry.npmjs.org/error-ex set size:29963 disposed:false 1842 http fetch GET 200 https://registry.npmjs.org/json-parse-better-errors 401ms (cache revalidated) 1843 silly packumentCache full:https://registry.npmjs.org/json-parse-better-errors set size:9157 disposed:false 1844 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0 1845 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.0.0 1846 silly fetch manifest caller-callsite@^2.0.0 1847 silly packumentCache full:https://registry.npmjs.org/caller-callsite cache-miss 1848 http fetch GET 200 https://registry.npmjs.org/caller-callsite 73ms (cache revalidated) 1849 silly packumentCache full:https://registry.npmjs.org/caller-callsite set size:18150 disposed:false 1850 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0 1851 silly fetch manifest callsites@^2.0.0 1852 silly packumentCache full:https://registry.npmjs.org/callsites cache-miss 1853 http fetch GET 200 https://registry.npmjs.org/callsites 67ms (cache revalidated) 1854 silly packumentCache full:https://registry.npmjs.org/callsites set size:21349 disposed:false 1855 silly placeDep ROOT [email protected] OK for: [email protected] want: ^2.0.0 1856 silly placeDep node_modules/jest-validate @jest/[email protected] OK for: [email protected] want: ^26.6.2 1857 silly placeDep ROOT [email protected] OK for: [email protected] want: ^6.0.0 1858 silly placeDep ROOT [email protected] OK for: [email protected] want: ^26.3.0 1859 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.1.0 1860 silly placeDep ROOT [email protected] OK for: [email protected] want: ^26.6.2 1861 silly fetch manifest @types/yargs@^15.0.0 1862 silly packumentCache full:https://registry.npmjs.org/@types%2fyargs cache-hit 1863 silly fetch manifest react-is@^17.0.1 1864 silly packumentCache full:https://registry.npmjs.org/react-is cache-miss 1865 silly fetch manifest ansi-regex@^5.0.0 1866 silly packumentCache full:https://registry.npmjs.org/ansi-regex cache-hit 1867 http fetch GET 200 https://registry.npmjs.org/react-is 80ms (cache revalidated) 1868 silly packumentCache full:https://registry.npmjs.org/react-is set size:3891753 disposed:false 1869 silly placeDep ROOT [email protected] OK for: [email protected] want: ^1.0.7 1870 silly placeDep ROOT [email protected] OK for: [email protected] want: ^4.0.0 1871 silly fetch manifest sprintf-js@~1.0.2 1872 silly packumentCache full:https://registry.npmjs.org/sprintf-js cache-miss 1873 http fetch GET 200 https://registry.npmjs.org/sprintf-js 65ms (cache revalidated) 1874 silly packumentCache full:https://registry.npmjs.org/sprintf-js set size:20514 disposed:false 1875 silly placeDep ROOT [email protected] OK for: [email protected] want: ~1.0.2 1876 silly placeDep node_modules/metro-inspector-proxy [email protected] OK for: [email protected] want: ^7.5.1 1877 silly placeDep node_modules/metro-inspector-proxy [email protected] OK for: [email protected] want: ^15.3.1 1878 silly placeDep ROOT [email protected] OK for: [email protected] want: ^3.1.9 1879 silly fetch manifest commander@~2.13.0 1880 silly packumentCache full:https://registry.npmjs.org/commander cache-hit 1881 silly fetch manifest source-map@~0.6.1 1882 silly packumentCache full:https://registry.npmjs.org/source-map cache-hit 1883 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1884 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1885 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1886 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1887 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1888 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1889 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1890 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1891 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1892 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.2.0 1893 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1894 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1895 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1896 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1897 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1898 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1899 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1900 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1901 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1902 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1903 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1904 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1905 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1906 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1907 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1908 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1909 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1910 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1911 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1912 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1913 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1914 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1915 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1916 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1917 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.5.0 1918 silly placeDep ROOT @babel/[email protected] OK for: [email protected] want: ^7.0.0 1919 silly placeDep ROOT [email protected] OK for: [email protected] want: ^0.4.0 1920 silly fetch manifest @babel/helper-plugin-utils@^7.20.2 1921 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils cache-miss 1922 silly fetch manifest @babel/helper-remap-async-to-generator@^7.18.9 1923 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator cache-miss 1924 silly fetch manifest @babel/plugin-syntax-async-generators@^7.8.4 1925 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-async-generators cache-miss 1926 silly fetch manifest @babel/helper-create-class-features-plugin@^7.18.6 1927 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin cache-miss 1928 silly fetch manifest @babel/helper-plugin-utils@^7.18.6 1929 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils cache-miss 1930 silly fetch manifest @babel/helper-plugin-utils@^7.24.7 1931 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils cache-miss 1932 silly fetch manifest @babel/plugin-syntax-export-default-from@^7.24.7 1933 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-export-default-from cache-hit 1934 silly fetch manifest @babel/helper-plugin-utils@^7.18.6 1935 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils cache-miss 1936 silly fetch manifest @babel/plugin-syntax-nullish-coalescing-operator@^7.8.3 1937 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-nullish-coalescing-operator cache-hit 1938 silly fetch manifest @babel/helper-plugin-utils@^7.20.2 1939 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils cache-miss 1940 silly fetch manifest @babel/plugin-syntax-object-rest-spread@^7.8.3 1941 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-object-rest-spread cache-miss 1942 silly fetch manifest @babel/plugin-transform-parameters@^7.20.7 1943 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-transform-parameters cache-hit 1944 silly fetch manifest @babel/helper-plugin-utils@^7.18.6 1945 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils cache-miss 1946 silly fetch manifest @babel/plugin-syntax-optional-catch-binding@^7.8.3 1947 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-optional-catch-binding cache-miss 1948 silly fetch manifest @babel/helper-plugin-utils@^7.20.2 1949 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils cache-miss 1950 silly fetch manifest @babel/helper-skip-transparent-expression-wrappers@^7.20.0 1951 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers cache-miss 1952 silly fetch manifest @babel/plugin-syntax-optional-chaining@^7.8.3 1953 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-optional-chaining cache-hit 1954 silly fetch manifest @babel/helper-plugin-utils@^7.8.0 1955 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils cache-miss 1956 silly fetch manifest @babel/helper-plugin-utils@^7.24.7 1957 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils cache-miss 1958 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 147ms (cache revalidated) 1959 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils set size:130366 disposed:false 1960 silly fetch manifest @babel/helper-plugin-utils@^7.24.7 1961 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils cache-hit 1962 silly fetch manifest @babel/helper-plugin-utils@^7.8.0 1963 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils cache-hit 1964 silly fetch manifest @babel/helper-remap-async-to-generator@^7.24.7 1965 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator cache-miss 1966 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 141ms (cache revalidated) 1967 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils set size:130366 disposed:false 1968 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils dispose 1969 silly fetch manifest @babel/helper-annotate-as-pure@^7.24.7 1970 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure cache-miss 1971 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 151ms (cache revalidated) 1972 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils set size:130366 disposed:true 1973 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils dispose 1974 silly fetch manifest @babel/helper-plugin-utils@^7.24.8 1975 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils cache-hit 1976 silly fetch manifest @babel/helper-replace-supers@^7.24.7 1977 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-replace-supers cache-miss 1978 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 160ms (cache revalidated) 1979 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils set size:130366 disposed:true 1980 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils dispose 1981 silly fetch manifest @babel/helper-builder-binary-assignment-operator-visitor@^7.24.7 1982 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-builder-binary-assignment-operator-visitor cache-miss 1983 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-object-rest-spread 163ms (cache revalidated) 1984 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-object-rest-spread set size:82808 disposed:false 1985 silly fetch manifest @babel/helper-create-regexp-features-plugin@^7.24.7 1986 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin cache-miss 1987 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 159ms (cache revalidated) 1988 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils set size:130366 disposed:true 1989 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils dispose 1990 silly fetch manifest @babel/plugin-syntax-jsx@^7.24.7 1991 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-jsx cache-miss 1992 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 168ms (cache revalidated) 1993 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils set size:130366 disposed:true 1994 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils dispose 1995 silly fetch manifest @babel/helper-annotate-as-pure@^7.24.7 1996 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure cache-miss 1997 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin 181ms (cache revalidated) 1998 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin set size:309229 disposed:false 1999 silly fetch manifest babel-plugin-polyfill-corejs2@^0.4.10 2000 silly packumentCache full:https://registry.npmjs.org/babel-plugin-polyfill-corejs2 cache-miss 2001 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-optional-catch-binding 178ms (cache revalidated) 2002 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-optional-catch-binding set size:83975 disposed:false 2003 silly fetch manifest babel-plugin-polyfill-corejs3@^0.10.1 2004 silly packumentCache full:https://registry.npmjs.org/babel-plugin-polyfill-corejs3 cache-miss 2005 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator 188ms (cache revalidated) 2006 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator set size:181565 disposed:false 2007 silly fetch manifest babel-plugin-polyfill-regenerator@^0.6.1 2008 silly packumentCache full:https://registry.npmjs.org/babel-plugin-polyfill-regenerator cache-miss 2009 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 182ms (cache revalidated) 2010 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils set size:130366 disposed:true 2011 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils dispose 2012 silly fetch manifest @babel/helper-skip-transparent-expression-wrappers@^7.24.7 2013 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers cache-miss 2014 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-async-generators 192ms (cache revalidated) 2015 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-async-generators set size:82646 disposed:false 2016 silly fetch manifest @babel/helper-annotate-as-pure@^7.24.7 2017 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure cache-miss 2018 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers 185ms (cache revalidated) 2019 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers set size:63782 disposed:false 2020 silly fetch manifest @babel/helper-create-class-features-plugin@^7.24.8 2021 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin cache-hit 2022 silly fetch manifest @babel/plugin-syntax-typescript@^7.24.7 2023 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-typescript cache-miss 2024 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 227ms (cache miss) 2025 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils set size:undefined disposed:true 2026 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils dispose 2027 silly fetch manifest @babel/helper-create-regexp-features-plugin@^7.24.7 2028 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin cache-miss 2029 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers 44ms (cache hit) 2030 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers set size:63782 disposed:false 2031 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers dispose 2032 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 236ms (cache miss) 2033 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-plugin-utils set size:undefined disposed:true 2034 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator 105ms (cache revalidated) 2035 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator set size:181565 disposed:false 2036 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator dispose 2037 http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-regenerator 87ms (cache revalidated) 2038 silly packumentCache full:https://registry.npmjs.org/babel-plugin-polyfill-regenerator set size:83188 disposed:false 2039 http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-corejs2 96ms (cache revalidated) 2040 silly packumentCache full:https://registry.npmjs.org/babel-plugin-polyfill-corejs2 set size:103988 disposed:false 2041 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure 114ms (cache revalidated) 2042 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure set size:138885 disposed:false 2043 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure 138ms (cache revalidated) 2044 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure set size:138885 disposed:false 2045 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure dispose 2046 http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-corejs3 108ms (cache revalidated) 2047 silly packumentCache full:https://registry.npmjs.org/babel-plugin-polyfill-corejs3 set size:129025 disposed:false 2048 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-builder-binary-assignment-operator-visitor 138ms (cache revalidated) 2049 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-builder-binary-assignment-operator-visitor set size:172202 disposed:false 2050 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure 109ms (cache revalidated) 2051 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure set size:138885 disposed:true 2052 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure dispose 2053 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-jsx 135ms (cache revalidated) 2054 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-jsx set size:150096 disposed:false 2055 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-replace-supers 151ms (cache revalidated) 2056 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-replace-supers set size:218989 disposed:false 2057 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-typescript 123ms (cache revalidated) 2058 silly packumentCache full:https://registry.npmjs.org/@babel%2fplugin-syntax-typescript set size:169443 disposed:false 2059 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin 90ms (cache revalidated) 2060 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin set size:132486 disposed:false 2061 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin 170ms (cache revalidated) 2062 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin set size:132486 disposed:false 2063 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin dispose 2064 silly fetch manifest @babel/core@^7.0.0-0 2065 silly packumentCache full:https://registry.npmjs.org/@babel%2fcore cache-hit 2066 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.20.2 2067 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.18.9 2068 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.4 2069 silly fetch manifest @babel/helper-wrap-function@^7.24.7 2070 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-wrap-function cache-miss 2071 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-wrap-function 97ms (cache revalidated) 2072 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-wrap-function set size:179373 disposed:false 2073 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.24.7 2074 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.24.7 2075 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.18.6 2076 silly fetch manifest @babel/helper-member-expression-to-functions@^7.24.8 2077 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-member-expression-to-functions cache-miss 2078 silly fetch manifest @babel/helper-optimise-call-expression@^7.24.7 2079 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-optimise-call-expression cache-miss 2080 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-member-expression-to-functions 95ms (cache revalidated) 2081 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-member-expression-to-functions set size:184005 disposed:false 2082 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-optimise-call-expression 97ms (cache revalidated) 2083 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-optimise-call-expression set size:150579 disposed:false 2084 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.24.8 2085 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.24.7 2086 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.24.7 2087 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.24.7 2088 silly placeDep node_modules/@babel/helper-create-class-features-plugin [email protected] OK for: @babel/[email protected] want: ^6.3.1 2089 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3 2090 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3 2091 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.24.7 2092 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.24.7 2093 silly fetch manifest regexpu-core@^5.3.1 2094 silly packumentCache full:https://registry.npmjs.org/regexpu-core cache-miss 2095 http fetch GET 200 https://registry.npmjs.org/regexpu-core 69ms (cache revalidated) 2096 silly packumentCache full:https://registry.npmjs.org/regexpu-core set size:141820 disposed:false 2097 silly placeDep ROOT [email protected] OK for: @babel/[email protected] want: ^5.3.1 2098 silly placeDep node_modules/@babel/helper-create-regexp-features-plugin [email protected] OK for: @babel/[email protected] want: ^6.3.1 2099 silly fetch manifest regenerate@^1.4.2 2100 silly packumentCache full:https://registry.npmjs.org/regenerate cache-miss 2101 silly fetch manifest regenerate-unicode-properties@^10.1.0 2102 silly packumentCache full:https://registry.npmjs.org/regenerate-unicode-properties cache-miss 2103 silly fetch manifest @babel/regjsgen@^0.8.0 2104 silly packumentCache full:https://registry.npmjs.org/@babel%2fregjsgen cache-miss 2105 silly fetch manifest regjsparser@^0.9.1 2106 silly packumentCache full:https://registry.npmjs.org/regjsparser cache-miss 2107 silly fetch manifest unicode-match-property-ecmascript@^2.0.0 2108 silly packumentCache full:https://registry.npmjs.org/unicode-match-property-ecmascript cache-miss 2109 silly fetch manifest unicode-match-property-value-ecmascript@^2.1.0 2110 silly packumentCache full:https://registry.npmjs.org/unicode-match-property-value-ecmascript cache-miss 2111 http fetch GET 200 https://registry.npmjs.org/regenerate 72ms (cache revalidated) 2112 silly packumentCache full:https://registry.npmjs.org/regenerate set size:56872 disposed:false 2113 http fetch GET 200 https://registry.npmjs.org/unicode-match-property-ecmascript 75ms (cache revalidated) 2114 silly packumentCache full:https://registry.npmjs.org/unicode-match-property-ecmascript set size:16934 disposed:false 2115 http fetch GET 200 https://registry.npmjs.org/regjsparser 77ms (cache revalidated) 2116 silly packumentCache full:https://registry.npmjs.org/regjsparser set size:72375 disposed:false 2117 http fetch GET 200 https://registry.npmjs.org/unicode-match-property-value-ecmascript 86ms (cache revalidated) 2118 silly packumentCache full:https://registry.npmjs.org/unicode-match-property-value-ecmascript set size:22544 disposed:false 2119 http fetch GET 200 https://registry.npmjs.org/regenerate-unicode-properties 90ms (cache revalidated) 2120 silly packumentCache full:https://registry.npmjs.org/regenerate-unicode-properties set size:72403 disposed:false 2121 http fetch GET 200 https://registry.npmjs.org/@babel%2fregjsgen 104ms (cache revalidated) 2122 silly packumentCache full:https://registry.npmjs.org/@babel%2fregjsgen set size:5204 disposed:false 2123 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.24.7 2124 silly placeDep ROOT [email protected] OK for: @babel/[email protected] want: ^0.4.10 2125 silly placeDep ROOT [email protected] OK for: @babel/[email protected] want: ^0.10.1 2126 silly placeDep ROOT [email protected] OK for: @babel/[email protected] want: ^0.6.1 2127 silly placeDep node_modules/@babel/plugin-transform-runtime [email protected] OK for: @babel/[email protected] want: ^6.3.1 2128 silly fetch manifest @babel/helper-define-polyfill-provider@^0.6.2 2129 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider cache-miss 2130 silly fetch manifest @babel/helper-define-polyfill-provider@^0.6.1 2131 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider cache-miss 2132 silly fetch manifest core-js-compat@^3.36.1 2133 silly packumentCache full:https://registry.npmjs.org/core-js-compat cache-miss 2134 silly fetch manifest @babel/helper-define-polyfill-provider@^0.6.2 2135 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider cache-miss 2136 http fetch GET 200 https://registry.npmjs.org/core-js-compat 80ms (cache revalidated) 2137 silly packumentCache full:https://registry.npmjs.org/core-js-compat set size:347439 disposed:false 2138 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider 89ms (cache revalidated) 2139 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider set size:95995 disposed:false 2140 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider 90ms (cache revalidated) 2141 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider set size:95995 disposed:false 2142 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider dispose 2143 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider 90ms (cache revalidated) 2144 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider set size:95995 disposed:true 2145 silly packumentCache full:https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider dispose 2146 silly placeDep ROOT @babel/[email protected] OK for: @babel/[email protected] want: ^7.24.7 2147 silly fetch manifest @babel/core@^7.4.0 || ^8.0.0-0