nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.48k stars 284 forks source link

NPM dont install packages #3339

Closed Phoenix1336 closed 5 months ago

Phoenix1336 commented 3 years ago

If I try to install something with npm i it says

npm ERR! Tracker "idealTree" already exists

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-04-26T07_26_11_482Z-debug.log

Logfile:

0 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'i', 'forever' ]
1 info using npm@7.7.6
2 info using node@v15.14.0
3 timing npm:load:whichnode Completed in 2ms
4 timing config:load:defaults Completed in 1ms
5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 1ms
6 timing config:load:builtin Completed in 1ms
7 timing config:load:cli Completed in 2ms
8 timing config:load:env Completed in 0ms
9 timing config:load:file:/.npmrc Completed in 0ms
10 timing config:load:project Completed in 1ms
11 timing config:load:file:/root/.npmrc Completed in 1ms
12 timing config:load:user Completed in 1ms
13 timing config:load:file:/usr/etc/npmrc Completed in 0ms
14 timing config:load:global Completed in 0ms
15 timing config:load:validate Completed in 0ms
16 timing config:load:setEnvs Completed in 2ms
17 timing config:load Completed in 8ms
18 timing npm:load:configload Completed in 8ms
19 timing npm:load:setTitle Completed in 0ms
20 timing npm:load:setupLog Completed in 2ms
21 timing npm:load:cleanupLog Completed in 4ms
22 timing npm:load:configScope Completed in 0ms
23 timing npm:load:projectScope Completed in 0ms
24 timing npm:load Completed in 17ms
25 timing config:load:flatten Completed in 4ms
26 timing arborist:ctor Completed in 1ms
27 timing idealTree:init Completed in 210ms
28 timing idealTree:userRequests Completed in 1ms
29 silly idealTree buildDeps
30 timing idealTree Completed in 214ms
31 timing command:install Completed in 229ms
32 verbose stack Error: Tracker "idealTree" already exists
32 verbose stack     at Arborist.[_onError] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/tracker.js:101:11)
32 verbose stack     at Arborist.addTracker (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/tracker.js:28:21)
32 verbose stack     at Arborist.[buildDeps] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:692:10)
32 verbose stack     at Arborist.buildIdealTree (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:209:29)
32 verbose stack     at async Promise.all (index 1)
32 verbose stack     at async Arborist.reify (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:131:5)
32 verbose stack     at async Install.install (/usr/lib/node_modules/npm/lib/install.js:137:5)
33 verbose cwd /root
34 verbose Linux 4.19.0-16-amd64
35 verbose argv "/usr/bin/node" "/usr/bin/npm" "i" "forever"
36 verbose node v15.14.0
37 verbose npm  v7.7.6
38 error Tracker "idealTree" already exists
39 verbose exit 1
gireeshpunathil commented 3 years ago

@Phoenix1336 - is this outstanding?

stefanfisk commented 2 years ago

I'm encountering this error when trying to npm ci https://github.com/WordPress/gutenberg

verbose output ``` 0 verbose cli [ 0 verbose cli '/home/stefanfisk/.config/nvm/16.13.0/bin/node', 0 verbose cli '/home/stefanfisk/.config/nvm/16.13.0/bin/npm', 0 verbose cli '--verbose', 0 verbose cli 'ci' 0 verbose cli ] 1 info using npm@8.1.0 2 info using node@v16.13.0 3 timing npm:load:whichnode Completed in 1ms 4 timing config:load:defaults Completed in 0ms 5 timing config:load:file:/home/stefanfisk/.config/nvm/16.13.0/lib/node_modules/npm/npmrc Completed in 1ms 6 timing config:load:builtin Completed in 1ms 7 timing config:load:cli Completed in 1ms 8 timing config:load:env Completed in 0ms 9 timing config:load:file:/home/stefanfisk/projects/berghs/gutenberg/.npmrc Completed in 1ms 10 timing config:load:project Completed in 1ms 11 timing config:load:file:/home/stefanfisk/.npmrc Completed in 0ms 12 timing config:load:user Completed in 0ms 13 timing config:load:file:/home/stefanfisk/.config/nvm/16.13.0/etc/npmrc Completed in 0ms 14 timing config:load:global Completed in 0ms 15 timing config:load:validate Completed in 1ms 16 timing config:load:credentials Completed in 0ms 17 timing config:load:setEnvs Completed in 1ms 18 timing config:load Completed in 5ms 19 timing npm:load:configload Completed in 5ms 20 timing npm:load:setTitle Completed in 0ms 21 timing npm:load:setupLog Completed in 0ms 22 timing config:load:flatten Completed in 1ms 23 timing npm:load:cleanupLog Completed in 1ms 24 timing npm:load:configScope Completed in 0ms 25 timing npm:load:projectScope Completed in 1ms 26 timing npm:load Completed in 11ms 27 timing arborist:ctor Completed in 0ms 28 timing npm-ci:rm Completed in 2ms 29 timing idealTree:init Completed in 1ms 30 warn old lockfile The package-lock.json file was created with an old version of npm, 30 warn old lockfile so supplemental metadata must be fetched from the registry. 30 warn old lockfile 30 warn old lockfile This is a one-time fix-up, please be patient... 31 silly inflate node_modules/@actions/core 32 silly inflate node_modules/@actions/github 33 silly inflate node_modules/@actions/github/node_modules/@octokit/openapi-types 34 silly inflate node_modules/@actions/github/node_modules/@octokit/plugin-paginate-rest 35 silly inflate node_modules/@actions/github/node_modules/@octokit/plugin-rest-endpoint-methods 36 silly inflate node_modules/@actions/github/node_modules/@octokit/types 37 silly inflate node_modules/@actions/github/node_modules/deprecation 38 silly inflate node_modules/@actions/http-client 39 silly inflate node_modules/@axe-core/puppeteer 40 silly inflate node_modules/@axe-core/puppeteer/node_modules/axe-core 41 silly inflate node_modules/@babel/code-frame 42 silly inflate node_modules/@babel/compat-data 43 silly inflate node_modules/@babel/core 44 silly inflate node_modules/@babel/core/node_modules/convert-source-map 45 silly inflate node_modules/@babel/core/node_modules/debug 46 silly inflate node_modules/@babel/core/node_modules/ms 47 silly inflate node_modules/@babel/core/node_modules/semver 48 silly inflate node_modules/@babel/eslint-parser 49 silly inflate node_modules/@babel/eslint-parser/node_modules/eslint-scope 50 silly inflate node_modules/@babel/eslint-parser/node_modules/semver 51 silly inflate node_modules/@babel/generator 52 silly inflate node_modules/@babel/helper-annotate-as-pure 53 silly inflate node_modules/@babel/helper-builder-binary-assignment-operator-visitor 54 silly inflate node_modules/@babel/helper-compilation-targets 55 http fetch GET 200 https://registry.npmjs.org/convert-source-map 219ms (cache revalidated) 56 silly inflate node_modules/@babel/helper-compilation-targets/node_modules/semver 57 http fetch GET 200 https://registry.npmjs.org/axe-core 223ms (cache revalidated) 58 silly inflate node_modules/@babel/helper-create-class-features-plugin 59 http fetch GET 200 https://registry.npmjs.org/@babel%2fcode-frame 240ms (cache revalidated) 60 silly inflate node_modules/@babel/helper-create-regexp-features-plugin 61 http fetch GET 200 https://registry.npmjs.org/@babel%2fcompat-data 250ms (cache revalidated) 62 silly inflate node_modules/@babel/helper-define-polyfill-provider 63 http fetch GET 200 https://registry.npmjs.org/eslint-scope 251ms (cache revalidated) 64 silly inflate node_modules/@babel/helper-define-polyfill-provider/node_modules/debug 65 http fetch GET 200 https://registry.npmjs.org/debug 269ms (cache revalidated) 66 silly inflate node_modules/@babel/helper-define-polyfill-provider/node_modules/ms 67 silly inflate node_modules/@babel/helper-define-polyfill-provider/node_modules/path-parse 68 http fetch GET 200 https://registry.npmjs.org/ms 277ms (cache revalidated) 69 silly inflate node_modules/@babel/helper-define-polyfill-provider/node_modules/resolve 70 silly inflate node_modules/@babel/helper-define-polyfill-provider/node_modules/semver 71 http fetch GET 200 https://registry.npmjs.org/@babel%2feslint-parser 278ms (cache revalidated) 72 silly inflate node_modules/@babel/helper-explode-assignable-expression 73 http fetch GET 200 https://registry.npmjs.org/semver 281ms (cache revalidated) 74 silly inflate node_modules/@babel/helper-function-name 75 silly inflate node_modules/@babel/helper-get-function-arity 76 silly inflate node_modules/@babel/helper-hoist-variables 77 silly inflate node_modules/@babel/helper-member-expression-to-functions 78 http fetch GET 200 https://registry.npmjs.org/@octokit%2fplugin-paginate-rest 311ms (cache revalidated) 79 silly inflate node_modules/@babel/helper-module-imports 80 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure 311ms (cache revalidated) 81 silly inflate node_modules/@babel/helper-module-transforms 82 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin 81ms (cache revalidated) 83 silly inflate node_modules/@babel/helper-optimise-call-expression 84 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-compilation-targets 316ms (cache revalidated) 85 silly inflate node_modules/@babel/helper-plugin-utils 86 http fetch GET 200 https://registry.npmjs.org/@babel%2fgenerator 329ms (cache revalidated) 87 silly inflate node_modules/@babel/helper-remap-async-to-generator 88 http fetch GET 200 https://registry.npmjs.org/path-parse 80ms (cache revalidated) 89 silly inflate node_modules/@babel/helper-replace-supers 90 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-get-function-arity 77ms (cache revalidated) 91 silly inflate node_modules/@babel/helper-simple-access 92 http fetch GET 200 https://registry.npmjs.org/resolve 91ms (cache revalidated) 93 silly inflate node_modules/@babel/helper-skip-transparent-expression-wrappers 94 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider 120ms (cache revalidated) 95 silly inflate node_modules/@babel/helper-split-export-declaration 96 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin 134ms (cache revalidated) 97 silly inflate node_modules/@babel/helper-validator-identifier 98 http fetch GET 200 https://registry.npmjs.org/@octokit%2fplugin-rest-endpoint-methods 387ms (cache revalidated) 99 silly inflate node_modules/@babel/helper-validator-option 100 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-builder-binary-assignment-operator-visitor 391ms (cache revalidated) 101 silly inflate node_modules/@babel/helper-wrap-function 102 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-member-expression-to-functions 120ms (cache revalidated) 103 silly inflate node_modules/@babel/helpers 104 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-function-name 128ms (cache revalidated) 105 silly inflate node_modules/@babel/highlight 106 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-hoist-variables 136ms (cache revalidated) 107 silly inflate node_modules/@babel/highlight/node_modules/chalk 108 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-explode-assignable-expression 147ms (cache revalidated) 109 silly inflate node_modules/@babel/parser 110 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-module-transforms 128ms (cache revalidated) 111 silly inflate node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression 112 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-module-imports 132ms (cache revalidated) 113 silly inflate node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining 114 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 127ms (cache revalidated) 115 silly inflate node_modules/@babel/plugin-proposal-async-generator-functions 116 http fetch GET 200 https://registry.npmjs.org/@octokit%2fopenapi-types 456ms (cache revalidated) 117 silly inflate node_modules/@babel/plugin-proposal-class-properties 118 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator 130ms (cache revalidated) 119 silly inflate node_modules/@babel/plugin-proposal-class-static-block 120 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-optimise-call-expression 150ms (cache revalidated) 121 silly inflate node_modules/@babel/plugin-proposal-decorators 122 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-replace-supers 115ms (cache revalidated) 123 silly inflate node_modules/@babel/plugin-proposal-dynamic-import 124 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-validator-identifier 105ms (cache revalidated) 125 silly inflate node_modules/@babel/plugin-proposal-export-default-from 126 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-split-export-declaration 111ms (cache revalidated) 127 silly inflate node_modules/@babel/plugin-proposal-export-namespace-from 128 http fetch GET 200 https://registry.npmjs.org/@babel%2fcore 485ms (cache revalidated) 129 silly inflate node_modules/@babel/plugin-proposal-json-strings 130 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-simple-access 143ms (cache revalidated) 131 silly inflate node_modules/@babel/plugin-proposal-logical-assignment-operators 132 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers 136ms (cache revalidated) 133 silly inflate node_modules/@babel/plugin-proposal-nullish-coalescing-operator 134 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelpers 101ms (cache revalidated) 135 silly inflate node_modules/@babel/plugin-proposal-numeric-separator 136 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-validator-option 137ms (cache revalidated) 137 silly inflate node_modules/@babel/plugin-proposal-object-rest-spread 138 http fetch GET 200 https://registry.npmjs.org/chalk 105ms (cache revalidated) 139 silly inflate node_modules/@babel/plugin-proposal-optional-catch-binding 140 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-wrap-function 138ms (cache revalidated) 141 silly inflate node_modules/@babel/plugin-proposal-optional-chaining 142 http fetch GET 200 https://registry.npmjs.org/@babel%2fhighlight 128ms (cache revalidated) 143 silly inflate node_modules/@babel/plugin-proposal-private-methods 144 http fetch GET 200 https://registry.npmjs.org/@babel%2fparser 114ms (cache revalidated) 145 silly inflate node_modules/@babel/plugin-proposal-private-property-in-object 146 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-bugfix-safari-id-destructuring-collision-in-function-expression 104ms (cache revalidated) 147 silly inflate node_modules/@babel/plugin-proposal-unicode-property-regex 148 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-async-generator-functions 102ms (cache revalidated) 149 silly inflate node_modules/@babel/plugin-syntax-async-generators 150 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-class-properties 102ms (cache revalidated) 151 silly inflate node_modules/@babel/plugin-syntax-bigint 152 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-decorators 111ms (cache revalidated) 153 silly inflate node_modules/@babel/plugin-syntax-class-properties 154 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-dynamic-import 132ms (cache revalidated) 155 silly inflate node_modules/@babel/plugin-syntax-class-static-block 156 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-nullish-coalescing-operator 100ms (cache revalidated) 157 silly inflate node_modules/@babel/plugin-syntax-decorators 158 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-json-strings 124ms (cache revalidated) 159 silly inflate node_modules/@babel/plugin-syntax-dynamic-import 160 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-class-static-block 149ms (cache revalidated) 161 silly inflate node_modules/@babel/plugin-syntax-export-default-from 162 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-logical-assignment-operators 114ms (cache revalidated) 163 silly inflate node_modules/@babel/plugin-syntax-export-namespace-from 164 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-export-default-from 150ms (cache revalidated) 165 silly inflate node_modules/@babel/plugin-syntax-flow 166 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-export-namespace-from 152ms (cache revalidated) 167 silly inflate node_modules/@babel/plugin-syntax-import-meta 168 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-numeric-separator 130ms (cache revalidated) 169 silly inflate node_modules/@babel/plugin-syntax-json-strings 170 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-optional-chaining 120ms (cache revalidated) 171 silly inflate node_modules/@babel/plugin-syntax-jsx 172 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-private-property-in-object 128ms (cache revalidated) 173 silly inflate node_modules/@babel/plugin-syntax-logical-assignment-operators 174 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-private-methods 142ms (cache revalidated) 175 silly inflate node_modules/@babel/plugin-syntax-nullish-coalescing-operator 176 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-class-properties 114ms (cache revalidated) 177 silly inflate node_modules/@babel/plugin-syntax-numeric-separator 178 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-object-rest-spread 171ms (cache revalidated) 179 silly inflate node_modules/@babel/plugin-syntax-object-rest-spread 180 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-async-generators 147ms (cache revalidated) 181 silly inflate node_modules/@babel/plugin-syntax-optional-catch-binding 182 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-export-default-from 114ms (cache revalidated) 183 silly inflate node_modules/@babel/plugin-syntax-optional-chaining 184 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-unicode-property-regex 185ms (cache revalidated) 185 silly inflate node_modules/@babel/plugin-syntax-private-property-in-object 186 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-bigint 183ms (cache revalidated) 187 silly inflate node_modules/@babel/plugin-syntax-top-level-await 188 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining 299ms (cache revalidated) 189 silly inflate node_modules/@babel/plugin-syntax-typescript 190 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-class-static-block 144ms (cache revalidated) 191 silly inflate node_modules/@babel/plugin-transform-arrow-functions 192 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-dynamic-import 136ms (cache revalidated) 193 silly inflate node_modules/@babel/plugin-transform-async-to-generator 194 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-decorators 144ms (cache revalidated) 195 silly inflate node_modules/@babel/plugin-transform-block-scoped-functions 196 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-optional-catch-binding 233ms (cache revalidated) 197 silly inflate node_modules/@babel/plugin-transform-block-scoping 198 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-flow 140ms (cache revalidated) 199 silly inflate node_modules/@babel/plugin-transform-classes 200 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-nullish-coalescing-operator 102ms (cache revalidated) 201 silly inflate node_modules/@babel/plugin-transform-classes/node_modules/globals 202 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-export-namespace-from 192ms (cache revalidated) 203 silly inflate node_modules/@babel/plugin-transform-computed-properties 204 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-optional-catch-binding 117ms (cache revalidated) 205 silly inflate node_modules/@babel/plugin-transform-destructuring 206 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-jsx 165ms (cache revalidated) 207 silly inflate node_modules/@babel/plugin-transform-dotall-regex 208 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-import-meta 186ms (cache revalidated) 209 silly inflate node_modules/@babel/plugin-transform-duplicate-keys 210 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-object-rest-spread 127ms (cache revalidated) 211 silly inflate node_modules/@babel/plugin-transform-exponentiation-operator 212 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-numeric-separator 154ms (cache revalidated) 213 silly inflate node_modules/@babel/plugin-transform-flow-strip-types 214 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-top-level-await 110ms (cache revalidated) 215 silly inflate node_modules/@babel/plugin-transform-for-of 216 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-optional-chaining 126ms (cache revalidated) 217 silly inflate node_modules/@babel/plugin-transform-function-name 218 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-async-to-generator 111ms (cache revalidated) 219 silly inflate node_modules/@babel/plugin-transform-literals 220 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-arrow-functions 117ms (cache revalidated) 221 silly inflate node_modules/@babel/plugin-transform-member-expression-literals 222 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-logical-assignment-operators 197ms (cache revalidated) 223 silly inflate node_modules/@babel/plugin-transform-modules-amd 224 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-block-scoped-functions 129ms (cache revalidated) 225 silly inflate node_modules/@babel/plugin-transform-modules-commonjs 226 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-typescript 145ms (cache revalidated) 227 silly inflate node_modules/@babel/plugin-transform-modules-systemjs 228 http fetch GET 200 https://registry.npmjs.org/globals 104ms (cache revalidated) 229 silly inflate node_modules/@babel/plugin-transform-modules-umd 230 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-private-property-in-object 161ms (cache revalidated) 231 silly inflate node_modules/@babel/plugin-transform-named-capturing-groups-regex 232 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-block-scoping 136ms (cache revalidated) 233 silly inflate node_modules/@babel/plugin-transform-new-target 234 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-json-strings 270ms (cache revalidated) 235 silly inflate node_modules/@babel/plugin-transform-object-assign 236 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-classes 144ms (cache revalidated) 237 silly inflate node_modules/@babel/plugin-transform-object-super 238 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-computed-properties 112ms (cache revalidated) 239 silly inflate node_modules/@babel/plugin-transform-parameters 240 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-duplicate-keys 115ms (cache revalidated) 241 silly inflate node_modules/@babel/plugin-transform-property-literals 242 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-exponentiation-operator 117ms (cache revalidated) 243 silly inflate node_modules/@babel/plugin-transform-react-constant-elements 244 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-dotall-regex 126ms (cache revalidated) 245 silly inflate node_modules/@babel/plugin-transform-react-display-name 246 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-destructuring 129ms (cache revalidated) 247 silly inflate node_modules/@babel/plugin-transform-react-jsx 248 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-flow-strip-types 101ms (cache revalidated) 249 silly inflate node_modules/@babel/plugin-transform-react-jsx-development 250 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-for-of 103ms (cache revalidated) 251 silly inflate node_modules/@babel/plugin-transform-react-jsx-self 252 http fetch GET 200 https://registry.npmjs.org/deprecation 967ms (cache revalidated) 253 silly inflate node_modules/@babel/plugin-transform-react-jsx-source 254 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-literals 116ms (cache revalidated) 255 silly inflate node_modules/@babel/plugin-transform-react-pure-annotations 256 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-function-name 133ms (cache revalidated) 257 silly inflate node_modules/@babel/plugin-transform-regenerator 258 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-new-target 89ms (cache revalidated) 259 silly inflate node_modules/@babel/plugin-transform-reserved-words 260 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-commonjs 116ms (cache revalidated) 261 silly inflate node_modules/@babel/plugin-transform-runtime 262 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-member-expression-literals 143ms (cache revalidated) 263 silly inflate node_modules/@babel/plugin-transform-runtime/node_modules/semver 264 silly inflate node_modules/@babel/plugin-transform-shorthand-properties 265 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-umd 119ms (cache revalidated) 266 silly inflate node_modules/@babel/plugin-transform-spread 267 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-object-super 101ms (cache revalidated) 268 silly inflate node_modules/@babel/plugin-transform-sticky-regex 269 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-object-assign 115ms (cache revalidated) 270 silly inflate node_modules/@babel/plugin-transform-template-literals 271 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-react-constant-elements 88ms (cache revalidated) 272 silly inflate node_modules/@babel/plugin-transform-typeof-symbol 273 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-property-literals 102ms (cache revalidated) 274 silly inflate node_modules/@babel/plugin-transform-typescript 275 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-named-capturing-groups-regex 147ms (cache revalidated) 276 silly inflate node_modules/@babel/plugin-transform-unicode-escapes 277 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-react-display-name 97ms (cache revalidated) 278 silly inflate node_modules/@babel/plugin-transform-unicode-regex 279 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-parameters 130ms (cache revalidated) 280 silly inflate node_modules/@babel/preset-env 281 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-amd 188ms (cache revalidated) 282 silly inflate node_modules/@babel/preset-env/node_modules/semver 283 silly inflate node_modules/@babel/preset-flow 284 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-react-jsx 116ms (cache revalidated) 285 silly inflate node_modules/@babel/preset-modules 286 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-react-pure-annotations 99ms (cache revalidated) 287 silly inflate node_modules/@babel/preset-react 288 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-regenerator 96ms (cache revalidated) 289 silly inflate node_modules/@babel/preset-typescript 290 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-react-jsx-source 120ms (cache revalidated) 291 silly inflate node_modules/@babel/register 292 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-react-jsx-self 134ms (cache revalidated) 293 silly inflate node_modules/@babel/register/node_modules/make-dir 294 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-reserved-words 108ms (cache revalidated) 295 silly inflate node_modules/@babel/register/node_modules/pify 296 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-spread 95ms (cache revalidated) 297 silly inflate node_modules/@babel/register/node_modules/semver 298 silly inflate node_modules/@babel/runtime 299 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-react-jsx-development 165ms (cache revalidated) 300 silly inflate node_modules/@babel/runtime-corejs3 301 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-typeof-symbol 87ms (cache revalidated) 302 silly inflate node_modules/@babel/template 303 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-runtime 121ms (cache revalidated) 304 silly inflate node_modules/@babel/traverse 305 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-sticky-regex 102ms (cache revalidated) 306 silly inflate node_modules/@babel/traverse/node_modules/debug 307 silly inflate node_modules/@babel/traverse/node_modules/globals 308 silly inflate node_modules/@babel/traverse/node_modules/ms 309 silly inflate node_modules/@babel/types 310 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-unicode-escapes 90ms (cache revalidated) 311 silly inflate node_modules/@base2/pretty-print-object 312 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-typescript 96ms (cache revalidated) 313 silly inflate node_modules/@bcoe/v8-coverage 314 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-shorthand-properties 135ms (cache revalidated) 315 silly inflate node_modules/@choojs/findup 316 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-systemjs 259ms (cache revalidated) 317 silly inflate node_modules/@choojs/findup/node_modules/commander 318 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-template-literals 131ms (cache revalidated) 319 silly inflate node_modules/@cnakazawa/watch 320 http fetch GET 200 https://registry.npmjs.org/@babel%2fpreset-flow 99ms (cache revalidated) 321 silly inflate node_modules/@discoveryjs/json-ext 322 http fetch GET 200 https://registry.npmjs.org/@babel%2fregister 77ms (cache revalidated) 323 silly inflate node_modules/@egjs/hammerjs 324 http fetch GET 200 https://registry.npmjs.org/@babel%2fpreset-modules 105ms (cache revalidated) 325 silly inflate node_modules/@emotion/babel-plugin 326 http fetch GET 200 https://registry.npmjs.org/@babel%2fpreset-react 96ms (cache revalidated) 327 silly inflate node_modules/@emotion/babel-plugin/node_modules/@emotion/memoize 328 http fetch GET 200 https://registry.npmjs.org/@babel%2fpreset-env 120ms (cache revalidated) 329 silly inflate node_modules/@emotion/babel-plugin/node_modules/@emotion/serialize 330 http fetch GET 200 https://registry.npmjs.org/make-dir 92ms (cache revalidated) 331 silly inflate node_modules/@emotion/babel-plugin/node_modules/@emotion/utils 332 http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-unicode-regex 141ms (cache revalidated) 333 silly inflate node_modules/@emotion/babel-plugin/node_modules/csstype 334 http fetch GET 200 https://registry.npmjs.org/@babel%2fpreset-typescript 102ms (cache revalidated) 335 silly inflate node_modules/@emotion/babel-plugin/node_modules/escape-string-regexp 336 http fetch GET 200 https://registry.npmjs.org/@babel%2fruntime-corejs3 78ms (cache revalidated) 337 silly inflate node_modules/@emotion/cache 338 http fetch GET 200 https://registry.npmjs.org/@babel%2fruntime 89ms (cache revalidated) 339 silly inflate node_modules/@emotion/cache/node_modules/@emotion/memoize 340 http fetch GET 200 https://registry.npmjs.org/@babel%2ftemplate 81ms (cache revalidated) 341 silly inflate node_modules/@emotion/cache/node_modules/@emotion/sheet 342 http fetch GET 200 https://registry.npmjs.org/@babel%2ftypes 88ms (cache revalidated) 343 silly inflate node_modules/@emotion/core 344 http fetch GET 200 https://registry.npmjs.org/commander 79ms (cache revalidated) 345 silly inflate node_modules/@emotion/core/node_modules/@emotion/cache 346 http fetch GET 200 https://registry.npmjs.org/@base2%2fpretty-print-object 116ms (cache revalidated) 347 silly inflate node_modules/@emotion/core/node_modules/@emotion/css 348 http fetch GET 200 https://registry.npmjs.org/@actions%2fhttp-client 1253ms (cache revalidated) 349 silly inflate node_modules/@emotion/core/node_modules/@emotion/utils 350 http fetch GET 200 https://registry.npmjs.org/@babel%2ftraverse 129ms (cache revalidated) 351 silly inflate node_modules/@emotion/css 352 http fetch GET 200 https://registry.npmjs.org/@choojs%2ffindup 115ms (cache revalidated) 353 silly inflate node_modules/@emotion/css/node_modules/@emotion/memoize 354 http fetch GET 200 https://registry.npmjs.org/@bcoe%2fv8-coverage 123ms (cache revalidated) 355 silly inflate node_modules/@emotion/css/node_modules/@emotion/serialize 356 http fetch GET 200 https://registry.npmjs.org/@cnakazawa%2fwatch 130ms (cache revalidated) 357 silly inflate node_modules/@emotion/css/node_modules/@emotion/sheet 358 http fetch GET 200 https://registry.npmjs.org/csstype 118ms (cache revalidated) 359 silly inflate node_modules/@emotion/css/node_modules/csstype 360 silly inflate node_modules/@emotion/css-prettifier 361 http fetch GET 200 https://registry.npmjs.org/@discoveryjs%2fjson-ext 145ms (cache revalidated) 362 silly inflate node_modules/@emotion/css-prettifier/node_modules/@emotion/memoize 363 http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 122ms (cache revalidated) 364 silly inflate node_modules/@emotion/hash 365 http fetch GET 200 https://registry.npmjs.org/@emotion%2fserialize 130ms (cache revalidated) 366 silly inflate node_modules/@emotion/is-prop-valid 367 silly inflate node_modules/@emotion/jest 368 http fetch GET 200 https://registry.npmjs.org/@emotion%2fmemoize 145ms (cache revalidated) 369 silly inflate node_modules/@emotion/jest/node_modules/ansi-styles 370 silly inflate node_modules/@emotion/jest/node_modules/chalk 371 silly inflate node_modules/@emotion/jest/node_modules/color-convert 372 silly inflate node_modules/@emotion/jest/node_modules/color-name 373 silly inflate node_modules/@emotion/jest/node_modules/has-flag 374 http fetch GET 200 https://registry.npmjs.org/@emotion%2futils 146ms (cache revalidated) 375 silly inflate node_modules/@emotion/jest/node_modules/supports-color 376 silly inflate node_modules/@emotion/memoize 377 silly inflate node_modules/@emotion/native 378 http fetch GET 200 https://registry.npmjs.org/@emotion%2fbabel-plugin 174ms (cache revalidated) 379 silly inflate node_modules/@emotion/primitives-core 380 http fetch GET 200 https://registry.npmjs.org/pify 251ms (cache revalidated) 381 silly inflate node_modules/@emotion/primitives-core/node_modules/css-to-react-native 382 http fetch GET 200 https://registry.npmjs.org/@emotion%2fcache 166ms (cache revalidated) 383 silly inflate node_modules/@emotion/primitives-core/node_modules/postcss-value-parser 384 silly inflate node_modules/@emotion/react 385 http fetch GET 200 https://registry.npmjs.org/@emotion%2fsheet 190ms (cache revalidated) 386 silly inflate node_modules/@emotion/react/node_modules/@emotion/serialize 387 silly inflate node_modules/@emotion/react/node_modules/@emotion/sheet 388 silly inflate node_modules/@emotion/react/node_modules/csstype 389 silly inflate node_modules/@emotion/serialize 390 silly inflate node_modules/@emotion/serialize/node_modules/@emotion/memoize 391 silly inflate node_modules/@emotion/serialize/node_modules/@emotion/utils 392 silly inflate node_modules/@emotion/sheet 393 silly inflate node_modules/@emotion/styled 394 silly inflate node_modules/@emotion/styled/node_modules/@emotion/is-prop-valid 395 http fetch GET 200 https://registry.npmjs.org/color-name 75ms (cache revalidated) 396 silly inflate node_modules/@emotion/styled/node_modules/@emotion/memoize 397 silly inflate node_modules/@emotion/styled/node_modules/@emotion/serialize 398 silly inflate node_modules/@emotion/styled/node_modules/csstype 399 silly inflate node_modules/@emotion/styled-base 400 http fetch GET 200 https://registry.npmjs.org/has-flag 79ms (cache revalidated) 401 silly inflate node_modules/@emotion/styled-base/node_modules/@emotion/is-prop-valid 402 http fetch GET 200 https://registry.npmjs.org/@emotion%2fis-prop-valid 88ms (cache revalidated) 403 silly inflate node_modules/@emotion/styled-base/node_modules/@emotion/memoize 404 silly inflate node_modules/@emotion/styled-base/node_modules/@emotion/utils 405 silly inflate node_modules/@emotion/stylis 406 silly inflate node_modules/@emotion/unitless 407 silly inflate node_modules/@emotion/utils 408 silly inflate node_modules/@emotion/weak-memoize 409 http fetch GET 200 https://registry.npmjs.org/@emotion%2fhash 99ms (cache revalidated) 410 silly inflate node_modules/@es-joy/jsdoccomment 411 http fetch GET 200 https://registry.npmjs.org/ansi-styles 91ms (cache revalidated) 412 silly inflate node_modules/@es-joy/jsdoccomment/node_modules/comment-parser 413 http fetch GET 200 https://registry.npmjs.org/@emotion%2fcss 163ms (cache revalidated) 414 silly inflate node_modules/@es-joy/jsdoccomment/node_modules/esquery 415 silly inflate node_modules/@es-joy/jsdoccomment/node_modules/estraverse 416 http fetch GET 200 https://registry.npmjs.org/color-convert 115ms (cache revalidated) 417 silly inflate node_modules/@eslint/eslintrc 418 http fetch GET 200 https://registry.npmjs.org/css-to-react-native 93ms (cache revalidated) 419 silly inflate node_modules/@eslint/eslintrc/node_modules/ajv 420 http fetch GET 200 https://registry.npmjs.org/postcss-value-parser 84ms (cache revalidated) 421 silly inflate node_modules/@eslint/eslintrc/node_modules/debug 422 silly inflate node_modules/@eslint/eslintrc/node_modules/fast-deep-equal 423 http fetch GET 200 https://registry.npmjs.org/@octokit%2ftypes 1461ms (cache revalidated) 424 silly inflate node_modules/@eslint/eslintrc/node_modules/globals 425 silly inflate node_modules/@eslint/eslintrc/node_modules/ignore 426 http fetch GET 200 https://registry.npmjs.org/@egjs%2fhammerjs 299ms (cache revalidated) 427 silly inflate node_modules/@eslint/eslintrc/node_modules/import-fresh 428 http fetch GET 200 https://registry.npmjs.org/@emotion%2fcore 253ms (cache revalidated) 429 silly inflate node_modules/@eslint/eslintrc/node_modules/ms 430 silly inflate node_modules/@eslint/eslintrc/node_modules/resolve-from 431 http fetch GET 200 https://registry.npmjs.org/@emotion%2fstyled 90ms (cache revalidated) 432 silly inflate node_modules/@eslint/eslintrc/node_modules/strip-json-comments 433 http fetch GET 200 https://registry.npmjs.org/@emotion%2fstyled-base 116ms (cache revalidated) 434 silly inflate node_modules/@eslint/eslintrc/node_modules/type-fest 435 http fetch GET 200 https://registry.npmjs.org/supports-color 192ms (cache revalidated) 436 silly inflate node_modules/@evocateur/libnpmaccess 437 http fetch GET 200 https://registry.npmjs.org/@emotion%2fstylis 123ms (cache revalidated) 438 silly inflate node_modules/@evocateur/libnpmaccess/node_modules/aproba 439 http fetch GET 200 https://registry.npmjs.org/@emotion%2freact 178ms (cache revalidated) 440 silly inflate node_modules/@evocateur/libnpmaccess/node_modules/get-stream 441 http fetch GET 200 https://registry.npmjs.org/comment-parser 135ms (cache revalidated) 442 silly inflate node_modules/@evocateur/libnpmaccess/node_modules/npm-package-arg 443 http fetch GET 200 https://registry.npmjs.org/@emotion%2fnative 221ms (cache revalidated) 444 silly inflate node_modules/@evocateur/libnpmaccess/node_modules/pump 445 http fetch GET 200 https://registry.npmjs.org/@emotion%2funitless 151ms (cache revalidated) 446 silly inflate node_modules/@evocateur/libnpmaccess/node_modules/semver 447 silly inflate node_modules/@evocateur/libnpmpublish 448 http fetch GET 200 https://registry.npmjs.org/@emotion%2fweak-memoize 151ms (cache revalidated) 449 silly inflate node_modules/@evocateur/libnpmpublish/node_modules/aproba 450 http fetch GET 200 https://registry.npmjs.org/esquery 144ms (cache revalidated) 451 silly inflate node_modules/@evocateur/libnpmpublish/node_modules/get-stream 452 http fetch GET 200 https://registry.npmjs.org/ajv 139ms (cache revalidated) 453 silly inflate node_modules/@evocateur/libnpmpublish/node_modules/npm-package-arg 454 http fetch GET 200 https://registry.npmjs.org/fast-deep-equal 142ms (cache revalidated) 455 silly inflate node_modules/@evocateur/libnpmpublish/node_modules/pump 456 http fetch GET 200 https://registry.npmjs.org/ignore 129ms (cache revalidated) 457 silly inflate node_modules/@evocateur/libnpmpublish/node_modules/semver 458 silly inflate node_modules/@evocateur/libnpmpublish/node_modules/ssri 459 http fetch GET 200 https://registry.npmjs.org/@eslint%2feslintrc 159ms (cache revalidated) 460 silly inflate node_modules/@evocateur/npm-registry-fetch 461 http fetch GET 200 https://registry.npmjs.org/resolve-from 126ms (cache revalidated) 462 silly inflate node_modules/@evocateur/npm-registry-fetch/node_modules/lru-cache 463 http fetch GET 200 https://registry.npmjs.org/import-fresh 135ms (cache revalidated) 464 silly inflate node_modules/@evocateur/npm-registry-fetch/node_modules/npm-package-arg 465 http fetch GET 200 https://registry.npmjs.org/strip-json-comments 124ms (cache revalidated) 466 silly inflate node_modules/@evocateur/npm-registry-fetch/node_modules/semver 467 silly inflate node_modules/@evocateur/npm-registry-fetch/node_modules/yallist 468 http fetch GET 200 https://registry.npmjs.org/type-fest 97ms (cache revalidated) 469 silly inflate node_modules/@evocateur/pacote 470 http fetch GET 200 https://registry.npmjs.org/get-stream 77ms (cache revalidated) 471 silly inflate node_modules/@evocateur/pacote/node_modules/bluebird 472 silly inflate node_modules/@evocateur/pacote/node_modules/cacache 473 http fetch GET 200 https://registry.npmjs.org/npm-package-arg 77ms (cache revalidated) 474 silly inflate node_modules/@evocateur/pacote/node_modules/chownr 475 silly inflate node_modules/@evocateur/pacote/node_modules/get-stream 476 silly inflate node_modules/@evocateur/pacote/node_modules/glob 477 silly inflate node_modules/@evocateur/pacote/node_modules/graceful-fs 478 http fetch GET 200 https://registry.npmjs.org/aproba 100ms (cache revalidated) 479 silly inflate node_modules/@evocateur/pacote/node_modules/lru-cache 480 silly inflate node_modules/@evocateur/pacote/node_modules/mississippi 481 http fetch GET 200 https://registry.npmjs.org/estraverse 223ms (cache revalidated) 482 silly inflate node_modules/@evocateur/pacote/node_modules/normalize-package-data 483 http fetch GET 200 https://registry.npmjs.org/pump 97ms (cache revalidated) 484 silly inflate node_modules/@evocateur/pacote/node_modules/npm-package-arg 485 silly inflate node_modules/@evocateur/pacote/node_modules/path-parse 486 silly inflate node_modules/@evocateur/pacote/node_modules/pump 487 silly inflate node_modules/@evocateur/pacote/node_modules/resolve 488 silly inflate node_modules/@evocateur/pacote/node_modules/rimraf 489 silly inflate node_modules/@evocateur/pacote/node_modules/safe-buffer 490 http fetch GET 200 https://registry.npmjs.org/lru-cache 53ms (cache revalidated) 491 silly inflate node_modules/@evocateur/pacote/node_modules/semver 492 silly inflate node_modules/@evocateur/pacote/node_modules/ssri 493 silly inflate node_modules/@evocateur/pacote/node_modules/unique-filename 494 http fetch GET 200 https://registry.npmjs.org/ssri 62ms (cache revalidated) 495 silly inflate node_modules/@evocateur/pacote/node_modules/y18n 496 silly inflate node_modules/@evocateur/pacote/node_modules/yallist 497 http fetch GET 200 https://registry.npmjs.org/yallist 51ms (cache revalidated) 498 silly inflate node_modules/@istanbuljs/load-nyc-config 499 silly inflate node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase 500 http fetch GET 200 https://registry.npmjs.org/bluebird 71ms (cache revalidated) 501 silly inflate node_modules/@istanbuljs/load-nyc-config/node_modules/find-up 502 http fetch GET 200 https://registry.npmjs.org/graceful-fs 76ms (cache revalidated) 503 silly inflate node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path 504 http fetch GET 200 https://registry.npmjs.org/glob 93ms (cache revalidated) 505 silly inflate node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit 506 http fetch GET 200 https://registry.npmjs.org/chownr 117ms (cache revalidated) 507 silly inflate node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate 508 http fetch GET 200 https://registry.npmjs.org/normalize-package-data 111ms (cache revalidated) 509 silly inflate node_modules/@istanbuljs/load-nyc-config/node_modules/p-try 510 http fetch GET 200 https://registry.npmjs.org/safe-buffer 116ms (cache revalidated) 511 silly inflate node_modules/@istanbuljs/load-nyc-config/node_modules/path-exists 512 http fetch GET 200 https://registry.npmjs.org/mississippi 141ms (cache revalidated) 513 silly inflate node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from 514 silly inflate node_modules/@istanbuljs/schema 515 http fetch GET 200 https://registry.npmjs.org/y18n 143ms (cache revalidated) 516 silly inflate node_modules/@jest/core 517 http fetch GET 200 https://registry.npmjs.org/@actions%2fcore 1826ms (cache revalidated) 518 silly inflate node_modules/@jest/core/node_modules/@jest/console 519 http fetch GET 200 https://registry.npmjs.org/unique-filename 171ms (cache revalidated) 520 silly inflate node_modules/@jest/core/node_modules/@jest/test-result 521 http fetch GET 200 https://registry.npmjs.org/camelcase 178ms (cache revalidated) 522 silly inflate node_modules/@jest/core/node_modules/@jest/types 523 http fetch GET 200 https://registry.npmjs.org/@actions%2fgithub 1853ms (cache revalidated) 524 silly inflate node_modules/@jest/core/node_modules/@types/istanbul-reports 525 http fetch GET 200 https://registry.npmjs.org/find-up 165ms (cache revalidated) 526 silly inflate node_modules/@jest/core/node_modules/@types/stack-utils 527 http fetch GET 200 https://registry.npmjs.org/@axe-core%2fpuppeteer 1865ms (cache revalidated) 528 silly inflate node_modules/@jest/core/node_modules/ansi-escapes 529 http fetch GET 200 https://registry.npmjs.org/locate-path 166ms (cache revalidated) 530 silly inflate node_modules/@jest/core/node_modules/ansi-regex 531 http fetch GET 200 https://registry.npmjs.org/rimraf 221ms (cache revalidated) 532 silly inflate node_modules/@jest/core/node_modules/ansi-styles 533 silly inflate node_modules/@jest/core/node_modules/anymatch 534 http fetch GET 200 https://registry.npmjs.org/p-limit 156ms (cache revalidated) 535 silly inflate node_modules/@jest/core/node_modules/braces 536 http fetch GET 200 https://registry.npmjs.org/p-try 143ms (cache revalidated) 537 silly inflate node_modules/@jest/core/node_modules/camelcase 538 silly inflate node_modules/@jest/core/node_modules/color-convert 539 silly inflate node_modules/@jest/core/node_modules/color-name 540 silly inflate node_modules/@jest/core/node_modules/escape-string-regexp 541 silly inflate node_modules/@jest/core/node_modules/fill-range 542 http fetch GET 200 https://registry.npmjs.org/p-locate 159ms (cache revalidated) 543 silly inflate node_modules/@jest/core/node_modules/fsevents 544 http fetch GET 200 https://registry.npmjs.org/path-exists 134ms (cache revalidated) 545 silly inflate node_modules/@jest/core/node_modules/graceful-fs 546 silly inflate node_modules/@jest/core/node_modules/has-flag 547 silly inflate node_modules/@jest/core/node_modules/is-number 548 http fetch GET 200 https://registry.npmjs.org/@istanbuljs%2fload-nyc-config 244ms (cache revalidated) 549 silly inflate node_modules/@jest/core/node_modules/jest-get-type 550 http fetch GET 200 https://registry.npmjs.org/@istanbuljs%2fschema 181ms (cache revalidated) 551 silly inflate node_modules/@jest/core/node_modules/jest-haste-map 552 http fetch GET 200 https://registry.npmjs.org/@types%2fistanbul-reports 103ms (cache revalidated) 553 silly inflate node_modules/@jest/core/node_modules/jest-message-util 554 http fetch GET 200 https://registry.npmjs.org/@jest%2ftest-result 150ms (cache revalidated) 555 silly inflate node_modules/@jest/core/node_modules/jest-serializer 556 http fetch GET 200 https://registry.npmjs.org/@jest%2ftypes 138ms (cache revalidated) 557 silly inflate node_modules/@jest/core/node_modules/jest-util 558 http fetch GET 200 https://registry.npmjs.org/@jest%2fconsole 167ms (cache revalidated) 559 silly inflate node_modules/@jest/core/node_modules/jest-validate 560 http fetch GET 200 https://registry.npmjs.org/@evocateur%2fpacote 378ms (cache revalidated) 561 silly inflate node_modules/@jest/core/node_modules/jest-worker 562 http fetch GET 200 https://registry.npmjs.org/ansi-escapes 141ms (cache revalidated) 563 silly inflate node_modules/@jest/core/node_modules/merge-stream 564 http fetch GET 200 https://registry.npmjs.org/ansi-regex 145ms (cache revalidated) 565 silly inflate node_modules/@jest/core/node_modules/micromatch 566 http fetch GET 200 https://registry.npmjs.org/braces 143ms (cache revalidated) 567 silly inflate node_modules/@jest/core/node_modules/normalize-path 568 http fetch GET 200 https://registry.npmjs.org/anymatch 150ms (cache revalidated) 569 silly inflate node_modules/@jest/core/node_modules/pretty-format 570 http fetch GET 200 https://registry.npmjs.org/@jest%2fcore 229ms (cache revalidated) 571 silly inflate node_modules/@jest/core/node_modules/react-is 572 http fetch GET 200 https://registry.npmjs.org/@types%2fstack-utils 173ms (cache revalidated) 573 silly inflate node_modules/@jest/core/node_modules/slash 574 http fetch GET 200 https://registry.npmjs.org/jest-haste-map 97ms (cache revalidated) 575 silly inflate node_modules/@jest/core/node_modules/stack-utils 576 http fetch GET 200 https://registry.npmjs.org/fsevents 151ms (cache revalidated) 577 silly inflate node_modules/@jest/core/node_modules/strip-ansi 578 http fetch GET 200 https://registry.npmjs.org/fill-range 185ms (cache revalidated) 579 silly inflate node_modules/@jest/core/node_modules/supports-color 580 silly inflate node_modules/@jest/core/node_modules/to-regex-range 581 http fetch GET 200 https://registry.npmjs.org/jest-serializer 113ms (cache revalidated) 582 silly inflate node_modules/@jest/core/node_modules/type-fest 583 silly inflate node_modules/@jest/create-cache-key-function 584 http fetch GET 200 https://registry.npmjs.org/jest-get-type 182ms (cache revalidated) 585 silly inflate node_modules/@jest/create-cache-key-function/node_modules/@jest/types 586 silly inflate node_modules/@jest/create-cache-key-function/node_modules/@types/istanbul-reports 587 silly inflate node_modules/@jest/environment 588 http fetch GET 200 https://registry.npmjs.org/jest-util 111ms (cache revalidated) 589 silly inflate node_modules/@jest/environment/node_modules/@jest/fake-timers 590 http fetch GET 200 https://registry.npmjs.org/jest-validate 108ms (cache revalidated) 591 silly inflate node_modules/@jest/environment/node_modules/@jest/types 592 silly inflate node_modules/@jest/environment/node_modules/@types/istanbul-reports 593 silly inflate node_modules/@jest/environment/node_modules/@types/stack-utils 594 silly inflate node_modules/@jest/environment/node_modules/ansi-regex 595 silly inflate node_modules/@jest/environment/node_modules/ansi-styles 596 silly inflate node_modules/@jest/environment/node_modules/braces 597 silly inflate node_modules/@jest/environment/node_modules/color-convert 598 silly inflate node_modules/@jest/environment/node_modules/color-name 599 silly inflate node_modules/@jest/environment/node_modules/escape-string-regexp 600 silly inflate node_modules/@jest/environment/node_modules/fill-range 601 silly inflate node_modules/@jest/environment/node_modules/graceful-fs 602 silly inflate node_modules/@jest/environment/node_modules/is-number 603 http fetch GET 200 https://registry.npmjs.org/merge-stream 114ms (cache revalidated) 604 silly inflate node_modules/@jest/environment/node_modules/jest-message-util 605 http fetch GET 200 https://registry.npmjs.org/pretty-format 107ms (cache revalidated) 606 silly inflate node_modules/@jest/environment/node_modules/jest-mock 607 http fetch GET 200 https://registry.npmjs.org/is-number 235ms (cache revalidated) 608 silly inflate node_modules/@jest/environment/node_modules/jest-util 609 silly inflate node_modules/@jest/environment/node_modules/micromatch 610 silly inflate node_modules/@jest/environment/node_modules/pretty-format 611 silly inflate node_modules/@jest/environment/node_modules/react-is 612 http fetch GET 200 https://registry.npmjs.org/micromatch 127ms (cache revalidated) 613 silly inflate node_modules/@jest/environment/node_modules/slash 614 silly inflate node_modules/@jest/environment/node_modules/stack-utils 615 http fetch GET 200 https://registry.npmjs.org/normalize-path 126ms (cache revalidated) 616 silly inflate node_modules/@jest/environment/node_modules/to-regex-range 617 http fetch GET 200 https://registry.npmjs.org/react-is 118ms (cache revalidated) 618 silly inflate node_modules/@jest/globals 619 silly inflate node_modules/@jest/globals/node_modules/@jest/types 620 silly inflate node_modules/@jest/globals/node_modules/@types/istanbul-reports 621 silly inflate node_modules/@jest/reporters 622 http fetch GET 200 https://registry.npmjs.org/slash 142ms (cache revalidated) 623 silly inflate node_modules/@jest/reporters/node_modules/@jest/console 624 silly inflate node_modules/@jest/reporters/node_modules/@jest/test-result 625 silly inflate node_modules/@jest/reporters/node_modules/@jest/types 626 silly inflate node_modules/@jest/reporters/node_modules/@types/istanbul-reports 627 silly inflate node_modules/@jest/reporters/node_modules/@types/stack-utils 628 silly inflate node_modules/@jest/reporters/node_modules/ansi-regex 629 silly inflate node_modules/@jest/reporters/node_modules/ansi-styles 630 silly inflate node_modules/@jest/reporters/node_modules/anymatch 631 silly inflate node_modules/@jest/reporters/node_modules/braces 632 silly inflate node_modules/@jest/reporters/node_modules/color-convert 633 silly inflate node_modules/@jest/reporters/node_modules/color-name 634 silly inflate node_modules/@jest/reporters/node_modules/escape-string-regexp 635 silly inflate node_modules/@jest/reporters/node_modules/fill-range 636 silly inflate node_modules/@jest/reporters/node_modules/fsevents 637 silly inflate node_modules/@jest/reporters/node_modules/graceful-fs 638 silly inflate node_modules/@jest/reporters/node_modules/has-flag 639 silly inflate node_modules/@jest/reporters/node_modules/is-number 640 silly inflate node_modules/@jest/reporters/node_modules/is-wsl 641 silly inflate node_modules/@jest/reporters/node_modules/istanbul-lib-instrument 642 http fetch GET 200 https://registry.npmjs.org/to-regex-range 103ms (cache revalidated) 643 silly inflate node_modules/@jest/reporters/node_modules/jest-haste-map 644 silly inflate node_modules/@jest/reporters/node_modules/jest-message-util 645 silly inflate node_modules/@jest/reporters/node_modules/jest-serializer 646 silly inflate node_modules/@jest/reporters/node_modules/jest-util 647 silly inflate node_modules/@jest/reporters/node_modules/jest-worker 648 http fetch GET 200 https://registry.npmjs.org/strip-ansi 136ms (cache revalidated) 649 silly inflate node_modules/@jest/reporters/node_modules/lru-cache 650 silly inflate node_modules/@jest/reporters/node_modules/merge-stream 651 silly inflate node_modules/@jest/reporters/node_modules/micromatch 652 silly inflate node_modules/@jest/reporters/node_modules/node-notifier 653 http fetch GET 200 https://registry.npmjs.org/jest-worker 201ms (cache revalidated) 654 silly inflate node_modules/@jest/reporters/node_modules/node-notifier/node_modules/semver 655 silly inflate node_modules/@jest/reporters/node_modules/normalize-path 656 silly inflate node_modules/@jest/reporters/node_modules/pretty-format 657 silly inflate node_modules/@jest/reporters/node_modules/react-is 658 silly inflate node_modules/@jest/reporters/node_modules/semver 659 silly inflate node_modules/@jest/reporters/node_modules/slash 660 silly inflate node_modules/@jest/reporters/node_modules/source-map 661 silly inflate node_modules/@jest/reporters/node_modules/stack-utils 662 http fetch GET 200 https://registry.npmjs.org/stack-utils 161ms (cache revalidated) 663 silly inflate node_modules/@jest/reporters/node_modules/supports-color 664 silly inflate node_modules/@jest/reporters/node_modules/to-regex-range 665 silly inflate node_modules/@jest/reporters/node_modules/which 666 silly inflate node_modules/@jest/reporters/node_modules/yallist 667 silly inflate node_modules/@jest/test-sequencer 668 silly inflate node_modules/@jest/test-sequencer/node_modules/@jest/console 669 silly inflate node_modules/@jest/test-sequencer/node_modules/@jest/test-result 670 silly inflate node_modules/@jest/test-sequencer/node_modules/@jest/types 671 silly inflate node_modules/@jest/test-sequencer/node_modules/@types/istanbul-reports 672 silly inflate node_modules/@jest/test-sequencer/node_modules/@types/stack-utils 673 silly inflate node_modules/@jest/test-sequencer/node_modules/ansi-regex 674 silly inflate node_modules/@jest/test-sequencer/node_modules/ansi-styles 675 silly inflate node_modules/@jest/test-sequencer/node_modules/anymatch 676 silly inflate node_modules/@jest/test-sequencer/node_modules/braces 677 silly inflate node_modules/@jest/test-sequencer/node_modules/color-convert 678 silly inflate node_modules/@jest/test-sequencer/node_modules/color-name 679 silly inflate node_modules/@jest/test-sequencer/node_modules/escape-string-regexp 680 silly inflate node_modules/@jest/test-sequencer/node_modules/fill-range 681 silly inflate node_modules/@jest/test-sequencer/node_modules/fsevents 682 silly inflate node_modules/@jest/test-sequencer/node_modules/graceful-fs 683 silly inflate node_modules/@jest/test-sequencer/node_modules/has-flag 684 silly inflate node_modules/@jest/test-sequencer/node_modules/is-number 685 silly inflate node_modules/@jest/test-sequencer/node_modules/jest-haste-map 686 silly inflate node_modules/@jest/test-sequencer/node_modules/jest-message-util 687 http fetch GET 200 https://registry.npmjs.org/@jest%2fcreate-cache-key-function 132ms (cache revalidated) 688 silly inflate node_modules/@jest/test-sequencer/node_modules/jest-serializer 689 silly inflate node_modules/@jest/test-sequencer/node_modules/jest-util 690 silly inflate node_modules/@jest/test-sequencer/node_modules/jest-worker 691 silly inflate node_modules/@jest/test-sequencer/node_modules/merge-stream 692 silly inflate node_modules/@jest/test-sequencer/node_modules/micromatch 693 silly inflate node_modules/@jest/test-sequencer/node_modules/normalize-path 694 silly inflate node_modules/@jest/test-sequencer/node_modules/pretty-format 695 silly inflate node_modules/@jest/test-sequencer/node_modules/react-is 696 silly inflate node_modules/@jest/test-sequencer/node_modules/slash 697 silly inflate node_modules/@jest/test-sequencer/node_modules/stack-utils 698 silly inflate node_modules/@jest/test-sequencer/node_modules/supports-color 699 silly inflate node_modules/@jest/test-sequencer/node_modules/to-regex-range 700 silly inflate node_modules/@jest/transform 701 http fetch GET 200 https://registry.npmjs.org/jest-mock 97ms (cache revalidated) 702 silly inflate node_modules/@jest/transform/node_modules/@jest/types 703 silly inflate node_modules/@jest/transform/node_modules/@types/istanbul-reports 704 silly inflate node_modules/@jest/transform/node_modules/anymatch 705 silly inflate node_modules/@jest/transform/node_modules/braces 706 silly inflate node_modules/@jest/transform/node_modules/fill-range 707 silly inflate node_modules/@jest/transform/node_modules/fsevents 708 silly inflate node_modules/@jest/transform/node_modules/graceful-fs 709 silly inflate node_modules/@jest/transform/node_modules/has-flag 710 silly inflate node_modules/@jest/transform/node_modules/is-number 711 silly inflate node_modules/@jest/transform/node_modules/jest-haste-map 712 silly inflate node_modules/@jest/transform/node_modules/jest-serializer 713 silly inflate node_modules/@jest/transform/node_modules/jest-util 714 silly inflate node_modules/@jest/transform/node_modules/jest-worker 715 silly inflate node_modules/@jest/transform/node_modules/merge-stream 716 silly inflate node_modules/@jest/transform/node_modules/micromatch 717 silly inflate node_modules/@jest/transform/node_modules/normalize-path 718 silly inflate node_modules/@jest/transform/node_modules/slash 719 silly inflate node_modules/@jest/transform/node_modules/source-map 720 http fetch GET 200 https://registry.npmjs.org/@jest%2fenvironment 158ms (cache revalidated) 721 silly inflate node_modules/@jest/transform/node_modules/supports-color 722 silly inflate node_modules/@jest/transform/node_modules/to-regex-range 723 silly inflate node_modules/@jest/transform/node_modules/write-file-atomic 724 http fetch GET 200 https://registry.npmjs.org/is-wsl 74ms (cache revalidated) 725 silly inflate node_modules/@jest/types 726 silly inflate node_modules/@jest/types/node_modules/@types/yargs 727 http fetch GET 200 https://registry.npmjs.org/istanbul-lib-instrument 76ms (cache revalidated) 728 silly inflate node_modules/@kwsites/file-exists 729 http fetch GET 200 https://registry.npmjs.org/@jest%2ffake-timers 181ms (cache revalidated) 730 silly inflate node_modules/@kwsites/file-exists/node_modules/debug 731 silly inflate node_modules/@kwsites/file-exists/node_modules/ms 732 silly inflate node_modules/@kwsites/promise-deferred 733 http fetch GET 200 https://registry.npmjs.org/node-notifier 88ms (cache revalidated) 734 silly inflate node_modules/@lerna/add 735 http fetch GET 200 https://registry.npmjs.org/source-map 92ms (cache revalidated) 736 silly inflate node_modules/@lerna/add/node_modules/npm-package-arg 737 silly inflate node_modules/@lerna/add/node_modules/npm-package-arg/node_modules/semver 738 silly inflate node_modules/@lerna/add/node_modules/p-map 739 silly inflate node_modules/@lerna/add/node_modules/semver 740 silly inflate node_modules/@lerna/bootstrap 741 http fetch GET 200 https://registry.npmjs.org/write-file-atomic 80ms (cache revalidated) 742 silly inflate node_modules/@lerna/bootstrap/node_modules/npm-package-arg 743 silly inflate node_modules/@lerna/bootstrap/node_modules/npm-package-arg/node_modules/semver 744 silly inflate node_modules/@lerna/bootstrap/node_modules/p-map 745 http fetch GET 200 https://registry.npmjs.org/which 121ms (cache revalidated) 746 silly inflate node_modules/@lerna/bootstrap/node_modules/semver 747 silly inflate node_modules/@lerna/changed 748 http fetch GET 200 https://registry.npmjs.org/@jest%2freporters 183ms (cache revalidated) 749 silly inflate node_modules/@lerna/check-working-tree 750 http fetch GET 200 https://registry.npmjs.org/@types%2fyargs 106ms (cache revalidated) 751 silly inflate node_modules/@lerna/child-process 752 http fetch GET 200 https://registry.npmjs.org/@jest%2ftransform 143ms (cache revalidated) 753 silly inflate node_modules/@lerna/child-process/node_modules/chalk 754 silly inflate node_modules/@lerna/child-process/node_modules/cross-spawn 755 http fetch GET 200 https://registry.npmjs.org/@jest%2fglobals 222ms (cache revalidated) 756 silly inflate node_modules/@lerna/child-process/node_modules/execa 757 http fetch GET 200 https://registry.npmjs.org/@jest%2ftest-sequencer 163ms (cache revalidated) 758 silly inflate node_modules/@lerna/child-process/node_modules/get-stream 759 silly inflate node_modules/@lerna/child-process/node_modules/pump 760 silly inflate node_modules/@lerna/child-process/node_modules/semver 761 silly inflate node_modules/@lerna/clean 762 http fetch GET 200 https://registry.npmjs.org/p-map 108ms (cache revalidated) 763 silly inflate node_modules/@lerna/clean/node_modules/p-map 764 silly inflate node_modules/@lerna/cli 765 silly inflate node_modules/@lerna/cli/node_modules/ansi-regex 766 silly inflate node_modules/@lerna/cli/node_modules/camelcase 767 silly inflate node_modules/@lerna/cli/node_modules/cliui 768 http fetch GET 200 https://registry.npmjs.org/@lerna%2fadd 152ms (cache revalidated) 769 silly inflate node_modules/@lerna/cli/node_modules/find-up 770 silly inflate node_modules/@lerna/cli/node_modules/get-caller-file 771 http fetch GET 200 https://registry.npmjs.org/cacache 837ms (cache revalidated) 772 silly inflate node_modules/@lerna/cli/node_modules/locate-path 773 silly inflate node_modules/@lerna/cli/node_modules/p-limit 774 silly inflate node_modules/@lerna/cli/node_modules/p-locate 775 silly inflate node_modules/@lerna/cli/node_modules/p-try 776 silly inflate node_modules/@lerna/cli/node_modules/require-main-filename 777 http fetch GET 200 https://registry.npmjs.org/@lerna%2fcheck-working-tree 140ms (cache revalidated) 778 silly inflate node_modules/@lerna/cli/node_modules/string-width 779 http fetch GET 200 https://registry.npmjs.org/@lerna%2fchanged 147ms (cache revalidated) 780 silly inflate node_modules/@lerna/cli/node_modules/strip-ansi 781 silly inflate node_modules/@lerna/cli/node_modules/wrap-ansi 782 http fetch GET 200 https://registry.npmjs.org/@lerna%2fchild-process 130ms (cache revalidated) 783 silly inflate node_modules/@lerna/cli/node_modules/y18n 784 silly inflate node_modules/@lerna/cli/node_modules/yargs 785 http fetch GET 200 https://registry.npmjs.org/execa 124ms (cache revalidated) 786 silly inflate node_modules/@lerna/cli/node_modules/yargs-parser 787 http fetch GET 200 https://registry.npmjs.org/cross-spawn 144ms (cache revalidated) 788 silly inflate node_modules/@lerna/collect-uncommitted 789 http fetch GET 200 https://registry.npmjs.org/cliui 127ms (cache revalidated) 790 silly inflate node_modules/@lerna/collect-uncommitted/node_modules/chalk 791 silly inflate node_modules/@lerna/collect-updates 792 http fetch GET 200 https://registry.npmjs.org/@lerna%2fbootstrap 241ms (cache revalidated) 793 silly inflate node_modules/@lerna/collect-updates/node_modules/slash 794 silly inflate node_modules/@lerna/command 795 http fetch GET 200 https://registry.npmjs.org/require-main-filename 121ms (cache revalidated) 796 silly inflate node_modules/@lerna/command/node_modules/cross-spawn 797 silly inflate node_modules/@lerna/command/node_modules/execa 798 silly inflate node_modules/@lerna/command/node_modules/get-stream 799 silly inflate node_modules/@lerna/command/node_modules/pump 800 silly inflate node_modules/@lerna/command/node_modules/semver 801 silly inflate node_modules/@lerna/conventional-commits 802 http fetch GET 200 https://registry.npmjs.org/get-caller-file 150ms (cache revalidated) 803 silly inflate node_modules/@lerna/conventional-commits/node_modules/get-stream 804 silly inflate node_modules/@lerna/conventional-commits/node_modules/npm-package-arg 805 silly inflate node_modules/@lerna/conventional-commits/node_modules/npm-package-arg/node_modules/semver 806 silly inflate node_modules/@lerna/conventional-commits/node_modules/pify 807 silly inflate node_modules/@lerna/conventional-commits/node_modules/pump 808 silly inflate node_modules/@lerna/conventional-commits/node_modules/semver 809 silly inflate node_modules/@lerna/create 810 http fetch GET 200 https://registry.npmjs.org/string-width 110ms (cache revalidated) 811 silly inflate node_modules/@lerna/create/node_modules/camelcase 812 silly inflate node_modules/@lerna/create/node_modules/npm-package-arg 813 silly inflate node_modules/@lerna/create/node_modules/npm-package-arg/node_modules/semver 814 silly inflate node_modules/@lerna/create/node_modules/pify 815 silly inflate node_modules/@lerna/create/node_modules/semver 816 silly inflate node_modules/@lerna/create/node_modules/slash 817 silly inflate node_modules/@lerna/create-symlink 818 http fetch GET 200 https://registry.npmjs.org/@lerna%2fclean 218ms (cache revalidated) 819 silly inflate node_modules/@lerna/describe-ref 820 http fetch GET 200 https://registry.npmjs.org/@lerna%2fcli 203ms (cache revalidated) 821 silly inflate node_modules/@lerna/diff 822 http fetch GET 200 https://registry.npmjs.org/yargs 172ms (cache revalidated) 823 silly inflate node_modules/@lerna/exec 824 http fetch GET 200 https://registry.npmjs.org/yargs-parser 176ms (cache revalidated) 825 silly inflate node_modules/@lerna/exec/node_modules/p-map 826 silly inflate node_modules/@lerna/filter-options 827 http fetch GET 200 https://registry.npmjs.org/@lerna%2fcollect-uncommitted 193ms (cache revalidated) 828 silly inflate node_modules/@lerna/filter-packages 829 http fetch GET 200 https://registry.npmjs.org/@lerna%2fcollect-updates 193ms (cache revalidated) 830 silly inflate node_modules/@lerna/get-npm-exec-opts 831 http fetch GET 200 https://registry.npmjs.org/@lerna%2fconventional-commits 193ms (cache revalidated) 832 silly inflate node_modules/@lerna/get-packed 833 http fetch GET 200 https://registry.npmjs.org/@lerna%2fcreate 190ms (cache revalidated) 834 silly inflate node_modules/@lerna/get-packed/node_modules/ssri 835 silly inflate node_modules/@lerna/github-client 836 http fetch GET 200 https://registry.npmjs.org/@lerna%2fcreate-symlink 210ms (cache revalidated) 837 silly inflate node_modules/@lerna/github-client/node_modules/@octokit/endpoint 838 http fetch GET 200 https://registry.npmjs.org/jest-message-util 868ms (cache revalidated) 839 silly inflate node_modules/@lerna/github-client/node_modules/@octokit/endpoint/node_modules/universal-user-agent 840 silly inflate node_modules/@lerna/github-client/node_modules/@octokit/request 841 silly inflate node_modules/@lerna/github-client/node_modules/@octokit/request/node_modules/@octokit/request-error 842 silly inflate node_modules/@lerna/github-client/node_modules/@octokit/request/node_modules/universal-user-agent 843 http fetch GET 200 https://registry.npmjs.org/@lerna%2fdescribe-ref 241ms (cache revalidated) 844 silly inflate node_modules/@lerna/github-client/node_modules/@octokit/rest 845 http fetch GET 200 https://registry.npmjs.org/@lerna%2fcommand 340ms (cache revalidated) 846 silly inflate node_modules/@lerna/github-client/node_modules/before-after-hook 847 http fetch GET 200 https://registry.npmjs.org/@lerna%2fexec 212ms (cache revalidated) 848 silly inflate node_modules/@lerna/github-client/node_modules/is-plain-object 849 http fetch GET 200 https://registry.npmjs.org/@lerna%2ffilter-options 241ms (cache revalidated) 850 silly inflate node_modules/@lerna/github-client/node_modules/universal-user-agent 851 http fetch GET 200 https://registry.npmjs.org/@lerna%2ffilter-packages 225ms (cache revalidated) 852 silly inflate node_modules/@lerna/gitlab-client 853 http fetch GET 200 https://registry.npmjs.org/@lerna%2fget-packed 180ms (cache revalidated) 854 silly inflate node_modules/@lerna/global-options 855 http fetch GET 200 https://registry.npmjs.org/@lerna%2fdiff 400ms (cache revalidated) 856 silly inflate node_modules/@lerna/has-npm-version 857 http fetch GET 200 https://registry.npmjs.org/@lerna%2fgithub-client 257ms (cache revalidated) 858 silly inflate node_modules/@lerna/has-npm-version/node_modules/semver 859 silly inflate node_modules/@lerna/import 860 http fetch GET 200 https://registry.npmjs.org/@lerna%2fget-npm-exec-opts 316ms (cache revalidated) 861 silly inflate node_modules/@lerna/info 862 http fetch GET 200 https://registry.npmjs.org/@emotion%2fprimitives-core 1714ms (cache revalidated) 863 silly inflate node_modules/@lerna/init 864 http fetch GET 200 https://registry.npmjs.org/@emotion%2fcss-prettifier 1762ms (cache revalidated) 865 silly inflate node_modules/@lerna/init/node_modules/p-map 866 silly inflate node_modules/@lerna/link 867 http fetch GET 200 https://registry.npmjs.org/@es-joy%2fjsdoccomment 1670ms (cache revalidated) 868 silly inflate node_modules/@lerna/link/node_modules/p-map 869 silly inflate node_modules/@lerna/link/node_modules/slash 870 silly inflate node_modules/@lerna/list 871 http fetch GET 200 https://registry.npmjs.org/universal-user-agent 260ms (cache revalidated) 872 silly inflate node_modules/@lerna/listable 873 silly inflate node_modules/@lerna/listable/node_modules/chalk 874 silly inflate node_modules/@lerna/log-packed 875 silly inflate node_modules/@lerna/npm-conf 876 http fetch GET 200 https://registry.npmjs.org/@emotion%2fjest 1786ms (cache revalidated) 877 silly inflate node_modules/@lerna/npm-conf/node_modules/pify 878 silly inflate node_modules/@lerna/npm-dist-tag 879 http fetch GET 200 https://registry.npmjs.org/before-after-hook 224ms (cache revalidated) 880 silly inflate node_modules/@lerna/npm-dist-tag/node_modules/npm-package-arg 881 silly inflate node_modules/@lerna/npm-dist-tag/node_modules/semver 882 silly inflate node_modules/@lerna/npm-install 883 http fetch GET 200 https://registry.npmjs.org/is-plain-object 235ms (cache revalidated) 884 silly inflate node_modules/@lerna/npm-install/node_modules/make-dir 885 silly inflate node_modules/@lerna/npm-install/node_modules/npm-package-arg 886 silly inflate node_modules/@lerna/npm-install/node_modules/pify 887 silly inflate node_modules/@lerna/npm-install/node_modules/semver 888 silly inflate node_modules/@lerna/npm-install/node_modules/write-json-file 889 http fetch GET 200 https://registry.npmjs.org/@octokit%2frequest-error 338ms (cache revalidated) 890 silly inflate node_modules/@lerna/npm-install/node_modules/write-pkg 891 http fetch GET 200 https://registry.npmjs.org/@lerna%2fglobal-options 210ms (cache revalidated) 892 silly inflate node_modules/@lerna/npm-publish 893 http fetch GET 200 https://registry.npmjs.org/@lerna%2fimport 132ms (cache revalidated) 894 silly inflate node_modules/@lerna/npm-publish/node_modules/npm-package-arg 895 silly inflate node_modules/@lerna/npm-publish/node_modules/pify 896 silly inflate node_modules/@lerna/npm-publish/node_modules/semver 897 silly inflate node_modules/@lerna/npm-run-script 898 http fetch GET 200 https://registry.npmjs.org/@evocateur%2fnpm-registry-fetch 1605ms (cache revalidated) 899 silly inflate node_modules/@lerna/otplease 900 http fetch GET 200 https://registry.npmjs.org/@evocateur%2flibnpmpublish 1648ms (cache revalidated) 901 silly inflate node_modules/@lerna/output 902 http fetch GET 200 https://registry.npmjs.org/@lerna%2fgitlab-client 268ms (cache revalidated) 903 silly inflate node_modules/@lerna/pack-directory 904 http fetch GET 200 https://registry.npmjs.org/@octokit%2frest 373ms (cache revalidated) 905 silly inflate node_modules/@lerna/package 906 http fetch GET 200 https://registry.npmjs.org/@lerna%2flist 159ms (cache revalidated) 907 silly inflate node_modules/@lerna/package/node_modules/graceful-fs 908 silly inflate node_modules/@lerna/package/node_modules/load-json-file 909 http fetch GET 200 https://registry.npmjs.org/@lerna%2flink 191ms (cache revalidated) 910 silly inflate node_modules/@lerna/package/node_modules/make-dir 911 silly inflate node_modules/@lerna/package/node_modules/make-dir/node_modules/pify 912 silly inflate node_modules/@lerna/package/node_modules/npm-package-arg 913 silly inflate node_modules/@lerna/package/node_modules/parse-json 914 http fetch GET 200 https://registry.npmjs.org/@lerna%2fnpm-conf 188ms (cache revalidated) 915 silly inflate node_modules/@lerna/package/node_modules/pify 916 silly inflate node_modules/@lerna/package/node_modules/semver 917 silly inflate node_modules/@lerna/package/node_modules/strip-bom 918 http fetch GET 200 https://registry.npmjs.org/@octokit%2frequest 452ms (cache revalidated) 919 silly inflate node_modules/@lerna/package/node_modules/write-json-file 920 http fetch GET 200 https://registry.npmjs.org/@lerna%2finfo 239ms (cache revalidated) 921 silly inflate node_modules/@lerna/package/node_modules/write-json-file/node_modules/pify 922 silly inflate node_modules/@lerna/package/node_modules/write-pkg 923 http fetch GET 200 https://registry.npmjs.org/@lerna%2finit 223ms (cache revalidated) 924 silly inflate node_modules/@lerna/package-graph 925 http fetch GET 200 https://registry.npmjs.org/@lerna%2fhas-npm-version 279ms (cache revalidated) 926 silly inflate node_modules/@lerna/package-graph/node_modules/npm-package-arg 927 silly inflate node_modules/@lerna/package-graph/node_modules/npm-package-arg/node_modules/semver 928 silly inflate node_modules/@lerna/package-graph/node_modules/semver 929 silly inflate node_modules/@lerna/prerelease-id-from-version 930 http fetch GET 200 https://registry.npmjs.org/write-json-file 175ms (cache revalidated) 931 silly inflate node_modules/@lerna/prerelease-id-from-version/node_modules/semver 932 silly inflate node_modules/@lerna/profiler 933 silly inflate node_modules/@lerna/project 934 http fetch GET 200 https://registry.npmjs.org/@lerna%2flistable 219ms (cache revalidated) 935 silly inflate node_modules/@lerna/project/node_modules/cosmiconfig 936 http fetch GET 200 https://registry.npmjs.org/@lerna%2flog-packed 221ms (cache revalidated) 937 silly inflate node_modules/@lerna/project/node_modules/glob-parent 938 http fetch GET 200 https://registry.npmjs.org/write-pkg 143ms (cache revalidated) 939 silly inflate node_modules/@lerna/project/node_modules/graceful-fs 940 silly inflate node_modules/@lerna/project/node_modules/import-fresh 941 silly inflate node_modules/@lerna/project/node_modules/import-fresh/node_modules/resolve-from 942 silly inflate node_modules/@lerna/project/node_modules/is-glob 943 silly inflate node_modules/@lerna/project/node_modules/load-json-file 944 http fetch GET 200 https://registry.npmjs.org/@lerna%2fnpm-install 220ms (cache revalidated) 945 silly inflate node_modules/@lerna/project/node_modules/p-map 946 silly inflate node_modules/@lerna/project/node_modules/parse-json 947 http fetch GET 200 https://registry.npmjs.org/@lerna%2fnpm-dist-tag 227ms (cache revalidated) 948 silly inflate node_modules/@lerna/project/node_modules/pify 949 silly inflate node_modules/@lerna/project/node_modules/resolve-from 950 silly inflate node_modules/@lerna/project/node_modules/strip-bom 951 http fetch GET 200 https://registry.npmjs.org/load-json-file 94ms (cache revalidated) 952 silly inflate node_modules/@lerna/prompt 953 silly inflate node_modules/@lerna/prompt/node_modules/ansi-escapes 954 silly inflate node_modules/@lerna/prompt/node_modules/ansi-regex 955 silly inflate node_modules/@lerna/prompt/node_modules/chalk 956 silly inflate node_modules/@lerna/prompt/node_modules/inquirer 957 http fetch GET 200 https://registry.npmjs.org/@lerna%2fnpm-run-script 176ms (cache revalidated) 958 silly inflate node_modules/@lerna/prompt/node_modules/strip-ansi 959 silly inflate node_modules/@lerna/publish 960 http fetch GET 200 https://registry.npmjs.org/parse-json 100ms (cache revalidated) 961 silly inflate node_modules/@lerna/publish/node_modules/npm-package-arg 962 silly inflate node_modules/@lerna/publish/node_modules/npm-package-arg/node_modules/semver 963 silly inflate node_modules/@lerna/publish/node_modules/p-map 964 silly inflate node_modules/@lerna/publish/node_modules/semver 965 silly inflate node_modules/@lerna/pulse-till-done 966 silly inflate node_modules/@lerna/query-graph 967 http fetch GET 200 https://registry.npmjs.org/@kwsites%2fpromise-deferred 1090ms (cache revalidated) 968 silly inflate node_modules/@lerna/resolve-symlink 969 http fetch GET 200 https://registry.npmjs.org/strip-bom 90ms (cache revalidated) 970 silly inflate node_modules/@lerna/rimraf-dir 971 silly inflate node_modules/@lerna/rimraf-dir/node_modules/glob 972 silly inflate node_modules/@lerna/rimraf-dir/node_modules/rimraf 973 silly inflate node_modules/@lerna/run 974 http fetch GET 200 https://registry.npmjs.org/@kwsites%2ffile-exists 1116ms (cache revalidated) 975 silly inflate node_modules/@lerna/run/node_modules/p-map 976 silly inflate node_modules/@lerna/run-lifecycle 977 http fetch GET 200 https://registry.npmjs.org/@lerna%2fnpm-publish 211ms (cache revalidated) 978 silly inflate node_modules/@lerna/run-topologically 979 http fetch GET 200 https://registry.npmjs.org/@lerna%2fpackage 166ms (cache revalidated) 980 silly inflate node_modules/@lerna/symlink-binary 981 http fetch GET 200 https://registry.npmjs.org/@lerna%2fpack-directory 178ms (cache revalidated) 982 silly inflate node_modules/@lerna/symlink-binary/node_modules/p-map 983 silly inflate node_modules/@lerna/symlink-dependencies 984 http fetch GET 200 https://registry.npmjs.org/@lerna%2fotplease 182ms (cache revalidated) 985 silly inflate node_modules/@lerna/symlink-dependencies/node_modules/p-map 986 silly inflate node_modules/@lerna/timer 987 http fetch GET 200 https://registry.npmjs.org/@evocateur%2flibnpmaccess 1873ms (cache revalidated) 988 silly inflate node_modules/@lerna/validation-error 989 http fetch GET 200 https://registry.npmjs.org/glob-parent 87ms (cache revalidated) 990 silly inflate node_modules/@lerna/version 991 http fetch GET 200 https://registry.npmjs.org/is-glob 94ms (cache revalidated) 992 silly inflate node_modules/@lerna/version/node_modules/chalk 993 silly inflate node_modules/@lerna/version/node_modules/graceful-fs 994 silly inflate node_modules/@lerna/version/node_modules/load-json-file 995 silly inflate node_modules/@lerna/version/node_modules/p-map 996 silly inflate node_modules/@lerna/version/node_modules/parse-json 997 silly inflate node_modules/@lerna/version/node_modules/pify 998 silly inflate node_modules/@lerna/version/node_modules/semver 999 silly inflate node_modules/@lerna/version/node_modules/slash 1000 silly inflate node_modules/@lerna/version/node_modules/strip-bom 1001 silly inflate node_modules/@lerna/write-log-file 1002 http fetch GET 200 https://registry.npmjs.org/@lerna%2fpackage-graph 126ms (cache revalidated) 1003 silly inflate node_modules/@mdx-js/loader 1004 http fetch GET 200 https://registry.npmjs.org/@lerna%2fprerelease-id-from-version 122ms (cache revalidated) 1005 silly inflate node_modules/@mdx-js/loader/node_modules/big.js 1006 http fetch GET 200 https://registry.npmjs.org/inquirer 75ms (cache revalidated) 1007 silly inflate node_modules/@mdx-js/loader/node_modules/emojis-list 1008 http fetch GET 200 https://registry.npmjs.org/cosmiconfig 111ms (cache revalidated) 1009 silly inflate node_modules/@mdx-js/loader/node_modules/json5 1010 http fetch GET 200 https://registry.npmjs.org/@lerna%2fproject 129ms (cache revalidated) 1011 silly inflate node_modules/@mdx-js/loader/node_modules/loader-utils 1012 http fetch GET 200 https://registry.npmjs.org/@lerna%2fprofiler 145ms (cache revalidated) 1013 silly inflate node_modules/@mdx-js/mdx 1014 http fetch GET 200 https://registry.npmjs.org/@lerna%2fpublish 104ms (cache revalidated) 1015 silly inflate node_modules/@mdx-js/mdx/node_modules/@babel/core 1016 silly inflate node_modules/@mdx-js/mdx/node_modules/@babel/plugin-syntax-jsx 1017 silly inflate node_modules/@mdx-js/mdx/node_modules/convert-source-map 1018 silly inflate node_modules/@mdx-js/mdx/node_modules/debug 1019 silly inflate node_modules/@mdx-js/mdx/node_modules/is-buffer 1020 http fetch GET 200 https://registry.npmjs.org/@lerna%2fprompt 131ms (cache revalidated) 1021 silly inflate node_modules/@mdx-js/mdx/node_modules/is-plain-obj 1022 http fetch GET 200 https://registry.npmjs.org/@lerna%2fresolve-symlink 101ms (cache revalidated) 1023 silly inflate node_modules/@mdx-js/mdx/node_modules/json5 1024 http fetch GET 200 https://registry.npmjs.org/@lerna%2frun-topologically 87ms (cache revalidated) 1025 silly inflate node_modules/@mdx-js/mdx/node_modules/ms 1026 silly inflate node_modules/@mdx-js/mdx/node_modules/parse-entities 1027 http fetch GET 200 https://registry.npmjs.org/wrap-ansi 992ms (cache revalidated) 1028 silly inflate node_modules/@mdx-js/mdx/node_modules/remark-parse 1029 http fetch GET 200 https://registry.npmjs.org/@lerna%2fquery-graph 113ms (cache revalidated) 1030 silly inflate node_modules/@mdx-js/mdx/node_modules/semver 1031 silly inflate node_modules/@mdx-js/mdx/node_modules/unified 1032 http fetch GET 200 https://registry.npmjs.org/@lerna%2foutput 272ms (cache revalidated) 1033 silly inflate node_modules/@mdx-js/mdx/node_modules/unist-util-is 1034 http fetch GET 200 https://registry.npmjs.org/@lerna%2frun 108ms (cache revalidated) 1035 silly inflate node_modules/@mdx-js/mdx/node_modules/unist-util-remove-position 1036 http fetch GET 200 https://registry.npmjs.org/@lerna%2fsymlink-dependencies 101ms (cache revalidated) 1037 silly inflate node_modules/@mdx-js/mdx/node_modules/unist-util-stringify-position 1038 http fetch GET 200 https://registry.npmjs.org/@lerna%2frun-lifecycle 125ms (cache revalidated) 1039 silly inflate node_modules/@mdx-js/mdx/node_modules/unist-util-visit 1040 http fetch GET 200 https://registry.npmjs.org/@lerna%2fpulse-till-done 138ms (cache revalidated) 1041 silly inflate node_modules/@mdx-js/mdx/node_modules/unist-util-visit-parents 1042 http fetch GET 200 https://registry.npmjs.org/emojis-list 89ms (cache revalidated) 1043 silly inflate node_modules/@mdx-js/mdx/node_modules/vfile 1044 http fetch GET 200 https://registry.npmjs.org/big.js 96ms (cache revalidated) 1045 silly inflate node_modules/@mdx-js/mdx/node_modules/vfile-location 1046 http fetch GET 200 https://registry.npmjs.org/@lerna%2fversion 129ms (cache revalidated) 1047 silly inflate node_modules/@mdx-js/mdx/node_modules/vfile-message 1048 http fetch GET 200 https://registry.npmjs.org/@lerna%2fvalidation-error 132ms (cache revalidated) 1049 silly inflate node_modules/@mdx-js/react 1050 http fetch GET 200 https://registry.npmjs.org/@lerna%2fwrite-log-file 121ms (cache revalidated) 1051 silly inflate node_modules/@mdx-js/util 1052 http fetch GET 200 https://registry.npmjs.org/@mdx-js%2floader 121ms (cache revalidated) 1053 silly inflate node_modules/@mrmlnc/readdir-enhanced 1054 http fetch GET 200 https://registry.npmjs.org/loader-utils 104ms (cache revalidated) 1055 silly inflate node_modules/@nodelib/fs.scandir 1056 http fetch GET 200 https://registry.npmjs.org/@lerna%2fsymlink-binary 154ms (cache revalidated) 1057 silly inflate node_modules/@nodelib/fs.scandir/node_modules/@nodelib/fs.stat 1058 http fetch GET 200 https://registry.npmjs.org/is-buffer 81ms (cache revalidated) 1059 silly inflate node_modules/@nodelib/fs.stat 1060 http fetch GET 200 https://registry.npmjs.org/is-plain-obj 77ms (cache revalidated) 1061 silly inflate node_modules/@nodelib/fs.walk 1062 http fetch GET 200 https://registry.npmjs.org/remark-parse 72ms (cache revalidated) 1063 silly inflate node_modules/@npmcli/move-file 1064 http fetch GET 200 https://registry.npmjs.org/@lerna%2ftimer 164ms (cache revalidated) 1065 silly inflate node_modules/@npmcli/move-file/node_modules/mkdirp 1066 http fetch GET 200 https://registry.npmjs.org/parse-entities 80ms (cache revalidated) 1067 silly inflate node_modules/@octokit/auth-token 1068 http fetch GET 200 https://registry.npmjs.org/unified 78ms (cache revalidated) 1069 silly inflate node_modules/@octokit/core 1070 http fetch GET 200 https://registry.npmjs.org/unist-util-is 83ms (cache revalidated) 1071 silly inflate node_modules/@octokit/core/node_modules/@octokit/endpoint 1072 http fetch GET 200 https://registry.npmjs.org/@mdx-js%2fmdx 118ms (cache revalidated) 1073 silly inflate node_modules/@octokit/core/node_modules/@octokit/openapi-types 1074 silly inflate node_modules/@octokit/core/node_modules/@octokit/request 1075 silly inflate node_modules/@octokit/core/node_modules/@octokit/request/node_modules/@octokit/types 1076 silly inflate node_modules/@octokit/core/node_modules/@octokit/request-error 1077 silly inflate node_modules/@octokit/core/node_modules/before-after-hook 1078 silly inflate node_modules/@octokit/core/node_modules/is-plain-object 1079 silly inflate node_modules/@octokit/core/node_modules/universal-user-agent 1080 silly inflate node_modules/@octokit/endpoint 1081 http fetch GET 200 https://registry.npmjs.org/unist-util-remove-position 88ms (cache revalidated) 1082 silly inflate node_modules/@octokit/endpoint/node_modules/deepmerge 1083 http fetch GET 200 https://registry.npmjs.org/vfile-location 70ms (cache revalidated) 1084 silly inflate node_modules/@octokit/endpoint/node_modules/is-plain-object 1085 silly inflate node_modules/@octokit/endpoint/node_modules/isobject 1086 http fetch GET 200 https://registry.npmjs.org/vfile 85ms (cache revalidated) 1087 silly inflate node_modules/@octokit/graphql 1088 http fetch GET 200 https://registry.npmjs.org/mkdirp 82ms (cache revalidated) 1089 silly inflate node_modules/@octokit/graphql/node_modules/@octokit/endpoint 1090 http fetch GET 200 https://registry.npmjs.org/@nodelib%2ffs.stat 97ms (cache revalidated) 1091 silly inflate node_modules/@octokit/graphql/node_modules/@octokit/openapi-types 1092 silly inflate node_modules/@octokit/graphql/node_modules/@octokit/request 1093 silly inflate node_modules/@octokit/graphql/node_modules/@octokit/request/node_modules/@octokit/types 1094 silly inflate node_modules/@octokit/graphql/node_modules/@octokit/request-error 1095 silly inflate node_modules/@octokit/graphql/node_modules/is-plain-object 1096 silly inflate node_modules/@octokit/graphql/node_modules/universal-user-agent 1097 silly inflate node_modules/@octokit/openapi-types 1098 silly inflate node_modules/@octokit/plugin-enterprise-rest 1099 silly inflate node_modules/@octokit/plugin-paginate-rest 1100 silly inflate node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types 1101 silly inflate node_modules/@octokit/plugin-request-log 1102 http fetch GET 200 https://registry.npmjs.org/vfile-message 118ms (cache revalidated) 1103 silly inflate node_modules/@octokit/plugin-rest-endpoint-methods 1104 silly inflate node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types 1105 silly inflate node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/deprecation 1106 silly inflate node_modules/@octokit/request 1107 silly inflate node_modules/@octokit/request/node_modules/is-plain-object 1108 silly inflate node_modules/@octokit/request/node_modules/isobject 1109 http fetch GET 200 https://registry.npmjs.org/@npmcli%2fmove-file 100ms (cache revalidated) 1110 silly inflate node_modules/@octokit/request/node_modules/node-fetch 1111 http fetch GET 200 https://registry.npmjs.org/@mrmlnc%2freaddir-enhanced 118ms (cache revalidated) 1112 silly inflate node_modules/@octokit/request-error 1113 silly inflate node_modules/@octokit/rest 1114 silly inflate node_modules/@octokit/types 1115 silly inflate node_modules/@octokit/webhooks 1116 http fetch GET 200 https://registry.npmjs.org/@lerna%2frimraf-dir 293ms (cache revalidated) 1117 silly inflate node_modules/@octokit/webhooks/node_modules/debug 1118 silly inflate node_modules/@octokit/webhooks/node_modules/ms 1119 silly inflate node_modules/@pmmmwh/react-refresh-webpack-plugin 1120 http fetch GET 200 https://registry.npmjs.org/@nodelib%2ffs.scandir 134ms (cache revalidated) 1121 silly inflate node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/@types/json-schema 1122 http fetch GET 200 https://registry.npmjs.org/deepmerge 102ms (cache revalidated) 1123 silly inflate node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/ajv 1124 silly inflate node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/ajv-keywords 1125 http fetch GET 200 https://registry.npmjs.org/@nodelib%2ffs.walk 134ms (cache revalidated) 1126 silly inflate node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/fast-deep-equal 1127 silly inflate node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/schema-utils 1128 http fetch GET 200 https://registry.npmjs.org/isobject 99ms (cache revalidated) 1129 silly inflate node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/source-map 1130 silly inflate node_modules/@polka/url 1131 silly inflate node_modules/@popperjs/core 1132 http fetch GET 200 https://registry.npmjs.org/node-fetch 54ms (cache revalidated) 1133 silly inflate node_modules/@reach/router 1134 http fetch GET 200 https://registry.npmjs.org/@octokit%2fauth-token 191ms (cache revalidated) 1135 silly inflate node_modules/@react-native-community/blur 1136 http fetch GET 200 https://registry.npmjs.org/@pmmmwh%2freact-refresh-webpack-plugin 100ms (cache revalidated) 1137 silly inflate node_modules/@react-native-community/cli-debugger-ui 1138 http fetch GET 200 https://registry.npmjs.org/@types%2fjson-schema 101ms (cache revalidated) 1139 silly inflate node_modules/@react-native-community/cli-hermes 1140 http fetch GET 200 https://registry.npmjs.org/ajv-keywords 100ms (cache revalidated) 1141 silly inflate node_modules/@react-native-community/cli-hermes/node_modules/ansi-styles 1142 silly inflate node_modules/@react-native-community/cli-hermes/node_modules/chalk 1143 silly inflate node_modules/@react-native-community/cli-hermes/node_modules/color-convert 1144 silly inflate node_modules/@react-native-community/cli-hermes/node_modules/color-name 1145 silly inflate node_modules/@react-native-community/cli-hermes/node_modules/has-flag 1146 silly inflate node_modules/@react-native-community/cli-hermes/node_modules/supports-color 1147 silly inflate node_modules/@react-native-community/cli-platform-android 1148 http fetch GET 200 https://registry.npmjs.org/@octokit%2fplugin-request-log 157ms (cache revalidated) 1149 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/ansi-styles 1150 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/chalk 1151 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/color-convert 1152 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/color-name 1153 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/cross-spawn 1154 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/execa 1155 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/get-stream 1156 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/glob 1157 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/has-flag 1158 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/pump 1159 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/semver 1160 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/slash 1161 silly inflate node_modules/@react-native-community/cli-platform-android/node_modules/supports-color 1162 silly inflate node_modules/@react-native-community/cli-platform-ios 1163 http fetch GET 200 https://registry.npmjs.org/schema-utils 152ms (cache revalidated) 1164 silly inflate node_modules/@react-native-community/cli-platform-ios/node_modules/ansi-styles 1165 silly inflate node_modules/@react-native-community/cli-platform-ios/node_modules/chalk 1166 silly inflate node_modules/@react-native-community/cli-platform-ios/node_modules/color-convert 1167 silly inflate node_modules/@react-native-community/cli-platform-ios/node_modules/color-name 1168 silly inflate node_modules/@react-native-community/cli-platform-ios/node_modules/glob 1169 silly inflate node_modules/@react-native-community/cli-platform-ios/node_modules/has-flag 1170 silly inflate node_modules/@react-native-community/cli-platform-ios/node_modules/supports-color 1171 silly inflate node_modules/@react-native-community/cli-server-api 1172 http fetch GET 200 https://registry.npmjs.org/@reach%2frouter 146ms (cache revalidated) 1173 silly inflate node_modules/@react-native-community/cli-server-api/node_modules/ws 1174 http fetch GET 200 https://registry.npmjs.org/unist-util-visit 356ms (cache revalidated) 1175 silly inflate node_modules/@react-native-community/cli-tools 1176 http fetch GET 200 https://registry.npmjs.org/@polka%2furl 177ms (cache revalidated) 1177 silly inflate node_modules/@react-native-community/cli-tools/node_modules/ansi-styles 1178 silly inflate node_modules/@react-native-community/cli-tools/node_modules/chalk 1179 silly inflate node_modules/@react-native-community/cli-tools/node_modules/color-convert 1180 silly inflate node_modules/@react-native-community/cli-tools/node_modules/color-name 1181 silly inflate node_modules/@react-native-community/cli-tools/node_modules/has-flag 1182 silly inflate node_modules/@react-native-community/cli-tools/node_modules/supports-color 1183 silly inflate node_modules/@react-native-community/cli-types 1184 http fetch GET 200 https://registry.npmjs.org/@react-native-community%2fcli-hermes 141ms (cache revalidated) 1185 silly inflate node_modules/@react-native-community/cli-types/node_modules/ansi-regex 1186 silly inflate node_modules/@react-native-community/cli-types/node_modules/chalk 1187 silly inflate node_modules/@react-native-community/cli-types/node_modules/ora 1188 http fetch GET 200 https://registry.npmjs.org/@react-native-community%2fcli-platform-android 149ms (cache revalidated) 1189 silly inflate node_modules/@react-native-community/cli-types/node_modules/strip-ansi 1190 silly inflate node_modules/@react-native-community/masked-view 1191 http fetch GET 200 https://registry.npmjs.org/@octokit%2fplugin-enterprise-rest 301ms (cache revalidated) 1192 silly inflate node_modules/@react-native-community/slider 1193 silly inflate node_modules/@react-native/assets 1194 silly inflate node_modules/@react-native/normalize-color 1195 http fetch GET 200 https://registry.npmjs.org/ws 136ms (cache revalidated) 1196 silly inflate node_modules/@react-native/polyfills 1197 http fetch GET 200 https://registry.npmjs.org/@react-native-community%2fcli-platform-ios 178ms (cache revalidated) 1198 silly inflate node_modules/@react-navigation/core 1199 http fetch GET 200 https://registry.npmjs.org/@react-native-community%2fblur 252ms (cache revalidated) 1200 silly inflate node_modules/@react-navigation/core/node_modules/escape-string-regexp 1201 silly inflate node_modules/@react-navigation/core/node_modules/react-is 1202 silly inflate node_modules/@react-navigation/native 1203 http fetch GET 200 https://registry.npmjs.org/@react-native-community%2fcli-types 224ms (cache revalidated) 1204 silly inflate node_modules/@react-navigation/routers 1205 http fetch GET 200 https://registry.npmjs.org/@react-native%2fassets 238ms (cache revalidated) 1206 silly inflate node_modules/@react-navigation/stack 1207 http fetch GET 200 https://registry.npmjs.org/@react-native%2fnormalize-color 315ms (cache revalidated) 1208 silly inflate node_modules/@react-spring/animated 1209 http fetch GET 200 https://registry.npmjs.org/unist-util-visit-parents 794ms (cache revalidated) 1210 silly inflate node_modules/@react-spring/core 1211 http fetch GET 200 https://registry.npmjs.org/@react-native%2fpolyfills 350ms (cache revalidated) 1212 silly inflate node_modules/@react-spring/rafz 1213 http fetch GET 200 https://registry.npmjs.org/@react-navigation%2fcore 430ms (cache revalidated) 1214 silly inflate node_modules/@react-spring/shared 1215 http fetch GET 200 https://registry.npmjs.org/@react-navigation%2fnative 459ms (cache revalidated) 1216 silly inflate node_modules/@react-spring/types 1217 http fetch GET 200 https://registry.npmjs.org/unist-util-stringify-position 986ms (cache revalidated) 1218 silly inflate node_modules/@react-spring/web 1219 http fetch GET 200 https://registry.npmjs.org/json5 1113ms (cache revalidated) 1220 silly inflate node_modules/@samverschueren/stream-to-observable 1221 silly inflate node_modules/@sideway/address 1222 http fetch GET 200 https://registry.npmjs.org/@react-navigation%2frouters 448ms (cache revalidated) 1223 silly inflate node_modules/@sideway/address/node_modules/@hapi/hoek 1224 http fetch GET 200 https://registry.npmjs.org/@octokit%2fendpoint 1838ms (cache revalidated) 1225 silly inflate node_modules/@sideway/formula 1226 silly inflate node_modules/@sideway/pinpoint 1227 silly inflate node_modules/@sindresorhus/is 1228 silly inflate node_modules/@sinonjs/commons 1229 http fetch GET 200 https://registry.npmjs.org/ora 971ms (cache revalidated) 1230 silly inflate node_modules/@sinonjs/fake-timers 1231 http fetch GET 200 https://registry.npmjs.org/@mdx-js%2freact 1590ms (cache revalidated) 1232 silly inflate node_modules/@storybook/addon-a11y 1233 http fetch GET 200 https://registry.npmjs.org/@mdx-js%2futil 1615ms (cache revalidated) 1234 silly inflate node_modules/@storybook/addon-a11y/node_modules/axe-core 1235 silly inflate node_modules/@storybook/addon-controls 1236 http fetch GET 200 https://registry.npmjs.org/@octokit%2fcore 1708ms (cache revalidated) 1237 silly inflate node_modules/@storybook/addon-controls/node_modules/@emotion/styled 1238 silly inflate node_modules/@storybook/addon-controls/node_modules/@storybook/addons 1239 http fetch GET 200 https://registry.npmjs.org/@samverschueren%2fstream-to-observable 766ms (cache revalidated) 1240 silly inflate node_modules/@storybook/addon-controls/node_modules/@storybook/api 1241 http fetch GET 200 https://registry.npmjs.org/@popperjs%2fcore 1661ms (cache revalidated) 1242 silly inflate node_modules/@storybook/addon-controls/node_modules/@storybook/channel-postmessage 1243 http fetch GET 200 https://registry.npmjs.org/@sideway%2faddress 821ms (cache revalidated) 1244 silly inflate node_modules/@storybook/addon-controls/node_modules/@storybook/channels 1245 http fetch GET 200 https://registry.npmjs.org/@octokit%2fgraphql 1769ms (cache revalidated) 1246 silly inflate node_modules/@storybook/addon-controls/node_modules/@storybook/client-api 1247 http fetch GET 200 https://registry.npmjs.org/@react-native-community%2fcli-debugger-ui 1608ms (cache revalidated) 1248 silly inflate node_modules/@storybook/addon-controls/node_modules/@storybook/client-logger 1249 http fetch GET 200 https://registry.npmjs.org/@octokit%2fwebhooks 1732ms (cache revalidated) 1250 silly inflate node_modules/@storybook/addon-controls/node_modules/@storybook/components 1251 http fetch GET 200 https://registry.npmjs.org/@hapi%2fhoek 877ms (cache revalidated) 1252 silly inflate node_modules/@storybook/addon-controls/node_modules/@storybook/core-events 1253 http fetch GET 200 https://registry.npmjs.org/@sideway%2fformula 800ms (cache revalidated) 1254 silly inflate node_modules/@storybook/addon-controls/node_modules/@storybook/node-logger 1255 http fetch GET 200 https://registry.npmjs.org/@sideway%2fpinpoint 801ms (cache revalidated) 1256 silly inflate node_modules/@storybook/addon-controls/node_modules/@storybook/router 1257 http fetch GET 200 https://registry.npmjs.org/@sinonjs%2fcommons 804ms (cache revalidated) 1258 silly inflate node_modules/@storybook/addon-controls/node_modules/@storybook/semver 1259 http fetch GET 200 https://registry.npmjs.org/@sinonjs%2ffake-timers 598ms (cache revalidated) 1260 silly inflate node_modules/@storybook/addon-controls/node_modules/@storybook/theming 1261 http fetch GET 200 https://registry.npmjs.org/@storybook%2faddon-a11y 390ms (cache revalidated) 1262 silly inflate node_modules/@storybook/addon-controls/node_modules/color-convert 1263 silly inflate node_modules/@storybook/addon-controls/node_modules/color-name 1264 silly inflate node_modules/@storybook/addon-controls/node_modules/fast-deep-equal 1265 silly inflate node_modules/@storybook/addon-controls/node_modules/find-up 1266 silly inflate node_modules/@storybook/addon-controls/node_modules/locate-path 1267 silly inflate node_modules/@storybook/addon-controls/node_modules/p-limit 1268 silly inflate node_modules/@storybook/addon-controls/node_modules/p-locate 1269 silly inflate node_modules/@storybook/addon-controls/node_modules/p-try 1270 silly inflate node_modules/@storybook/addon-controls/node_modules/path-exists 1271 silly inflate node_modules/@storybook/addon-controls/node_modules/qs 1272 http fetch GET 200 https://registry.npmjs.org/@react-native-community%2fcli-server-api 1687ms (cache revalidated) 1273 silly inflate node_modules/@storybook/addon-controls/node_modules/resolve-from 1274 silly inflate node_modules/@storybook/addon-controls/node_modules/side-channel 1275 http fetch GET 200 https://registry.npmjs.org/@react-native-community%2fcli-tools 1669ms (cache revalidated) 1276 silly inflate node_modules/@storybook/addon-docs 1277 http fetch GET 200 https://registry.npmjs.org/@storybook%2faddon-controls 384ms (cache revalidated) 1278 silly inflate node_modules/@storybook/addon-docs/node_modules/acorn 1279 http fetch GET 200 https://registry.npmjs.org/@storybook%2fapi 240ms (cache revalidated) 1280 silly inflate node_modules/@storybook/addon-docs/node_modules/acorn-walk 1281 http fetch GET 200 https://registry.npmjs.org/@storybook%2fchannel-postmessage 214ms (cache revalidated) 1282 silly inflate node_modules/@storybook/addon-docs/node_modules/big.js 1283 silly inflate node_modules/@storybook/addon-docs/node_modules/doctrine 1284 http fetch GET 200 https://registry.npmjs.org/@storybook%2faddons 315ms (cache revalidated) 1285 silly inflate node_modules/@storybook/addon-docs/node_modules/emojis-list 1286 silly inflate node_modules/@storybook/addon-docs/node_modules/fast-deep-equal 1287 silly inflate node_modules/@storybook/addon-docs/node_modules/json5 1288 silly inflate node_modules/@storybook/addon-docs/node_modules/loader-utils 1289 silly inflate node_modules/@storybook/addon-docs/node_modules/p-limit 1290 silly inflate node_modules/@storybook/addon-docs/node_modules/prettier 1291 http fetch GET 200 https://registry.npmjs.org/@storybook%2fcore-events 189ms (cache revalidated) 1292 silly inflate node_modules/@storybook/addon-knobs 1293 http fetch GET 200 https://registry.npmjs.org/@storybook%2fcomponents 224ms (cache revalidated) 1294 silly inflate node_modules/@storybook/addon-knobs/node_modules/@emotion/is-prop-valid 1295 silly inflate node_modules/@storybook/addon-knobs/node_modules/@emotion/memoize 1296 silly inflate node_modules/@storybook/addon-knobs/node_modules/@emotion/styled 1297 silly inflate node_modules/@storybook/addon-knobs/node_modules/@storybook/addons 1298 silly inflate node_modules/@storybook/addon-knobs/node_modules/@storybook/api 1299 silly inflate node_modules/@storybook/addon-knobs/node_modules/@storybook/channel-postmessage 1300 silly inflate node_modules/@storybook/addon-knobs/node_modules/@storybook/channels 1301 http fetch GET 200 https://registry.npmjs.org/@storybook%2fchannels 273ms (cache revalidated) 1302 silly inflate node_modules/@storybook/addon-knobs/node_modules/@storybook/client-api 1303 silly inflate node_modules/@storybook/addon-knobs/node_modules/@storybook/client-logger 1304 http fetch GET 200 https://registry.npmjs.org/@storybook%2fclient-api 271ms (cache revalidated) 1305 silly inflate node_modules/@storybook/addon-knobs/node_modules/@storybook/components 1306 silly inflate node_modules/@storybook/addon-knobs/node_modules/@storybook/core-events 1307 silly inflate node_modules/@storybook/addon-knobs/node_modules/@storybook/router 1308 silly inflate node_modules/@storybook/addon-knobs/node_modules/@storybook/semver 1309 http fetch GET 200 https://registry.npmjs.org/side-channel 124ms (cache revalidated) 1310 silly inflate node_modules/@storybook/addon-knobs/node_modules/@storybook/theming 1311 http fetch GET 200 https://registry.npmjs.org/@storybook%2fclient-logger 278ms (cache revalidated) 1312 silly inflate node_modules/@storybook/addon-knobs/node_modules/@types/qs 1313 silly inflate node_modules/@storybook/addon-knobs/node_modules/color-convert 1314 silly inflate node_modules/@storybook/addon-knobs/node_modules/color-name 1315 silly inflate node_modules/@storybook/addon-knobs/node_modules/fast-deep-equal 1316 silly inflate node_modules/@storybook/addon-knobs/node_modules/find-up 1317 silly inflate node_modules/@storybook/addon-knobs/node_modules/locate-path 1318 silly inflate node_modules/@storybook/addon-knobs/node_modules/p-limit 1319 silly inflate node_modules/@storybook/addon-knobs/node_modules/p-locate 1320 silly inflate node_modules/@storybook/addon-knobs/node_modules/p-try 1321 silly inflate node_modules/@storybook/addon-knobs/node_modules/path-exists 1322 silly inflate node_modules/@storybook/addon-knobs/node_modules/qs 1323 http fetch GET 200 https://registry.npmjs.org/@storybook%2fsemver 208ms (cache revalidated) 1324 silly inflate node_modules/@storybook/addon-knobs/node_modules/resolve-from 1325 silly inflate node_modules/@storybook/addon-knobs/node_modules/side-channel 1326 silly inflate node_modules/@storybook/addon-storysource 1327 silly inflate node_modules/@storybook/addon-storysource/node_modules/big.js 1328 silly inflate node_modules/@storybook/addon-storysource/node_modules/emojis-list 1329 silly inflate node_modules/@storybook/addon-storysource/node_modules/estraverse 1330 silly inflate node_modules/@storybook/addon-storysource/node_modules/json5 1331 silly inflate node_modules/@storybook/addon-storysource/node_modules/loader-utils 1332 silly inflate node_modules/@storybook/addon-storysource/node_modules/prettier 1333 http fetch GET 200 https://registry.npmjs.org/qs 146ms (cache revalidated) 1334 silly inflate node_modules/@storybook/addon-toolbars 1335 silly inflate node_modules/@storybook/addon-toolbars/node_modules/@emotion/styled 1336 silly inflate node_modules/@storybook/addon-toolbars/node_modules/@storybook/addons 1337 silly inflate node_modules/@storybook/addon-toolbars/node_modules/@storybook/api 1338 silly inflate node_modules/@storybook/addon-toolbars/node_modules/@storybook/channel-postmessage 1339 silly inflate node_modules/@storybook/addon-toolbars/node_modules/@storybook/channels 1340 silly inflate node_modules/@storybook/addon-toolbars/node_modules/@storybook/client-api 1341 silly inflate node_modules/@storybook/addon-toolbars/node_modules/@storybook/client-logger 1342 silly inflate node_modules/@storybook/addon-toolbars/node_modules/@storybook/components 1343 silly inflate node_modules/@storybook/addon-toolbars/node_modules/@storybook/core-events 1344 silly inflate node_modules/@storybook/addon-toolbars/node_modules/@storybook/router 1345 http fetch GET 200 https://registry.npmjs.org/@storybook%2ftheming 193ms (cache revalidated) 1346 silly inflate node_modules/@storybook/addon-toolbars/node_modules/@storybook/semver 1347 silly inflate node_modules/@storybook/addon-toolbars/node_modules/@storybook/theming 1348 silly inflate node_modules/@storybook/addon-toolbars/node_modules/color-convert 1349 silly inflate node_modules/@storybook/addon-toolbars/node_modules/color-name 1350 silly inflate node_modules/@storybook/addon-toolbars/node_modules/fast-deep-equal 1351 silly inflate node_modules/@storybook/addon-toolbars/node_modules/find-up 1352 silly inflate node_modules/@storybook/addon-toolbars/node_modules/locate-path 1353 silly inflate node_modules/@storybook/addon-toolbars/node_modules/p-limit 1354 silly inflate node_modules/@storybook/addon-toolbars/node_modules/p-locate 1355 silly inflate node_modules/@storybook/addon-toolbars/node_modules/p-try 1356 silly inflate node_modules/@storybook/addon-toolbars/node_modules/path-exists 1357 silly inflate node_modules/@storybook/addon-toolbars/node_modules/qs 1358 silly inflate node_modules/@storybook/addon-toolbars/node_modules/resolve-from 1359 silly inflate node_modules/@storybook/addon-toolbars/node_modules/side-channel 1360 silly inflate node_modules/@storybook/addon-viewport 1361 silly inflate node_modules/@storybook/addons 1362 silly inflate node_modules/@storybook/api 1363 silly inflate node_modules/@storybook/api/node_modules/@storybook/semver 1364 silly inflate node_modules/@storybook/api/node_modules/fast-deep-equal 1365 silly inflate node_modules/@storybook/api/node_modules/find-up 1366 silly inflate node_modules/@storybook/api/node_modules/locate-path 1367 silly inflate node_modules/@storybook/api/node_modules/p-limit 1368 silly inflate node_modules/@storybook/api/node_modules/p-locate 1369 silly inflate node_modules/@storybook/api/node_modules/p-try 1370 silly inflate node_modules/@storybook/api/node_modules/path-exists 1371 silly inflate node_modules/@storybook/api/node_modules/qs 1372 silly inflate node_modules/@storybook/api/node_modules/side-channel 1373 silly inflate node_modules/@storybook/builder-webpack4 1374 http fetch GET 200 https://registry.npmjs.org/@storybook%2frouter 258ms (cache revalidated) 1375 silly inflate node_modules/@storybook/builder-webpack4/node_modules/@babel/helper-define-polyfill-provider 1376 silly inflate node_modules/@storybook/builder-webpack4/node_modules/@babel/helper-define-polyfill-provider/node_modules/semver 1377 silly inflate node_modules/@storybook/builder-webpack4/node_modules/@storybook/semver 1378 silly inflate node_modules/@storybook/builder-webpack4/node_modules/@storybook/semver/node_modules/find-up 1379 silly inflate node_modules/@storybook/builder-webpack4/node_modules/@types/json-schema 1380 silly inflate node_modules/@storybook/builder-webpack4/node_modules/@types/webpack 1381 silly inflate node_modules/@storybook/builder-webpack4/node_modules/ajv 1382 silly inflate node_modules/@storybook/builder-webpack4/node_modules/ajv-keywords 1383 silly inflate node_modules/@storybook/builder-webpack4/node_modules/anymatch 1384 silly inflate node_modules/@storybook/builder-webpack4/node_modules/autoprefixer 1385 silly inflate node_modules/@storybook/builder-webpack4/node_modules/babel-plugin-polyfill-corejs3 1386 http fetch GET 200 https://registry.npmjs.org/acorn 182ms (cache revalidated) 1387 silly inflate node_modules/@storybook/builder-webpack4/node_modules/big.js 1388 silly inflate node_modules/@storybook/builder-webpack4/node_modules/bluebird 1389 silly inflate node_modules/@storybook/builder-webpack4/node_modules/cacache 1390 silly inflate node_modules/@storybook/builder-webpack4/node_modules/camelcase 1391 silly inflate node_modules/@storybook/builder-webpack4/node_modules/chalk 1392 silly inflate node_modules/@storybook/builder-webpack4/node_modules/chalk/node_modules/supports-color 1393 silly inflate node_modules/@storybook/builder-webpack4/node_modules/chownr 1394 silly inflate node_modules/@storybook/builder-webpack4/node_modules/commander 1395 silly inflate node_modules/@storybook/builder-webpack4/node_modules/css-loader 1396 http fetch GET 200 https://registry.npmjs.org/acorn-walk 169ms (cache revalidated) 1397 silly inflate node_modules/@storybook/builder-webpack4/node_modules/css-loader/node_modules/semver 1398 silly inflate node_modules/@storybook/builder-webpack4/node_modules/debug 1399 silly inflate node_modules/@storybook/builder-webpack4/node_modules/emojis-list 1400 silly inflate node_modules/@storybook/builder-webpack4/node_modules/fast-deep-equal 1401 silly inflate node_modules/@storybook/builder-webpack4/node_modules/find-cache-dir 1402 http fetch GET 200 https://registry.npmjs.org/prettier 132ms (cache revalidated) 1403 silly inflate node_modules/@storybook/builder-webpack4/node_modules/find-up 1404 silly inflate node_modules/@storybook/builder-webpack4/node_modules/find-up/node_modules/locate-path 1405 silly inflate node_modules/@storybook/builder-webpack4/node_modules/find-up/node_modules/p-limit 1406 silly inflate node_modules/@storybook/builder-webpack4/node_modules/find-up/node_modules/p-locate 1407 silly inflate node_modules/@storybook/builder-webpack4/node_modules/fs-extra 1408 silly inflate node_modules/@storybook/builder-webpack4/node_modules/fs-minipass 1409 http fetch GET 200 https://registry.npmjs.org/@storybook%2faddon-docs 204ms (cache revalidated) 1410 silly inflate node_modules/@storybook/builder-webpack4/node_modules/glob 1411 silly inflate node_modules/@storybook/builder-webpack4/node_modules/graceful-fs 1412 silly inflate node_modules/@storybook/builder-webpack4/node_modules/json5 1413 silly inflate node_modules/@storybook/builder-webpack4/node_modules/jsonfile 1414 http fetch GET 200 https://registry.npmjs.org/doctrine 180ms (cache revalidated) 1415 silly inflate node_modules/@storybook/builder-webpack4/node_modules/loader-utils 1416 silly inflate node_modules/@storybook/builder-webpack4/node_modules/locate-path 1417 silly inflate node_modules/@storybook/builder-webpack4/node_modules/lru-cache 1418 silly inflate node_modules/@storybook/builder-webpack4/node_modules/make-dir 1419 silly inflate node_modules/@storybook/builder-webpack4/node_modules/make-dir/node_modules/semver 1420 silly inflate node_modules/@storybook/builder-webpack4/node_modules/minipass 1421 http fetch GET 200 https://registry.npmjs.org/@storybook%2fnode-logger 301ms (cache revalidated) 1422 silly inflate node_modules/@storybook/builder-webpack4/node_modules/minizlib 1423 http fetch GET 200 https://registry.npmjs.org/@types%2fqs 94ms (cache revalidated) 1424 silly inflate node_modules/@storybook/builder-webpack4/node_modules/mkdirp 1425 silly inflate node_modules/@storybook/builder-webpack4/node_modules/ms 1426 silly inflate node_modules/@storybook/builder-webpack4/node_modules/normalize-path 1427 silly inflate node_modules/@storybook/builder-webpack4/node_modules/p-limit 1428 silly inflate node_modules/@storybook/builder-webpack4/node_modules/p-locate 1429 silly inflate node_modules/@storybook/builder-webpack4/node_modules/p-map 1430 silly inflate node_modules/@storybook/builder-webpack4/node_modules/p-try 1431 silly inflate node_modules/@storybook/builder-webpack4/node_modules/path-exists 1432 silly inflate node_modules/@storybook/builder-webpack4/node_modules/path-parse 1433 silly inflate node_modules/@storybook/builder-webpack4/node_modules/pify 1434 silly inflate node_modules/@storybook/builder-webpack4/node_modules/pkg-dir 1435 http fetch GET 200 https://registry.npmjs.org/@storybook%2faddon-viewport 113ms (cache revalidated) 1436 silly inflate node_modules/@storybook/builder-webpack4/node_modules/pkg-dir/node_modules/find-up 1437 silly inflate node_modules/@storybook/builder-webpack4/node_modules/postcss 1438 http fetch GET 200 https://registry.npmjs.org/autoprefixer 107ms (cache revalidated) 1439 silly inflate node_modules/@storybook/builder-webpack4/node_modules/postcss-loader 1440 http fetch GET 200 https://registry.npmjs.org/@types%2fwebpack 113ms (cache revalidated) 1441 silly inflate node_modules/@storybook/builder-webpack4/node_modules/postcss-loader/node_modules/@types/json-schema 1442 silly inflate node_modules/@storybook/builder-webpack4/node_modules/postcss-loader/node_modules/json5 1443 silly inflate node_modules/@storybook/builder-webpack4/node_modules/postcss-loader/node_modules/loader-utils 1444 silly inflate node_modules/@storybook/builder-webpack4/node_modules/postcss-loader/node_modules/schema-utils 1445 silly inflate node_modules/@storybook/builder-webpack4/node_modules/postcss-loader/node_modules/semver 1446 silly inflate node_modules/@storybook/builder-webpack4/node_modules/postcss-value-parser 1447 silly inflate node_modules/@storybook/builder-webpack4/node_modules/resolve 1448 silly inflate node_modules/@storybook/builder-webpack4/node_modules/schema-utils 1449 silly inflate node_modules/@storybook/builder-webpack4/node_modules/serialize-javascript 1450 http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-corejs3 117ms (cache revalidated) 1451 silly inflate node_modules/@storybook/builder-webpack4/node_modules/source-map 1452 silly inflate node_modules/@storybook/builder-webpack4/node_modules/source-map-support 1453 http fetch GET 200 https://registry.npmjs.org/@storybook%2faddon-knobs 242ms (cache revalidated) 1454 silly inflate node_modules/@storybook/builder-webpack4/node_modules/ssri 1455 silly inflate node_modules/@storybook/builder-webpack4/node_modules/style-loader 1456 http fetch GET 200 https://registry.npmjs.org/fs-extra 139ms (cache revalidated) 1457 silly inflate node_modules/@storybook/builder-webpack4/node_modules/style-loader/node_modules/json5 1458 silly inflate node_modules/@storybook/builder-webpack4/node_modules/style-loader/node_modules/loader-utils 1459 silly inflate node_modules/@storybook/builder-webpack4/node_modules/supports-color 1460 silly inflate node_modules/@storybook/builder-webpack4/node_modules/tapable 1461 http fetch GET 200 https://registry.npmjs.org/@storybook%2faddon-storysource 211ms (cache revalidated) 1462 silly inflate node_modules/@storybook/builder-webpack4/node_modules/tar 1463 http fetch GET 200 https://registry.npmjs.org/fs-minipass 155ms (cache revalidated) 1464 silly inflate node_modules/@storybook/builder-webpack4/node_modules/terser 1465 http fetch GET 200 https://registry.npmjs.org/find-cache-dir 172ms (cache revalidated) 1466 silly inflate node_modules/@storybook/builder-webpack4/node_modules/terser/node_modules/source-map 1467 silly inflate node_modules/@storybook/builder-webpack4/node_modules/terser-webpack-plugin 1468 http fetch GET 200 https://registry.npmjs.org/jsonfile 152ms (cache revalidated) 1469 silly inflate node_modules/@storybook/builder-webpack4/node_modules/terser-webpack-plugin/node_modules/p-limit 1470 silly inflate node_modules/@storybook/builder-webpack4/node_modules/terser-webpack-plugin/node_modules/schema-utils 1471 silly inflate node_modules/@storybook/builder-webpack4/node_modules/universalify 1472 http fetch GET 200 https://registry.npmjs.org/minipass 167ms (cache revalidated) 1473 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack 1474 http fetch GET 200 https://registry.npmjs.org/minizlib 167ms (cache revalidated) 1475 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/cacache 1476 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/chownr 1477 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/find-cache-dir 1478 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/find-up 1479 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/locate-path 1480 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/lru-cache 1481 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/make-dir 1482 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/mkdirp 1483 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/p-locate 1484 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/path-exists 1485 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/pkg-dir 1486 http fetch GET 200 https://registry.npmjs.org/pkg-dir 172ms (cache revalidated) 1487 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/rimraf 1488 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/schema-utils 1489 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/semver 1490 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/serialize-javascript 1491 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/ssri 1492 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/terser 1493 http fetch GET 200 https://registry.npmjs.org/postcss 136ms (cache revalidated) 1494 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/terser-webpack-plugin 1495 http fetch GET 200 https://registry.npmjs.org/postcss-loader 122ms (cache revalidated) 1496 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/yallist 1497 silly inflate node_modules/@storybook/builder-webpack4/node_modules/webpack-sources 1498 http fetch GET 200 https://registry.npmjs.org/css-loader 233ms (cache revalidated) 1499 silly inflate node_modules/@storybook/builder-webpack4/node_modules/yallist 1500 silly inflate node_modules/@storybook/builder-webpack5 1501 http fetch GET 200 https://registry.npmjs.org/serialize-javascript 136ms (cache revalidated) 1502 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@babel/helper-define-polyfill-provider 1503 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@babel/helper-define-polyfill-provider/node_modules/semver 1504 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@emotion/styled 1505 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/addons 1506 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/api 1507 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/channel-postmessage 1508 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/channels 1509 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/client-api 1510 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/client-logger 1511 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/components 1512 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common 1513 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/braces 1514 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/braces/node_modules/extend-shallow 1515 http fetch GET 200 https://registry.npmjs.org/tapable 106ms (cache revalidated) 1516 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/fill-range 1517 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/fill-range/node_modules/extend-shallow 1518 http fetch GET 200 https://registry.npmjs.org/style-loader 116ms (cache revalidated) 1519 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/find-up 1520 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/is-number 1521 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/is-number/node_modules/kind-of 1522 http fetch GET 200 https://registry.npmjs.org/source-map-support 143ms (cache revalidated) 1523 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/locate-path 1524 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/p-limit 1525 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/p-locate 1526 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/schema-utils 1527 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/tapable 1528 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/terser-webpack-plugin 1529 http fetch GET 200 https://registry.npmjs.org/tar 107ms (cache revalidated) 1530 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/to-regex-range 1531 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/webpack 1532 http fetch GET 200 https://registry.npmjs.org/universalify 101ms (cache revalidated) 1533 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common/node_modules/webpack/node_modules/micromatch 1534 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-events 1535 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/node-logger 1536 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/router 1537 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/semver 1538 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@storybook/theming 1539 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@types/json-schema 1540 silly inflate node_modules/@storybook/builder-webpack5/node_modules/@types/qs 1541 silly inflate node_modules/@storybook/builder-webpack5/node_modules/ajv 1542 silly inflate node_modules/@storybook/builder-webpack5/node_modules/babel-plugin-macros 1543 http fetch GET 200 https://registry.npmjs.org/webpack 96ms (cache revalidated) 1544 silly inflate node_modules/@storybook/builder-webpack5/node_modules/babel-plugin-polyfill-corejs3 1545 silly inflate node_modules/@storybook/builder-webpack5/node_modules/braces 1546 silly inflate node_modules/@storybook/builder-webpack5/node_modules/color-convert 1547 silly inflate node_modules/@storybook/builder-webpack5/node_modules/color-name 1548 silly inflate node_modules/@storybook/builder-webpack5/node_modules/css-loader 1549 silly inflate node_modules/@storybook/builder-webpack5/node_modules/css-loader/node_modules/ajv-keywords 1550 silly inflate node_modules/@storybook/builder-webpack5/node_modules/css-loader/node_modules/loader-utils 1551 silly inflate node_modules/@storybook/builder-webpack5/node_modules/css-loader/node_modules/schema-utils 1552 silly inflate node_modules/@storybook/builder-webpack5/node_modules/css-loader/node_modules/semver 1553 silly inflate node_modules/@storybook/builder-webpack5/node_modules/debug 1554 silly inflate node_modules/@storybook/builder-webpack5/node_modules/dotenv-defaults 1555 silly inflate node_modules/@storybook/builder-webpack5/node_modules/dotenv-webpack 1556 http fetch GET 200 https://registry.npmjs.org/webpack-sources 78ms (cache revalidated) 1557 silly inflate node_modules/@storybook/builder-webpack5/node_modules/fast-deep-equal 1558 silly inflate node_modules/@storybook/builder-webpack5/node_modules/fill-range 1559 silly inflate node_modules/@storybook/builder-webpack5/node_modules/find-up 1560 silly inflate node_modules/@storybook/builder-webpack5/node_modules/fork-ts-checker-webpack-plugin 1561 http fetch GET 200 https://registry.npmjs.org/terser-webpack-plugin 132ms (cache revalidated) 1562 silly inflate node_modules/@storybook/builder-webpack5/node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig 1563 silly inflate node_modules/@storybook/builder-webpack5/node_modules/fs-extra 1564 silly inflate node_modules/@storybook/builder-webpack5/node_modules/glob 1565 silly inflate node_modules/@storybook/builder-webpack5/node_modules/graceful-fs 1566 silly inflate node_modules/@storybook/builder-webpack5/node_modules/html-webpack-plugin 1567 silly inflate node_modules/@storybook/builder-webpack5/node_modules/html-webpack-plugin/node_modules/tapable 1568 silly inflate node_modules/@storybook/builder-webpack5/node_modules/icss-utils 1569 silly inflate node_modules/@storybook/builder-webpack5/node_modules/is-number 1570 silly inflate node_modules/@storybook/builder-webpack5/node_modules/jsonfile 1571 silly inflate node_modules/@storybook/builder-webpack5/node_modules/loader-utils 1572 silly inflate node_modules/@storybook/builder-webpack5/node_modules/loader-utils/node_modules/json5 1573 silly inflate node_modules/@storybook/builder-webpack5/node_modules/locate-path 1574 silly inflate node_modules/@storybook/builder-webpack5/node_modules/lru-cache 1575 silly inflate node_modules/@storybook/builder-webpack5/node_modules/micromatch 1576 silly inflate node_modules/@storybook/builder-webpack5/node_modules/mime-db 1577 http fetch GET 200 https://registry.npmjs.org/terser 174ms (cache revalidated) 1578 silly inflate node_modules/@storybook/builder-webpack5/node_modules/mime-types 1579 silly inflate node_modules/@storybook/builder-webpack5/node_modules/mkdirp 1580 silly inflate node_modules/@storybook/builder-webpack5/node_modules/ms 1581 silly inflate node_modules/@storybook/builder-webpack5/node_modules/p-limit 1582 silly inflate node_modules/@storybook/builder-webpack5/node_modules/p-locate 1583 silly inflate node_modules/@storybook/builder-webpack5/node_modules/p-try 1584 silly inflate node_modules/@storybook/builder-webpack5/node_modules/parse-json 1585 silly inflate node_modules/@storybook/builder-webpack5/node_modules/path-exists 1586 silly inflate node_modules/@storybook/builder-webpack5/node_modules/path-parse 1587 silly inflate node_modules/@storybook/builder-webpack5/node_modules/path-type 1588 http fetch GET 200 https://registry.npmjs.org/kind-of 87ms (cache revalidated) 1589 silly inflate node_modules/@storybook/builder-webpack5/node_modules/picomatch 1590 http fetch GET 200 https://registry.npmjs.org/@react-navigation%2fstack 1890ms (cache revalidated) 1591 silly inflate node_modules/@storybook/builder-webpack5/node_modules/pkg-dir 1592 silly inflate node_modules/@storybook/builder-webpack5/node_modules/pkg-dir/node_modules/find-up 1593 silly inflate node_modules/@storybook/builder-webpack5/node_modules/pkg-dir/node_modules/locate-path 1594 silly inflate node_modules/@storybook/builder-webpack5/node_modules/pkg-dir/node_modules/p-limit 1595 silly inflate node_modules/@storybook/builder-webpack5/node_modules/pkg-dir/node_modules/p-locate 1596 silly inflate node_modules/@storybook/builder-webpack5/node_modules/postcss-modules-extract-imports 1597 http fetch GET 200 https://registry.npmjs.org/babel-plugin-macros 79ms (cache revalidated) 1598 silly inflate node_modules/@storybook/builder-webpack5/node_modules/postcss-modules-local-by-default 1599 http fetch GET 200 https://registry.npmjs.org/dotenv-defaults 90ms (cache revalidated) 1600 silly inflate node_modules/@storybook/builder-webpack5/node_modules/postcss-modules-scope 1601 http fetch GET 200 https://registry.npmjs.org/fork-ts-checker-webpack-plugin 87ms (cache revalidated) 1602 silly inflate node_modules/@storybook/builder-webpack5/node_modules/postcss-modules-values 1603 http fetch GET 200 https://registry.npmjs.org/extend-shallow 149ms (cache revalidated) 1604 silly inflate node_modules/@storybook/builder-webpack5/node_modules/postcss-value-parser 1605 silly inflate node_modules/@storybook/builder-webpack5/node_modules/pretty-error 1606 silly inflate node_modules/@storybook/builder-webpack5/node_modules/qs 1607 silly inflate node_modules/@storybook/builder-webpack5/node_modules/resolve 1608 silly inflate node_modules/@storybook/builder-webpack5/node_modules/resolve-from 1609 silly inflate node_modules/@storybook/builder-webpack5/node_modules/schema-utils 1610 silly inflate node_modules/@storybook/builder-webpack5/node_modules/side-channel 1611 silly inflate node_modules/@storybook/builder-webpack5/node_modules/source-map 1612 silly inflate node_modules/@storybook/builder-webpack5/node_modules/style-loader 1613 silly inflate node_modules/@storybook/builder-webpack5/node_modules/style-loader/node_modules/ajv-keywords 1614 silly inflate node_modules/@storybook/builder-webpack5/node_modules/style-loader/node_modules/loader-utils 1615 silly inflate node_modules/@storybook/builder-webpack5/node_modules/style-loader/node_modules/schema-utils 1616 silly inflate node_modules/@storybook/builder-webpack5/node_modules/to-regex-range 1617 silly inflate node_modules/@storybook/builder-webpack5/node_modules/universalify 1618 silly inflate node_modules/@storybook/builder-webpack5/node_modules/webpack-dev-middleware 1619 http fetch GET 200 https://registry.npmjs.org/@storybook%2fcore-common 158ms (cache revalidated) 1620 silly inflate node_modules/@storybook/builder-webpack5/node_modules/webpack-dev-middleware/node_modules/ajv-keywords 1621 silly inflate node_modules/@storybook/builder-webpack5/node_modules/webpack-dev-middleware/node_modules/schema-utils 1622 silly inflate node_modules/@storybook/builder-webpack5/node_modules/webpack-sources 1623 silly inflate node_modules/@storybook/builder-webpack5/node_modules/webpack-virtual-modules 1624 http fetch GET 200 https://registry.npmjs.org/icss-utils 120ms (cache revalidated) 1625 silly inflate node_modules/@storybook/builder-webpack5/node_modules/yallist 1626 silly inflate node_modules/@storybook/channel-postmessage 1627 silly inflate node_modules/@storybook/channel-postmessage/node_modules/qs 1628 silly inflate node_modules/@storybook/channel-postmessage/node_modules/side-channel 1629 silly inflate node_modules/@storybook/channels 1630 silly inflate node_modules/@storybook/client-api 1631 silly inflate node_modules/@storybook/client-api/node_modules/@types/qs 1632 silly inflate node_modules/@storybook/client-api/node_modules/qs 1633 silly inflate node_modules/@storybook/client-api/node_modules/side-channel 1634 silly inflate node_modules/@storybook/client-logger 1635 silly inflate node_modules/@storybook/components 1636 silly inflate node_modules/@storybook/components/node_modules/color-convert 1637 silly inflate node_modules/@storybook/components/node_modules/color-name 1638 silly inflate node_modules/@storybook/components/node_modules/fast-deep-equal 1639 silly inflate node_modules/@storybook/core 1640 http fetch GET 200 https://registry.npmjs.org/dotenv-webpack 135ms (cache revalidated) 1641 silly inflate node_modules/@storybook/core-client 1642 http fetch GET 200 https://registry.npmjs.org/html-webpack-plugin 140ms (cache revalidated) 1643 silly inflate node_modules/@storybook/core-client/node_modules/qs 1644 silly inflate node_modules/@storybook/core-client/node_modules/side-channel 1645 silly inflate node_modules/@storybook/core-common 1646 silly inflate node_modules/@storybook/core-common/node_modules/@babel/helper-define-polyfill-provider 1647 silly inflate node_modules/@storybook/core-common/node_modules/@babel/helper-define-polyfill-provider/node_modules/semver 1648 silly inflate node_modules/@storybook/core-common/node_modules/@storybook/semver 1649 silly inflate node_modules/@storybook/core-common/node_modules/@storybook/semver/node_modules/find-up 1650 silly inflate node_modules/@storybook/core-common/node_modules/@types/json-schema 1651 silly inflate node_modules/@storybook/core-common/node_modules/ajv 1652 silly inflate node_modules/@storybook/core-common/node_modules/anymatch 1653 silly inflate node_modules/@storybook/core-common/node_modules/babel-plugin-macros 1654 silly inflate node_modules/@storybook/core-common/node_modules/babel-plugin-polyfill-corejs3 1655 silly inflate node_modules/@storybook/core-common/node_modules/big.js 1656 silly inflate node_modules/@storybook/core-common/node_modules/binary-extensions 1657 http fetch GET 200 https://registry.npmjs.org/mime-types 126ms (cache revalidated) 1658 silly inflate node_modules/@storybook/core-common/node_modules/braces 1659 silly inflate node_modules/@storybook/core-common/node_modules/chokidar 1660 http fetch GET 200 https://registry.npmjs.org/path-type 126ms (cache revalidated) 1661 silly inflate node_modules/@storybook/core-common/node_modules/debug 1662 silly inflate node_modules/@storybook/core-common/node_modules/emojis-list 1663 silly inflate node_modules/@storybook/core-common/node_modules/fast-deep-equal 1664 silly inflate node_modules/@storybook/core-common/node_modules/fill-range 1665 silly inflate node_modules/@storybook/core-common/node_modules/find-up 1666 silly inflate node_modules/@storybook/core-common/node_modules/find-up/node_modules/locate-path 1667 silly inflate node_modules/@storybook/core-common/node_modules/find-up/node_modules/p-limit 1668 silly inflate node_modules/@storybook/core-common/node_modules/find-up/node_modules/p-locate 1669 silly inflate node_modules/@storybook/core-common/node_modules/fork-ts-checker-webpack-plugin 1670 silly inflate node_modules/@storybook/core-common/node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig 1671 silly inflate node_modules/@storybook/core-common/node_modules/fs-extra 1672 silly inflate node_modules/@storybook/core-common/node_modules/glob 1673 silly inflate node_modules/@storybook/core-common/node_modules/glob-parent 1674 silly inflate node_modules/@storybook/core-common/node_modules/graceful-fs 1675 silly inflate node_modules/@storybook/core-common/node_modules/is-binary-path 1676 http fetch GET 200 https://registry.npmjs.org/mime-db 158ms (cache revalidated) 1677 silly inflate node_modules/@storybook/core-common/node_modules/is-glob 1678 silly inflate node_modules/@storybook/core-common/node_modules/is-number 1679 silly inflate node_modules/@storybook/core-common/node_modules/json5 1680 silly inflate node_modules/@storybook/core-common/node_modules/jsonfile 1681 silly inflate node_modules/@storybook/core-common/node_modules/loader-utils 1682 silly inflate node_modules/@storybook/core-common/node_modules/loader-utils/node_modules/json5 1683 silly inflate node_modules/@storybook/core-common/node_modules/locate-path 1684 silly inflate node_modules/@storybook/core-common/node_modules/micromatch 1685 silly inflate node_modules/@storybook/core-common/node_modules/micromatch/node_modules/picomatch 1686 http fetch GET 200 https://registry.npmjs.org/picomatch 129ms (cache revalidated) 1687 silly inflate node_modules/@storybook/core-common/node_modules/mkdirp 1688 silly inflate node_modules/@storybook/core-common/node_modules/ms 1689 silly inflate node_modules/@storybook/core-common/node_modules/normalize-path 1690 silly inflate node_modules/@storybook/core-common/node_modules/p-limit 1691 silly inflate node_modules/@storybook/core-common/node_modules/p-locate 1692 silly inflate node_modules/@storybook/core-common/node_modules/p-try 1693 silly inflate node_modules/@storybook/core-common/node_modules/parse-json 1694 silly inflate node_modules/@storybook/core-common/node_modules/path-exists 1695 silly inflate node_modules/@storybook/core-common/node_modules/path-parse 1696 silly inflate node_modules/@storybook/core-common/node_modules/path-type 1697 silly inflate node_modules/@storybook/core-common/node_modules/pkg-dir 1698 silly inflate node_modules/@storybook/core-common/node_modules/readdirp 1699 silly inflate node_modules/@storybook/core-common/node_modules/readdirp/node_modules/picomatch 1700 silly inflate node_modules/@storybook/core-common/node_modules/resolve 1701 silly inflate node_modules/@storybook/core-common/node_modules/resolve-from 1702 silly inflate node_modules/@storybook/core-common/node_modules/schema-utils 1703 silly inflate node_modules/@storybook/core-common/node_modules/source-map 1704 silly inflate node_modules/@storybook/core-common/node_modules/terser-webpack-plugin 1705 silly inflate node_modules/@storybook/core-common/node_modules/terser-webpack-plugin/node_modules/schema-utils 1706 silly inflate node_modules/@storybook/core-common/node_modules/to-regex-range 1707 silly inflate node_modules/@storybook/core-common/node_modules/universalify 1708 silly inflate node_modules/@storybook/core-common/node_modules/webpack 1709 silly inflate node_modules/@storybook/core-common/node_modules/webpack/node_modules/braces 1710 silly inflate node_modules/@storybook/core-common/node_modules/webpack/node_modules/braces/node_modules/extend-shallow 1711 silly inflate node_modules/@storybook/core-common/node_modules/webpack/node_modules/fill-range 1712 silly inflate node_modules/@storybook/core-common/node_modules/webpack/node_modules/fill-range/node_modules/extend-shallow 1713 silly inflate node_modules/@storybook/core-common/node_modules/webpack/node_modules/is-number 1714 silly inflate node_modules/@storybook/core-common/node_modules/webpack/node_modules/is-number/node_modules/kind-of 1715 silly inflate node_modules/@storybook/core-common/node_modules/webpack/node_modules/micromatch 1716 silly inflate node_modules/@storybook/core-common/node_modules/webpack/node_modules/schema-utils 1717 silly inflate node_modules/@storybook/core-common/node_modules/webpack/node_modules/tapable 1718 silly inflate node_modules/@storybook/core-common/node_modules/webpack/node_modules/to-regex-range 1719 silly inflate node_modules/@storybook/core-common/node_modules/webpack-sources 1720 silly inflate node_modules/@storybook/core-events 1721 silly inflate node_modules/@storybook/core-server 1722 http fetch GET 200 https://registry.npmjs.org/postcss-modules-extract-imports 129ms (cache revalidated) 1723 silly inflate node_modules/@storybook/core-server/node_modules/@nodelib/fs.stat 1724 silly inflate node_modules/@storybook/core-server/node_modules/@storybook/semver 1725 silly inflate node_modules/@storybook/core-server/node_modules/@types/webpack 1726 silly inflate node_modules/@storybook/core-server/node_modules/anymatch 1727 silly inflate node_modules/@storybook/core-server/node_modules/array-union 1728 http fetch GET 200 https://registry.npmjs.org/postcss-modules-values 100ms (cache revalidated) 1729 silly inflate node_modules/@storybook/core-server/node_modules/big.js 1730 silly inflate node_modules/@storybook/core-server/node_modules/braces 1731 silly inflate node_modules/@storybook/core-server/node_modules/commander 1732 silly inflate node_modules/@storybook/core-server/node_modules/debug 1733 silly inflate node_modules/@storybook/core-server/node_modules/detect-port 1734 http fetch GET 200 https://registry.npmjs.org/postcss-modules-scope 112ms (cache revalidated) 1735 silly inflate node_modules/@storybook/core-server/node_modules/emojis-list 1736 silly inflate node_modules/@storybook/core-server/node_modules/fast-glob 1737 http fetch GET 200 https://registry.npmjs.org/pretty-error 105ms (cache revalidated) 1738 silly inflate node_modules/@storybook/core-server/node_modules/fill-range 1739 silly inflate node_modules/@storybook/core-server/node_modules/find-up 1740 silly inflate node_modules/@storybook/core-server/node_modules/fs-extra 1741 silly inflate node_modules/@storybook/core-server/node_modules/glob-parent 1742 silly inflate node_modules/@storybook/core-server/node_modules/globby 1743 http fetch GET 200 https://registry.npmjs.org/webpack-dev-middleware 112ms (cache revalidated) 1744 silly inflate node_modules/@storybook/core-server/node_modules/graceful-fs 1745 silly inflate node_modules/@storybook/core-server/node_modules/ignore 1746 silly inflate node_modules/@storybook/core-server/node_modules/is-glob 1747 silly inflate node_modules/@storybook/core-server/node_modules/is-number 1748 silly inflate node_modules/@storybook/core-server/node_modules/json5 1749 silly inflate node_modules/@storybook/core-server/node_modules/jsonfile 1750 silly inflate node_modules/@storybook/core-server/node_modules/loader-utils 1751 silly inflate node_modules/@storybook/core-server/node_modules/locate-path 1752 silly inflate node_modules/@storybook/core-server/node_modules/merge2 1753 http fetch GET 200 https://registry.npmjs.org/@react-spring%2fanimated 1980ms (cache revalidated) 1754 silly inflate node_modules/@storybook/core-server/node_modules/micromatch 1755 silly inflate node_modules/@storybook/core-server/node_modules/micromatch/node_modules/picomatch 1756 silly inflate node_modules/@storybook/core-server/node_modules/mkdirp 1757 silly inflate node_modules/@storybook/core-server/node_modules/normalize-path 1758 silly inflate node_modules/@storybook/core-server/node_modules/p-limit 1759 silly inflate node_modules/@storybook/core-server/node_modules/p-locate 1760 silly inflate node_modules/@storybook/core-server/node_modules/p-try 1761 silly inflate node_modules/@storybook/core-server/node_modules/path-exists 1762 silly inflate node_modules/@storybook/core-server/node_modules/prompts 1763 http fetch GET 200 https://registry.npmjs.org/webpack-virtual-modules 120ms (cache revalidated) 1764 silly inflate node_modules/@storybook/core-server/node_modules/sisteransi 1765 http fetch GET 200 https://registry.npmjs.org/binary-extensions 87ms (cache revalidated) 1766 silly inflate node_modules/@storybook/core-server/node_modules/slash 1767 silly inflate node_modules/@storybook/core-server/node_modules/source-map 1768 silly inflate node_modules/@storybook/core-server/node_modules/tapable 1769 silly inflate node_modules/@storybook/core-server/node_modules/terser-webpack-plugin 1770 silly inflate node_modules/@storybook/core-server/node_modules/to-regex-range 1771 silly inflate node_modules/@storybook/core-server/node_modules/universalify 1772 silly inflate node_modules/@storybook/core-server/node_modules/webpack 1773 silly inflate node_modules/@storybook/core-server/node_modules/webpack/node_modules/ajv 1774 silly inflate node_modules/@storybook/core-server/node_modules/webpack/node_modules/braces 1775 silly inflate node_modules/@storybook/core-server/node_modules/webpack/node_modules/braces/node_modules/extend-shallow 1776 silly inflate node_modules/@storybook/core-server/node_modules/webpack/node_modules/fill-range 1777 silly inflate node_modules/@storybook/core-server/node_modules/webpack/node_modules/fill-range/node_modules/extend-shallow 1778 silly inflate node_modules/@storybook/core-server/node_modules/webpack/node_modules/is-number 1779 silly inflate node_modules/@storybook/core-server/node_modules/webpack/node_modules/is-number/node_modules/kind-of 1780 silly inflate node_modules/@storybook/core-server/node_modules/webpack/node_modules/micromatch 1781 silly inflate node_modules/@storybook/core-server/node_modules/webpack/node_modules/to-regex-range 1782 silly inflate node_modules/@storybook/core-server/node_modules/webpack-sources 1783 silly inflate node_modules/@storybook/csf 1784 http fetch GET 200 https://registry.npmjs.org/@react-spring%2fcore 1977ms (cache revalidated) 1785 silly inflate node_modules/@storybook/csf-tools 1786 http fetch GET 200 https://registry.npmjs.org/postcss-modules-local-by-default 196ms (cache revalidated) 1787 silly inflate node_modules/@storybook/csf-tools/node_modules/fs-extra 1788 silly inflate node_modules/@storybook/csf-tools/node_modules/graceful-fs 1789 silly inflate node_modules/@storybook/csf-tools/node_modules/jsonfile 1790 silly inflate node_modules/@storybook/csf-tools/node_modules/prettier 1791 silly inflate node_modules/@storybook/csf-tools/node_modules/universalify 1792 silly inflate node_modules/@storybook/manager-webpack4 1793 http fetch GET 200 https://registry.npmjs.org/@storybook%2fcore-client 132ms (cache revalidated) 1794 silly inflate node_modules/@storybook/manager-webpack4/node_modules/@types/json-schema 1795 silly inflate node_modules/@storybook/manager-webpack4/node_modules/@types/webpack 1796 silly inflate node_modules/@storybook/manager-webpack4/node_modules/ajv 1797 silly inflate node_modules/@storybook/manager-webpack4/node_modules/ajv-keywords 1798 silly inflate node_modules/@storybook/manager-webpack4/node_modules/anymatch 1799 silly inflate node_modules/@storybook/manager-webpack4/node_modules/big.js 1800 silly inflate node_modules/@storybook/manager-webpack4/node_modules/bluebird 1801 silly inflate node_modules/@storybook/manager-webpack4/node_modules/cacache 1802 silly inflate node_modules/@storybook/manager-webpack4/node_modules/camelcase 1803 silly inflate node_modules/@storybook/manager-webpack4/node_modules/chownr 1804 silly inflate node_modules/@storybook/manager-webpack4/node_modules/commander 1805 silly inflate node_modules/@storybook/manager-webpack4/node_modules/css-loader 1806 silly inflate node_modules/@storybook/manager-webpack4/node_modules/emojis-list 1807 silly inflate node_modules/@storybook/manager-webpack4/node_modules/fast-deep-equal 1808 silly inflate node_modules/@storybook/manager-webpack4/node_modules/find-cache-dir 1809 silly inflate node_modules/@storybook/manager-webpack4/node_modules/find-up 1810 silly inflate node_modules/@storybook/manager-webpack4/node_modules/fs-extra 1811 silly inflate node_modules/@storybook/manager-webpack4/node_modules/fs-minipass 1812 silly inflate node_modules/@storybook/manager-webpack4/node_modules/glob 1813 silly inflate node_modules/@storybook/manager-webpack4/node_modules/graceful-fs 1814 silly inflate node_modules/@storybook/manager-webpack4/node_modules/json5 1815 silly inflate node_modules/@storybook/manager-webpack4/node_modules/jsonfile 1816 silly inflate node_modules/@storybook/manager-webpack4/node_modules/loader-utils 1817 silly inflate node_modules/@storybook/manager-webpack4/node_modules/locate-path 1818 silly inflate node_modules/@storybook/manager-webpack4/node_modules/lru-cache 1819 silly inflate node_modules/@storybook/manager-webpack4/node_modules/make-dir 1820 silly inflate node_modules/@storybook/manager-webpack4/node_modules/minipass 1821 silly inflate node_modules/@storybook/manager-webpack4/node_modules/minizlib 1822 silly inflate node_modules/@storybook/manager-webpack4/node_modules/mkdirp 1823 silly inflate node_modules/@storybook/manager-webpack4/node_modules/normalize-package-data 1824 silly inflate node_modules/@storybook/manager-webpack4/node_modules/normalize-package-data/node_modules/semver 1825 silly inflate node_modules/@storybook/manager-webpack4/node_modules/normalize-path 1826 silly inflate node_modules/@storybook/manager-webpack4/node_modules/p-limit 1827 silly inflate node_modules/@storybook/manager-webpack4/node_modules/p-locate 1828 silly inflate node_modules/@storybook/manager-webpack4/node_modules/p-map 1829 silly inflate node_modules/@storybook/manager-webpack4/node_modules/p-try 1830 silly inflate node_modules/@storybook/manager-webpack4/node_modules/parse-json 1831 silly inflate node_modules/@storybook/manager-webpack4/node_modules/path-exists 1832 silly inflate node_modules/@storybook/manager-webpack4/node_modules/path-parse 1833 silly inflate node_modules/@storybook/manager-webpack4/node_modules/pify 1834 silly inflate node_modules/@storybook/manager-webpack4/node_modules/pkg-dir 1835 silly inflate node_modules/@storybook/manager-webpack4/node_modules/pkg-dir/node_modules/find-up 1836 silly inflate node_modules/@storybook/manager-webpack4/node_modules/pkg-dir/node_modules/locate-path 1837 silly inflate node_modules/@storybook/manager-webpack4/node_modules/pkg-dir/node_modules/p-limit 1838 silly inflate node_modules/@storybook/manager-webpack4/node_modules/pkg-dir/node_modules/p-locate 1839 silly inflate node_modules/@storybook/manager-webpack4/node_modules/postcss 1840 silly inflate node_modules/@storybook/manager-webpack4/node_modules/postcss/node_modules/chalk 1841 silly inflate node_modules/@storybook/manager-webpack4/node_modules/postcss/node_modules/chalk/node_modules/supports-color 1842 silly inflate node_modules/@storybook/manager-webpack4/node_modules/postcss-value-parser 1843 silly inflate node_modules/@storybook/manager-webpack4/node_modules/read-pkg 1844 http fetch GET 200 https://registry.npmjs.org/is-binary-path 118ms (cache revalidated) 1845 silly inflate node_modules/@storybook/manager-webpack4/node_modules/read-pkg/node_modules/type-fest 1846 silly inflate node_modules/@storybook/manager-webpack4/node_modules/read-pkg-up 1847 http fetch GET 200 https://registry.npmjs.org/@react-spring%2frafz 1963ms (cache revalidated) 1848 silly inflate node_modules/@storybook/manager-webpack4/node_modules/read-pkg-up/node_modules/find-up 1849 silly inflate node_modules/@storybook/manager-webpack4/node_modules/read-pkg-up/node_modules/locate-path 1850 silly inflate node_modules/@storybook/manager-webpack4/node_modules/read-pkg-up/node_modules/p-limit 1851 silly inflate node_modules/@storybook/manager-webpack4/node_modules/read-pkg-up/node_modules/p-locate 1852 silly inflate node_modules/@storybook/manager-webpack4/node_modules/resolve 1853 silly inflate node_modules/@storybook/manager-webpack4/node_modules/resolve-from 1854 silly inflate node_modules/@storybook/manager-webpack4/node_modules/schema-utils 1855 silly inflate node_modules/@storybook/manager-webpack4/node_modules/semver 1856 silly inflate node_modules/@storybook/manager-webpack4/node_modules/serialize-javascript 1857 silly inflate node_modules/@storybook/manager-webpack4/node_modules/source-map 1858 silly inflate node_modules/@storybook/manager-webpack4/node_modules/source-map-support 1859 silly inflate node_modules/@storybook/manager-webpack4/node_modules/ssri 1860 silly inflate node_modules/@storybook/manager-webpack4/node_modules/style-loader 1861 silly inflate node_modules/@storybook/manager-webpack4/node_modules/style-loader/node_modules/json5 1862 silly inflate node_modules/@storybook/manager-webpack4/node_modules/style-loader/node_modules/loader-utils 1863 silly inflate node_modules/@storybook/manager-webpack4/node_modules/supports-color 1864 silly inflate node_modules/@storybook/manager-webpack4/node_modules/tapable 1865 silly inflate node_modules/@storybook/manager-webpack4/node_modules/tar 1866 silly inflate node_modules/@storybook/manager-webpack4/node_modules/terser 1867 silly inflate node_modules/@storybook/manager-webpack4/node_modules/terser/node_modules/source-map 1868 silly inflate node_modules/@storybook/manager-webpack4/node_modules/terser-webpack-plugin 1869 silly inflate node_modules/@storybook/manager-webpack4/node_modules/terser-webpack-plugin/node_modules/schema-utils 1870 silly inflate node_modules/@storybook/manager-webpack4/node_modules/type-fest 1871 silly inflate node_modules/@storybook/manager-webpack4/node_modules/universalify 1872 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack 1873 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/cacache 1874 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/chownr 1875 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/find-cache-dir 1876 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/find-up 1877 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/locate-path 1878 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/lru-cache 1879 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/make-dir 1880 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/mkdirp 1881 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/p-limit 1882 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/p-locate 1883 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/path-exists 1884 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/pkg-dir 1885 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/rimraf 1886 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/schema-utils 1887 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/semver 1888 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/serialize-javascript 1889 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/ssri 1890 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/terser 1891 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/terser-webpack-plugin 1892 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/yallist 1893 silly inflate node_modules/@storybook/manager-webpack4/node_modules/webpack-sources 1894 silly inflate node_modules/@storybook/manager-webpack4/node_modules/yallist 1895 silly inflate node_modules/@storybook/manager-webpack5 1896 http fetch GET 200 https://registry.npmjs.org/chokidar 138ms (cache revalidated) 1897 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@babel/helper-define-polyfill-provider 1898 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@babel/helper-define-polyfill-provider/node_modules/semver 1899 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@emotion/styled 1900 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/addons 1901 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/api 1902 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/channel-postmessage 1903 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/channels 1904 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/client-api 1905 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/client-logger 1906 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/components 1907 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/components/node_modules/markdown-to-jsx 1908 http fetch GET 200 https://registry.npmjs.org/readdirp 132ms (cache revalidated) 1909 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-client 1910 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common 1911 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common/node_modules/braces 1912 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common/node_modules/braces/node_modules/extend-shallow 1913 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common/node_modules/fill-range 1914 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common/node_modules/fill-range/node_modules/extend-shallow 1915 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common/node_modules/is-number 1916 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common/node_modules/is-number/node_modules/kind-of 1917 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common/node_modules/schema-utils 1918 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common/node_modules/tapable 1919 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common/node_modules/terser-webpack-plugin 1920 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common/node_modules/to-regex-range 1921 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common/node_modules/webpack 1922 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-common/node_modules/webpack/node_modules/micromatch 1923 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-events 1924 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/node-logger 1925 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/router 1926 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/semver 1927 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/semver/node_modules/find-up 1928 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/theming 1929 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@storybook/ui 1930 http fetch GET 200 https://registry.npmjs.org/array-union 133ms (cache revalidated) 1931 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@types/json-schema 1932 silly inflate node_modules/@storybook/manager-webpack5/node_modules/@types/qs 1933 silly inflate node_modules/@storybook/manager-webpack5/node_modules/ajv 1934 silly inflate node_modules/@storybook/manager-webpack5/node_modules/babel-plugin-macros 1935 silly inflate node_modules/@storybook/manager-webpack5/node_modules/babel-plugin-polyfill-corejs3 1936 silly inflate node_modules/@storybook/manager-webpack5/node_modules/braces 1937 silly inflate node_modules/@storybook/manager-webpack5/node_modules/color-convert 1938 silly inflate node_modules/@storybook/manager-webpack5/node_modules/color-name 1939 silly inflate node_modules/@storybook/manager-webpack5/node_modules/css-loader 1940 silly inflate node_modules/@storybook/manager-webpack5/node_modules/css-loader/node_modules/ajv-keywords 1941 silly inflate node_modules/@storybook/manager-webpack5/node_modules/css-loader/node_modules/loader-utils 1942 silly inflate node_modules/@storybook/manager-webpack5/node_modules/css-loader/node_modules/schema-utils 1943 silly inflate node_modules/@storybook/manager-webpack5/node_modules/css-loader/node_modules/semver 1944 silly inflate node_modules/@storybook/manager-webpack5/node_modules/debug 1945 silly inflate node_modules/@storybook/manager-webpack5/node_modules/dotenv-defaults 1946 silly inflate node_modules/@storybook/manager-webpack5/node_modules/dotenv-webpack 1947 silly inflate node_modules/@storybook/manager-webpack5/node_modules/fast-deep-equal 1948 silly inflate node_modules/@storybook/manager-webpack5/node_modules/fill-range 1949 silly inflate node_modules/@storybook/manager-webpack5/node_modules/find-up 1950 silly inflate node_modules/@storybook/manager-webpack5/node_modules/find-up/node_modules/locate-path 1951 silly inflate node_modules/@storybook/manager-webpack5/node_modules/find-up/node_modules/p-limit 1952 silly inflate node_modules/@storybook/manager-webpack5/node_modules/find-up/node_modules/p-locate 1953 silly inflate node_modules/@storybook/manager-webpack5/node_modules/fork-ts-checker-webpack-plugin 1954 silly inflate node_modules/@storybook/manager-webpack5/node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig 1955 silly inflate node_modules/@storybook/manager-webpack5/node_modules/fs-extra 1956 silly inflate node_modules/@storybook/manager-webpack5/node_modules/glob 1957 silly inflate node_modules/@storybook/manager-webpack5/node_modules/graceful-fs 1958 silly inflate node_modules/@storybook/manager-webpack5/node_modules/html-webpack-plugin 1959 silly inflate node_modules/@storybook/manager-webpack5/node_modules/html-webpack-plugin/node_modules/tapable 1960 silly inflate node_modules/@storybook/manager-webpack5/node_modules/icss-utils 1961 silly inflate node_modules/@storybook/manager-webpack5/node_modules/is-number 1962 silly inflate node_modules/@storybook/manager-webpack5/node_modules/jsonfile 1963 silly inflate node_modules/@storybook/manager-webpack5/node_modules/loader-utils 1964 silly inflate node_modules/@storybook/manager-webpack5/node_modules/loader-utils/node_modules/json5 1965 silly inflate node_modules/@storybook/manager-webpack5/node_modules/locate-path 1966 silly inflate node_modules/@storybook/manager-webpack5/node_modules/lru-cache 1967 silly inflate node_modules/@storybook/manager-webpack5/node_modules/markdown-to-jsx 1968 http fetch GET 200 https://registry.npmjs.org/detect-port 159ms (cache revalidated) 1969 silly inflate node_modules/@storybook/manager-webpack5/node_modules/micromatch 1970 silly inflate node_modules/@storybook/manager-webpack5/node_modules/mime-db 1971 silly inflate node_modules/@storybook/manager-webpack5/node_modules/mime-types 1972 silly inflate node_modules/@storybook/manager-webpack5/node_modules/mkdirp 1973 silly inflate node_modules/@storybook/manager-webpack5/node_modules/ms 1974 silly inflate node_modules/@storybook/manager-webpack5/node_modules/normalize-package-data 1975 silly inflate node_modules/@storybook/manager-webpack5/node_modules/normalize-package-data/node_modules/semver 1976 silly inflate node_modules/@storybook/manager-webpack5/node_modules/p-limit 1977 silly inflate node_modules/@storybook/manager-webpack5/node_modules/p-locate 1978 silly inflate node_modules/@storybook/manager-webpack5/node_modules/p-try 1979 silly inflate node_modules/@storybook/manager-webpack5/node_modules/parse-json 1980 silly inflate node_modules/@storybook/manager-webpack5/node_modules/path-exists 1981 silly inflate node_modules/@storybook/manager-webpack5/node_modules/path-parse 1982 silly inflate node_modules/@storybook/manager-webpack5/node_modules/path-type 1983 silly inflate node_modules/@storybook/manager-webpack5/node_modules/picomatch 1984 silly inflate node_modules/@storybook/manager-webpack5/node_modules/pkg-dir 1985 silly inflate node_modules/@storybook/manager-webpack5/node_modules/postcss-modules-extract-imports 1986 silly inflate node_modules/@storybook/manager-webpack5/node_modules/postcss-modules-local-by-default 1987 silly inflate node_modules/@storybook/manager-webpack5/node_modules/postcss-modules-scope 1988 silly inflate node_modules/@storybook/manager-webpack5/node_modules/postcss-modules-values 1989 silly inflate node_modules/@storybook/manager-webpack5/node_modules/postcss-value-parser 1990 silly inflate node_modules/@storybook/manager-webpack5/node_modules/pretty-error 1991 silly inflate node_modules/@storybook/manager-webpack5/node_modules/qs 1992 silly inflate node_modules/@storybook/manager-webpack5/node_modules/read-pkg 1993 http fetch GET 200 https://registry.npmjs.org/prompts 153ms (cache revalidated) 1994 silly inflate node_modules/@storybook/manager-webpack5/node_modules/read-pkg/node_modules/type-fest 1995 silly inflate node_modules/@storybook/manager-webpack5/node_modules/read-pkg-up 1996 http fetch GET 200 https://registry.npmjs.org/globby 194ms (cache revalidated) 1997 silly inflate node_modules/@storybook/manager-webpack5/node_modules/read-pkg-up/node_modules/find-up 1998 silly inflate node_modules/@storybook/manager-webpack5/node_modules/resolve 1999 silly inflate node_modules/@storybook/manager-webpack5/node_modules/resolve-from 2000 silly inflate node_modules/@storybook/manager-webpack5/node_modules/schema-utils 2001 silly inflate node_modules/@storybook/manager-webpack5/node_modules/side-channel 2002 silly inflate node_modules/@storybook/manager-webpack5/node_modules/source-map 2003 silly inflate node_modules/@storybook/manager-webpack5/node_modules/style-loader 2004 silly inflate node_modules/@storybook/manager-webpack5/node_modules/style-loader/node_modules/ajv-keywords 2005 silly inflate node_modules/@storybook/manager-webpack5/node_modules/style-loader/node_modules/loader-utils 2006 silly inflate node_modules/@storybook/manager-webpack5/node_modules/style-loader/node_modules/schema-utils 2007 silly inflate node_modules/@storybook/manager-webpack5/node_modules/to-regex-range 2008 silly inflate node_modules/@storybook/manager-webpack5/node_modules/type-fest 2009 silly inflate node_modules/@storybook/manager-webpack5/node_modules/universalify 2010 silly inflate node_modules/@storybook/manager-webpack5/node_modules/webpack-dev-middleware 2011 silly inflate node_modules/@storybook/manager-webpack5/node_modules/webpack-dev-middleware/node_modules/ajv-keywords 2012 silly inflate node_modules/@storybook/manager-webpack5/node_modules/webpack-dev-middleware/node_modules/schema-utils 2013 silly inflate node_modules/@storybook/manager-webpack5/node_modules/webpack-sources 2014 silly inflate node_modules/@storybook/manager-webpack5/node_modules/webpack-virtual-modules 2015 silly inflate node_modules/@storybook/manager-webpack5/node_modules/yallist 2016 silly inflate node_modules/@storybook/node-logger 2017 silly inflate node_modules/@storybook/postinstall 2018 http fetch GET 200 https://registry.npmjs.org/@storybook%2fcore 295ms (cache revalidated) 2019 silly inflate node_modules/@storybook/react 2020 http fetch GET 200 https://registry.npmjs.org/fast-glob 253ms (cache revalidated) 2021 silly inflate node_modules/@storybook/react/node_modules/@storybook/semver 2022 silly inflate node_modules/@storybook/react/node_modules/big.js 2023 silly inflate node_modules/@storybook/react/node_modules/emojis-list 2024 silly inflate node_modules/@storybook/react/node_modules/find-up 2025 silly inflate node_modules/@storybook/react/node_modules/json5 2026 silly inflate node_modules/@storybook/react/node_modules/loader-utils 2027 silly inflate node_modules/@storybook/react/node_modules/locate-path 2028 silly inflate node_modules/@storybook/react/node_modules/mkdirp 2029 silly inflate node_modules/@storybook/react/node_modules/normalize-package-data 2030 silly inflate node_modules/@storybook/react/node_modules/normalize-package-data/node_modules/semver 2031 silly inflate node_modules/@storybook/react/node_modules/p-limit 2032 silly inflate node_modules/@storybook/react/node_modules/p-locate 2033 silly inflate node_modules/@storybook/react/node_modules/p-try 2034 silly inflate node_modules/@storybook/react/node_modules/parse-json 2035 silly inflate node_modules/@storybook/react/node_modules/path-exists 2036 silly inflate node_modules/@storybook/react/node_modules/path-parse 2037 silly inflate node_modules/@storybook/react/node_modules/react-refresh 2038 http fetch GET 200 https://registry.npmjs.org/read-pkg 180ms (cache revalidated) 2039 silly inflate node_modules/@storybook/react/node_modules/read-pkg 2040 silly inflate node_modules/@storybook/react/node_modules/read-pkg/node_modules/type-fest 2041 silly inflate node_modules/@storybook/react/node_modules/read-pkg-up 2042 silly inflate node_modules/@storybook/react/node_modules/resolve 2043 silly inflate node_modules/@storybook/react/node_modules/source-map 2044 silly inflate node_modules/@storybook/react/node_modules/tapable 2045 silly inflate node_modules/@storybook/react/node_modules/terser-webpack-plugin 2046 silly inflate node_modules/@storybook/react/node_modules/type-fest 2047 silly inflate node_modules/@storybook/react/node_modules/webpack 2048 silly inflate node_modules/@storybook/react/node_modules/webpack/node_modules/ajv 2049 silly inflate node_modules/@storybook/react/node_modules/webpack-sources 2050 silly inflate node_modules/@storybook/react-docgen-typescript-plugin 2051 http fetch GET 200 https://registry.npmjs.org/sisteransi 233ms (cache revalidated) 2052 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/braces 2053 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/debug 2054 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/fill-range 2055 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/find-cache-dir 2056 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/find-up 2057 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/is-number 2058 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/locate-path 2059 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/make-dir 2060 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/micromatch 2061 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/ms 2062 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/p-limit 2063 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/p-locate 2064 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/p-try 2065 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/path-exists 2066 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/picomatch 2067 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/pkg-dir 2068 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/semver 2069 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/to-regex-range 2070 silly inflate node_modules/@storybook/react-docgen-typescript-plugin/node_modules/tslib 2071 http fetch GET 200 https://registry.npmjs.org/merge2 251ms (cache revalidated) 2072 silly inflate node_modules/@storybook/router 2073 silly inflate node_modules/@storybook/router/node_modules/fast-deep-equal 2074 silly inflate node_modules/@storybook/router/node_modules/qs 2075 silly inflate node_modules/@storybook/router/node_modules/side-channel 2076 silly inflate node_modules/@storybook/source-loader 2077 http fetch GET 200 https://registry.npmjs.org/@storybook%2fmanager-webpack4 213ms (cache revalidated) 2078 silly inflate node_modules/@storybook/source-loader/node_modules/big.js 2079 silly inflate node_modules/@storybook/source-loader/node_modules/emojis-list 2080 silly inflate node_modules/@storybook/source-loader/node_modules/estraverse 2081 silly inflate node_modules/@storybook/source-loader/node_modules/json5 2082 silly inflate node_modules/@storybook/source-loader/node_modules/loader-utils 2083 silly inflate node_modules/@storybook/source-loader/node_modules/prettier 2084 silly inflate node_modules/@storybook/theming 2085 silly inflate node_modules/@storybook/theming/node_modules/@emotion/is-prop-valid 2086 silly inflate node_modules/@storybook/theming/node_modules/@emotion/memoize 2087 silly inflate node_modules/@storybook/theming/node_modules/@emotion/styled 2088 silly inflate node_modules/@storybook/theming/node_modules/resolve-from 2089 silly inflate node_modules/@storybook/ui 2090 http fetch GET 200 https://registry.npmjs.org/@storybook%2fcore-server 292ms (cache revalidated) 2091 silly inflate node_modules/@storybook/ui/node_modules/@storybook/semver 2092 silly inflate node_modules/@storybook/ui/node_modules/find-up 2093 silly inflate node_modules/@storybook/ui/node_modules/locate-path 2094 silly inflate node_modules/@storybook/ui/node_modules/markdown-to-jsx 2095 http fetch GET 200 https://registry.npmjs.org/@storybook%2fcsf 228ms (cache revalidated) 2096 silly inflate node_modules/@storybook/ui/node_modules/p-limit 2097 silly inflate node_modules/@storybook/ui/node_modules/p-locate 2098 silly inflate node_modules/@storybook/ui/node_modules/p-try 2099 silly inflate node_modules/@storybook/ui/node_modules/path-exists 2100 silly inflate node_modules/@storybook/ui/node_modules/qs 2101 silly inflate node_modules/@storybook/ui/node_modules/resolve-from 2102 silly inflate node_modules/@storybook/ui/node_modules/side-channel 2103 silly inflate node_modules/@stylelint/postcss-css-in-js 2104 http fetch GET 200 https://registry.npmjs.org/@storybook%2fcsf-tools 230ms (cache revalidated) 2105 silly inflate node_modules/@stylelint/postcss-markdown 2106 http fetch GET 200 https://registry.npmjs.org/read-pkg-up 201ms (cache revalidated) 2107 silly inflate node_modules/@stylelint/postcss-markdown/node_modules/is-buffer 2108 silly inflate node_modules/@stylelint/postcss-markdown/node_modules/is-plain-obj 2109 silly inflate node_modules/@stylelint/postcss-markdown/node_modules/remark 2110 silly inflate node_modules/@stylelint/postcss-markdown/node_modules/remark-parse 2111 silly inflate node_modules/@stylelint/postcss-markdown/node_modules/remark-stringify 2112 silly inflate node_modules/@stylelint/postcss-markdown/node_modules/unified 2113 silly inflate node_modules/@stylelint/postcss-markdown/node_modules/unist-util-stringify-position 2114 silly inflate node_modules/@stylelint/postcss-markdown/node_modules/vfile 2115 silly inflate node_modules/@stylelint/postcss-markdown/node_modules/vfile-message 2116 silly inflate node_modules/@svgr/babel-plugin-add-jsx-attribute 2117 http fetch GET 200 https://registry.npmjs.org/markdown-to-jsx 186ms (cache revalidated) 2118 silly inflate node_modules/@svgr/babel-plugin-remove-jsx-attribute 2119 silly inflate node_modules/@svgr/babel-plugin-remove-jsx-empty-expression 2120 silly inflate node_modules/@svgr/babel-plugin-replace-jsx-attribute-value 2121 http fetch GET 200 https://registry.npmjs.org/@storybook%2fui 186ms (cache revalidated) 2122 silly inflate node_modules/@svgr/babel-plugin-svg-dynamic-title 2123 silly inflate node_modules/@svgr/babel-plugin-svg-em-dimensions 2124 http fetch GET 200 https://registry.npmjs.org/@react-spring%2fshared 2122ms (cache revalidated) 2125 silly inflate node_modules/@svgr/babel-plugin-transform-react-native-svg 2126 http fetch GET 200 https://registry.npmjs.org/@sindresorhus%2fis 1905ms (cache revalidated) 2127 silly inflate node_modules/@svgr/babel-plugin-transform-svg-component 2128 http fetch GET 200 https://registry.npmjs.org/react-refresh 75ms (cache revalidated) 2129 silly inflate node_modules/@svgr/babel-preset 2130 http fetch GET 200 https://registry.npmjs.org/tslib 76ms (cache revalidated) 2131 silly inflate node_modules/@svgr/core 2132 http fetch GET 200 https://registry.npmjs.org/remark-stringify 80ms (cache revalidated) 2133 silly inflate node_modules/@svgr/core/node_modules/camelcase 2134 silly inflate node_modules/@svgr/hast-util-to-babel-ast 2135 http fetch GET 200 https://registry.npmjs.org/@stylelint%2fpostcss-css-in-js 92ms (cache revalidated) 2136 silly inflate node_modules/@svgr/plugin-jsx 2137 http fetch GET 200 https://registry.npmjs.org/@storybook%2freact-docgen-typescript-plugin 127ms (cache revalidated) 2138 silly inflate node_modules/@svgr/plugin-svgo 2139 http fetch GET 200 https://registry.npmjs.org/@stylelint%2fpostcss-markdown 106ms (cache revalidated) 2140 silly inflate node_modules/@svgr/plugin-svgo/node_modules/chalk 2141 silly inflate node_modules/@svgr/plugin-svgo/node_modules/css-select 2142 http fetch GET 200 https://registry.npmjs.org/remark 108ms (cache revalidated) 2143 silly inflate node_modules/@svgr/plugin-svgo/node_modules/css-tree 2144 http fetch GET 200 https://registry.npmjs.org/@storybook%2fsource-loader 132ms (cache revalidated) 2145 silly inflate node_modules/@svgr/plugin-svgo/node_modules/css-what 2146 http fetch GET 200 https://registry.npmjs.org/@react-spring%2ftypes 2180ms (cache revalidated) 2147 silly inflate node_modules/@svgr/plugin-svgo/node_modules/domutils 2148 http fetch GET 200 https://registry.npmjs.org/@svgr%2fbabel-plugin-remove-jsx-empty-expression 146ms (cache revalidated) 2149 silly inflate node_modules/@svgr/plugin-svgo/node_modules/mdn-data 2150 http fetch GET 200 https://registry.npmjs.org/@storybook%2freact 209ms (cache revalidated) 2151 silly inflate node_modules/@svgr/plugin-svgo/node_modules/nth-check 2152 http fetch GET 200 https://registry.npmjs.org/@svgr%2fbabel-plugin-add-jsx-attribute 179ms (cache revalidated) 2153 silly inflate node_modules/@svgr/plugin-svgo/node_modules/source-map 2154 silly inflate node_modules/@svgr/plugin-svgo/node_modules/svgo 2155 http fetch GET 200 https://registry.npmjs.org/@svgr%2fbabel-plugin-replace-jsx-attribute-value 181ms (cache revalidated) 2156 silly inflate node_modules/@svgr/webpack 2157 http fetch GET 200 https://registry.npmjs.org/@svgr%2fbabel-plugin-svg-em-dimensions 163ms (cache revalidated) 2158 silly inflate node_modules/@szmarczak/http-timer 2159 http fetch GET 200 https://registry.npmjs.org/@svgr%2fbabel-plugin-svg-dynamic-title 186ms (cache revalidated) 2160 silly inflate node_modules/@tannin/compile 2161 http fetch GET 200 https://registry.npmjs.org/@svgr%2fbabel-preset 174ms (cache revalidated) 2162 silly inflate node_modules/@tannin/evaluate 2163 http fetch GET 200 https://registry.npmjs.org/@svgr%2fbabel-plugin-transform-react-native-svg 190ms (cache revalidated) 2164 silly inflate node_modules/@tannin/plural-forms 2165 http fetch GET 200 https://registry.npmjs.org/css-select 129ms (cache revalidated) 2166 silly inflate node_modules/@tannin/postfix 2167 http fetch GET 200 https://registry.npmjs.org/@svgr%2fplugin-svgo 138ms (cache revalidated) 2168 silly inflate node_modules/@testing-library/dom 2169 http fetch GET 200 https://registry.npmjs.org/css-tree 138ms (cache revalidated) 2170 silly inflate node_modules/@testing-library/dom/node_modules/@jest/types 2171 silly inflate node_modules/@testing-library/dom/node_modules/@types/istanbul-reports 2172 silly inflate node_modules/@testing-library/dom/node_modules/ansi-regex 2173 silly inflate node_modules/@testing-library/dom/node_modules/ansi-styles 2174 silly inflate node_modules/@testing-library/dom/node_modules/aria-query 2175 http fetch GET 200 https://registry.npmjs.org/@svgr%2fbabel-plugin-transform-svg-component 207ms (cache revalidated) 2176 silly inflate node_modules/@testing-library/dom/node_modules/chalk 2177 silly inflate node_modules/@testing-library/dom/node_modules/color-convert 2178 silly inflate node_modules/@testing-library/dom/node_modules/color-name 2179 silly inflate node_modules/@testing-library/dom/node_modules/has-flag 2180 silly inflate node_modules/@testing-library/dom/node_modules/pretty-format 2181 silly inflate node_modules/@testing-library/dom/node_modules/react-is 2182 silly inflate node_modules/@testing-library/dom/node_modules/supports-color 2183 silly inflate node_modules/@testing-library/jest-dom 2184 http fetch GET 200 https://registry.npmjs.org/@svgr%2fhast-util-to-babel-ast 178ms (cache revalidated) 2185 silly inflate node_modules/@testing-library/jest-dom/node_modules/ansi-styles 2186 silly inflate node_modules/@testing-library/jest-dom/node_modules/atob 2187 http fetch GET 200 https://registry.npmjs.org/css-what 153ms (cache revalidated) 2188 silly inflate node_modules/@testing-library/jest-dom/node_modules/chalk 2189 silly inflate node_modules/@testing-library/jest-dom/node_modules/color-convert 2190 silly inflate node_modules/@testing-library/jest-dom/node_modules/color-name 2191 silly inflate node_modules/@testing-library/jest-dom/node_modules/css 2192 http fetch GET 200 https://registry.npmjs.org/mdn-data 130ms (cache revalidated) 2193 silly inflate node_modules/@testing-library/jest-dom/node_modules/has-flag 2194 silly inflate node_modules/@testing-library/jest-dom/node_modules/indent-string 2195 http fetch GET 200 https://registry.npmjs.org/@svgr%2fbabel-plugin-remove-jsx-attribute 279ms (cache revalidated) 2196 silly inflate node_modules/@testing-library/jest-dom/node_modules/inherits 2197 http fetch GET 200 https://registry.npmjs.org/@svgr%2fcore 237ms (cache revalidated) 2198 silly inflate node_modules/@testing-library/jest-dom/node_modules/redent 2199 http fetch GET 200 https://registry.npmjs.org/domutils 165ms (cache revalidated) 2200 silly inflate node_modules/@testing-library/jest-dom/node_modules/source-map 2201 silly inflate node_modules/@testing-library/jest-dom/node_modules/source-map-resolve 2202 http fetch GET 200 https://registry.npmjs.org/nth-check 127ms (cache revalidated) 2203 silly inflate node_modules/@testing-library/jest-dom/node_modules/strip-indent 2204 http fetch GET 200 https://registry.npmjs.org/@svgr%2fplugin-jsx 247ms (cache revalidated) 2205 silly inflate node_modules/@testing-library/jest-dom/node_modules/supports-color 2206 silly inflate node_modules/@testing-library/react 2207 http fetch GET 200 https://registry.npmjs.org/@svgr%2fwebpack 161ms (cache revalidated) 2208 silly inflate node_modules/@testing-library/react-native 2209 http fetch GET 200 https://registry.npmjs.org/@szmarczak%2fhttp-timer 164ms (cache revalidated) 2210 silly inflate node_modules/@testing-library/react-native/node_modules/@jest/types 2211 silly inflate node_modules/@testing-library/react-native/node_modules/@types/istanbul-reports 2212 silly inflate node_modules/@testing-library/react-native/node_modules/ansi-regex 2213 silly inflate node_modules/@testing-library/react-native/node_modules/ansi-styles 2214 silly inflate node_modules/@testing-library/react-native/node_modules/color-convert 2215 silly inflate node_modules/@testing-library/react-native/node_modules/color-name 2216 silly inflate node_modules/@testing-library/react-native/node_modules/pretty-format 2217 silly inflate node_modules/@testing-library/react-native/node_modules/react-is 2218 silly inflate node_modules/@trysound/sax 2219 http fetch GET 200 https://registry.npmjs.org/aria-query 121ms (cache revalidated) 2220 silly inflate node_modules/@types/anymatch 2221 http fetch GET 200 https://registry.npmjs.org/svgo 204ms (cache revalidated) 2222 silly inflate node_modules/@types/aria-query 2223 http fetch GET 200 https://registry.npmjs.org/@testing-library%2fdom 144ms (cache revalidated) 2224 silly inflate node_modules/@types/babel__core 2225 http fetch GET 200 https://registry.npmjs.org/atob 144ms (cache revalidated) 2226 silly inflate node_modules/@types/babel__generator 2227 http fetch GET 200 https://registry.npmjs.org/css 140ms (cache revalidated) 2228 silly inflate node_modules/@types/babel__template 2229 http fetch GET 200 https://registry.npmjs.org/inherits 135ms (cache revalidated) 2230 silly inflate node_modules/@types/babel__traverse 2231 http fetch GET 200 https://registry.npmjs.org/@testing-library%2fjest-dom 168ms (cache revalidated) 2232 silly inflate node_modules/@types/braces 2233 http fetch GET 200 https://registry.npmjs.org/redent 160ms (cache revalidated) 2234 silly inflate node_modules/@types/cacheable-request 2235 http fetch GET 200 https://registry.npmjs.org/strip-indent 155ms (cache revalidated) 2236 silly inflate node_modules/@types/cheerio 2237 http fetch GET 200 https://registry.npmjs.org/source-map-resolve 163ms (cache revalidated) 2238 silly inflate node_modules/@types/classnames 2239 http fetch GET 200 https://registry.npmjs.org/@testing-library%2freact 153ms (cache revalidated) 2240 silly inflate node_modules/@types/color-convert 2241 http fetch GET 200 https://registry.npmjs.org/@trysound%2fsax 169ms (cache revalidated) 2242 silly inflate node_modules/@types/color-name 2243 http fetch GET 200 https://registry.npmjs.org/@types%2fbabel__core 169ms (cache revalidated) 2244 silly inflate node_modules/@types/eslint 2245 http fetch GET 200 https://registry.npmjs.org/@testing-library%2freact-native 241ms (cache revalidated) 2246 silly inflate node_modules/@types/eslint-scope 2247 http fetch GET 200 https://registry.npmjs.org/@types%2fbabel__generator 198ms (cache revalidated) 2248 silly inflate node_modules/@types/estree 2249 http fetch GET 200 https://registry.npmjs.org/indent-string 369ms (cache revalidated) 2250 silly inflate node_modules/@types/events 2251 http fetch GET 200 https://registry.npmjs.org/@react-spring%2fweb 2690ms (cache revalidated) 2252 silly inflate node_modules/@types/glob 2253 http fetch GET 200 https://registry.npmjs.org/@types%2fbabel__traverse 239ms (cache revalidated) 2254 silly inflate node_modules/@types/glob-base 2255 http fetch GET 200 https://registry.npmjs.org/@types%2fcacheable-request 239ms (cache revalidated) 2256 silly inflate node_modules/@types/graceful-fs 2257 http fetch GET 200 https://registry.npmjs.org/@types%2fcheerio 257ms (cache revalidated) 2258 silly inflate node_modules/@types/hammerjs 2259 http fetch GET 200 https://registry.npmjs.org/@types%2fbabel__template 319ms (cache revalidated) 2260 silly inflate node_modules/@types/hast 2261 http fetch GET 200 https://registry.npmjs.org/@types%2fcolor-convert 281ms (cache revalidated) 2262 silly inflate node_modules/@types/highlight-words-core 2263 http fetch GET 200 https://registry.npmjs.org/@types%2fcolor-name 250ms (cache revalidated) 2264 silly inflate node_modules/@types/html-minifier-terser 2265 http fetch GET 200 https://registry.npmjs.org/@storybook%2fbuilder-webpack4 1601ms (cache revalidated) 2266 silly inflate node_modules/@types/http-cache-semantics 2267 http fetch GET 200 https://registry.npmjs.org/@types%2feslint-scope 217ms (cache revalidated) 2268 silly inflate node_modules/@types/is-function 2269 http fetch GET 200 https://registry.npmjs.org/@types%2fis-function 1ms (cache hit) 2270 silly inflate node_modules/@types/istanbul-lib-coverage 2271 http fetch GET 200 https://registry.npmjs.org/@types%2feslint 259ms (cache revalidated) 2272 silly inflate node_modules/@types/istanbul-lib-report 2273 http fetch GET 200 https://registry.npmjs.org/@types%2festree 226ms (cache revalidated) 2274 silly inflate node_modules/@types/istanbul-reports 2275 silly inflate node_modules/@types/jest 2276 http fetch GET 200 https://registry.npmjs.org/@types%2fevents 205ms (cache revalidated) 2277 silly inflate node_modules/@types/json-schema 2278 silly inflate node_modules/@types/json5 2279 http fetch GET 200 https://registry.npmjs.org/@types%2fjson5 2ms (cache hit) 2280 silly inflate node_modules/@types/keyv 2281 http fetch GET 200 https://registry.npmjs.org/@types%2fglob 208ms (cache revalidated) 2282 silly inflate node_modules/@types/lodash 2283 http fetch GET 200 https://registry.npmjs.org/@types%2fglob-base 211ms (cache revalidated) 2284 silly inflate node_modules/@types/markdown-to-jsx 2285 http fetch GET 200 https://registry.npmjs.org/@types%2fbraces 465ms (cache revalidated) 2286 silly inflate node_modules/@types/mdast 2287 http fetch GET 200 https://registry.npmjs.org/@types%2fgraceful-fs 195ms (cache revalidated) 2288 silly inflate node_modules/@types/micromatch 2289 http fetch GET 200 https://registry.npmjs.org/@types%2fhammerjs 181ms (cache revalidated) 2290 silly inflate node_modules/@types/minimatch 2291 http fetch GET 200 https://registry.npmjs.org/@types%2fhtml-minifier-terser 160ms (cache revalidated) 2292 silly inflate node_modules/@types/minimist 2293 http fetch GET 200 https://registry.npmjs.org/@types%2fhast 204ms (cache revalidated) 2294 silly inflate node_modules/@types/mousetrap 2295 http fetch GET 200 https://registry.npmjs.org/@types%2fhttp-cache-semantics 151ms (cache revalidated) 2296 silly inflate node_modules/@types/node 2297 http fetch GET 200 https://registry.npmjs.org/@types%2fjest 147ms (cache revalidated) 2298 silly inflate node_modules/@types/node-fetch 2299 http fetch GET 200 https://registry.npmjs.org/@storybook%2faddon-toolbars 1823ms (cache revalidated) 2300 silly inflate node_modules/@types/node-fetch/node_modules/combined-stream 2301 http fetch GET 200 https://registry.npmjs.org/@types%2fnode-fetch 9ms (cache hit) 2302 silly inflate node_modules/@types/node-fetch/node_modules/form-data 2303 http fetch GET 200 https://registry.npmjs.org/@types%2fistanbul-lib-report 187ms (cache revalidated) 2304 silly inflate node_modules/@types/normalize-package-data 2305 http fetch GET 200 https://registry.npmjs.org/@types%2fistanbul-lib-coverage 203ms (cache revalidated) 2306 silly inflate node_modules/@types/npm-package-arg 2307 http fetch GET 200 https://registry.npmjs.org/@types%2fkeyv 157ms (cache revalidated) 2308 silly inflate node_modules/@types/npmlog 2309 http fetch GET 200 https://registry.npmjs.org/@types%2flodash 180ms (cache revalidated) 2310 silly inflate node_modules/@types/overlayscrollbars 2311 http fetch GET 200 https://registry.npmjs.org/@types%2fmarkdown-to-jsx 181ms (cache revalidated) 2312 silly inflate node_modules/@types/parse-json 2313 http fetch GET 200 https://registry.npmjs.org/@types%2fminimatch 186ms (cache revalidated) 2314 silly inflate node_modules/@types/parse5 2315 http fetch GET 200 https://registry.npmjs.org/@types%2fmicromatch 214ms (cache revalidated) 2316 silly inflate node_modules/@types/prettier 2317 http fetch GET 200 https://registry.npmjs.org/@types%2fminimist 183ms (cache revalidated) 2318 silly inflate node_modules/@types/pretty-hrtime 2319 http fetch GET 200 https://registry.npmjs.org/@types%2fnode 224ms (cache revalidated) 2320 silly inflate node_modules/@types/prop-types 2321 http fetch GET 200 https://registry.npmjs.org/form-data 206ms (cache revalidated) 2322 silly inflate node_modules/@types/q 2323 http fetch GET 200 https://registry.npmjs.org/combined-stream 210ms (cache revalidated) 2324 silly inflate node_modules/@types/qs 2325 silly inflate node_modules/@types/reach__router 2326 http fetch GET 200 https://registry.npmjs.org/@storybook%2fbuilder-webpack5 1756ms (cache revalidated) 2327 silly inflate node_modules/@types/react 2328 http fetch GET 200 https://registry.npmjs.org/@types%2fnpm-package-arg 234ms (cache revalidated) 2329 silly inflate node_modules/@types/react/node_modules/csstype 2330 silly inflate node_modules/@types/react-dom 2331 http fetch GET 200 https://registry.npmjs.org/@types%2fnormalize-package-data 247ms (cache revalidated) 2332 silly inflate node_modules/@types/react-syntax-highlighter 2333 http fetch GET 200 https://registry.npmjs.org/@types%2fnpmlog 259ms (cache revalidated) 2334 silly inflate node_modules/@types/requestidlecallback 2335 http fetch GET 200 https://registry.npmjs.org/@types%2foverlayscrollbars 252ms (cache revalidated) 2336 silly inflate node_modules/@types/responselike 2337 http fetch GET 200 https://registry.npmjs.org/@types%2fparse5 217ms (cache revalidated) 2338 silly inflate node_modules/@types/semver 2339 http fetch GET 200 https://registry.npmjs.org/@types%2fsemver 2ms (cache hit) 2340 silly inflate node_modules/@types/source-list-map 2341 http fetch GET 200 https://registry.npmjs.org/@types%2fparse-json 292ms (cache revalidated) 2342 silly inflate node_modules/@types/sprintf-js 2343 http fetch GET 200 https://registry.npmjs.org/@types%2fsprintf-js 2ms (cache hit) 2344 silly inflate node_modules/@types/stack-utils 2345 silly inflate node_modules/@types/tapable 2346 http fetch GET 200 https://registry.npmjs.org/@types%2fprettier 251ms (cache revalidated) 2347 silly inflate node_modules/@types/testing-library__jest-dom 2348 http fetch GET 200 https://registry.npmjs.org/@types%2fpretty-hrtime 251ms (cache revalidated) 2349 silly inflate node_modules/@types/uglify-js 2350 http fetch GET 200 https://registry.npmjs.org/@types%2fprop-types 224ms (cache revalidated) 2351 silly inflate node_modules/@types/uglify-js/node_modules/source-map 2352 silly inflate node_modules/@types/unist 2353 http fetch GET 200 https://registry.npmjs.org/@types%2fq 238ms (cache revalidated) 2354 silly inflate node_modules/@types/uuid 2355 http fetch GET 200 https://registry.npmjs.org/@types%2freach__router 249ms (cache revalidated) 2356 silly inflate node_modules/@types/vfile 2357 http fetch GET 200 https://registry.npmjs.org/@types%2freact 248ms (cache revalidated) 2358 silly inflate node_modules/@types/vfile-message 2359 http fetch GET 200 https://registry.npmjs.org/@types%2fvfile-message 1ms (cache hit) 2360 silly inflate node_modules/@types/webpack 2361 silly inflate node_modules/@types/webpack/node_modules/source-map 2362 silly inflate node_modules/@types/webpack-env 2363 http fetch GET 200 https://registry.npmjs.org/@types%2freact-syntax-highlighter 237ms (cache revalidated) 2364 silly inflate node_modules/@types/webpack-sources 2365 http fetch GET 200 https://registry.npmjs.org/@types%2freact-dom 252ms (cache revalidated) 2366 silly inflate node_modules/@types/webpack-sources/node_modules/source-map 2367 silly inflate node_modules/@types/yargs 2368 silly inflate node_modules/@types/yargs-parser 2369 http fetch GET 200 https://registry.npmjs.org/@tannin%2fcompile 1327ms (cache revalidated) 2370 silly inflate node_modules/@types/yauzl 2371 http fetch GET 200 https://registry.npmjs.org/@types%2fresponselike 243ms (cache revalidated) 2372 silly inflate node_modules/@typescript-eslint/eslint-plugin 2373 http fetch GET 200 https://registry.npmjs.org/@types%2fsource-list-map 270ms (cache revalidated) 2374 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/@nodelib/fs.stat 2375 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/@types/json-schema 2376 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/experimental-utils 2377 http fetch GET 200 https://registry.npmjs.org/@types%2ftesting-library__jest-dom 222ms (cache revalidated) 2378 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager 2379 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2fexperimental-utils 8ms (cache hit) 2380 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types 2381 http fetch GET 200 https://registry.npmjs.org/@types%2ftapable 248ms (cache revalidated) 2382 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree 2383 http fetch GET 200 https://registry.npmjs.org/@storybook%2fmanager-webpack5 1796ms (cache revalidated) 2384 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys 2385 http fetch GET 200 https://registry.npmjs.org/@types%2fuglify-js 244ms (cache revalidated) 2386 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/array-union 2387 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/braces 2388 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/debug 2389 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-scope 2390 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-utils 2391 http fetch GET 200 https://registry.npmjs.org/@types%2funist 240ms (cache revalidated) 2392 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/fast-glob 2393 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/fill-range 2394 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/glob-parent 2395 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/globby 2396 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/is-glob 2397 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/is-number 2398 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache 2399 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/merge2 2400 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/micromatch 2401 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/ms 2402 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/picomatch 2403 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/semver 2404 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/to-regex-range 2405 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/tslib 2406 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/tsutils 2407 http fetch GET 200 https://registry.npmjs.org/@types%2fuuid 209ms (cache revalidated) 2408 silly inflate node_modules/@typescript-eslint/eslint-plugin/node_modules/yallist 2409 silly inflate node_modules/@typescript-eslint/experimental-utils 2410 silly inflate node_modules/@typescript-eslint/experimental-utils/node_modules/eslint-scope 2411 silly inflate node_modules/@typescript-eslint/experimental-utils/node_modules/esrecurse 2412 http fetch GET 200 https://registry.npmjs.org/@types%2fwebpack-env 195ms (cache revalidated) 2413 silly inflate node_modules/@typescript-eslint/experimental-utils/node_modules/esrecurse/node_modules/estraverse 2414 silly inflate node_modules/@typescript-eslint/parser 2415 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2fparser 5ms (cache hit) 2416 silly inflate node_modules/@typescript-eslint/parser/node_modules/@nodelib/fs.stat 2417 silly inflate node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager 2418 http fetch GET 200 https://registry.npmjs.org/@storybook%2fpostinstall 1766ms (cache revalidated) 2419 silly inflate node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types 2420 http fetch GET 200 https://registry.npmjs.org/@types%2fyargs-parser 185ms (cache revalidated) 2421 silly inflate node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree 2422 http fetch GET 200 https://registry.npmjs.org/@types%2fyauzl 160ms (cache revalidated) 2423 silly inflate node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys 2424 http fetch GET 200 https://registry.npmjs.org/@types%2fvfile 258ms (cache revalidated) 2425 silly inflate node_modules/@typescript-eslint/parser/node_modules/array-union 2426 silly inflate node_modules/@typescript-eslint/parser/node_modules/braces 2427 silly inflate node_modules/@typescript-eslint/parser/node_modules/debug 2428 silly inflate node_modules/@typescript-eslint/parser/node_modules/fast-glob 2429 silly inflate node_modules/@typescript-eslint/parser/node_modules/fill-range 2430 silly inflate node_modules/@typescript-eslint/parser/node_modules/glob-parent 2431 silly inflate node_modules/@typescript-eslint/parser/node_modules/globby 2432 silly inflate node_modules/@typescript-eslint/parser/node_modules/is-glob 2433 silly inflate node_modules/@typescript-eslint/parser/node_modules/is-number 2434 silly inflate node_modules/@typescript-eslint/parser/node_modules/lru-cache 2435 silly inflate node_modules/@typescript-eslint/parser/node_modules/merge2 2436 silly inflate node_modules/@typescript-eslint/parser/node_modules/micromatch 2437 silly inflate node_modules/@typescript-eslint/parser/node_modules/ms 2438 silly inflate node_modules/@typescript-eslint/parser/node_modules/picomatch 2439 silly inflate node_modules/@typescript-eslint/parser/node_modules/semver 2440 silly inflate node_modules/@typescript-eslint/parser/node_modules/to-regex-range 2441 silly inflate node_modules/@typescript-eslint/parser/node_modules/tslib 2442 silly inflate node_modules/@typescript-eslint/parser/node_modules/tsutils 2443 http fetch GET 200 https://registry.npmjs.org/@types%2fwebpack-sources 221ms (cache revalidated) 2444 silly inflate node_modules/@typescript-eslint/parser/node_modules/yallist 2445 silly inflate node_modules/@typescript-eslint/scope-manager 2446 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2fscope-manager 165ms (cache revalidated) 2447 silly inflate node_modules/@typescript-eslint/types 2448 silly inflate node_modules/@typescript-eslint/typescript-estree 2449 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/@nodelib/fs.stat 2450 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/array-union 2451 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/braces 2452 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/debug 2453 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob 2454 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/fill-range 2455 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/glob-parent 2456 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/globby 2457 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/ignore 2458 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/is-glob 2459 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/is-number 2460 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/merge2 2461 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/micromatch 2462 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/ms 2463 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/picomatch 2464 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/slash 2465 silly inflate node_modules/@typescript-eslint/typescript-estree/node_modules/to-regex-range 2466 silly inflate node_modules/@typescript-eslint/visitor-keys 2467 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2feslint-plugin 231ms (cache revalidated) 2468 silly inflate node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys 2469 http fetch GET 200 https://registry.npmjs.org/eslint-utils 170ms (cache revalidated) 2470 silly inflate node_modules/@webassemblyjs/ast 2471 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2ftypes 198ms (cache revalidated) 2472 silly inflate node_modules/@webassemblyjs/floating-point-hex-parser 2473 silly inflate node_modules/@webassemblyjs/helper-api-error 2474 silly inflate node_modules/@webassemblyjs/helper-buffer 2475 http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2ftypescript-estree 201ms (cache revalidated) 2476 silly inflate node_modules/@webassemblyjs/helper-code-frame 2477 silly inflate node_modules/@webassemblyjs/helper-fsm 2478 silly inflate node_modules/@webassemblyjs/helper-module-context 2479 http fetch GET 200 https://registry.npmjs.org/esrecurse 169ms (cache revalidated) 2480 silly inflate node_modules/@webassemblyjs/helper-numbers 2481 http fetch GET 200 https://registry.npmjs.org/eslint-visitor-keys 34ms (cache revalidated) 2482 silly inflate node_modules/@webassemblyjs/helper-numbers/node_modules/@webassemblyjs/floating-point-hex-parser 2483 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fast 48ms (cache revalidated) 2484 silly inflate node_modules/@webassemblyjs/helper-numbers/node_modules/@webassemblyjs/helper-api-error 2485 http fetch GET 200 https://registry.npmjs.org/tsutils 196ms (cache revalidated) 2486 silly inflate node_modules/@webassemblyjs/helper-wasm-bytecode 2487 silly inflate node_modules/@webassemblyjs/helper-wasm-section 2488 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2ffloating-point-hex-parser 68ms (cache revalidated) 2489 silly inflate node_modules/@webassemblyjs/ieee754 2490 silly inflate node_modules/@webassemblyjs/leb128 2491 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fhelper-api-error 71ms (cache revalidated) 2492 silly inflate node_modules/@webassemblyjs/utf8 2493 silly inflate node_modules/@webassemblyjs/wasm-edit 2494 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fhelper-buffer 84ms (cache revalidated) 2495 silly inflate node_modules/@webassemblyjs/wasm-gen 2496 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fhelper-code-frame 75ms (cache revalidated) 2497 silly inflate node_modules/@webassemblyjs/wasm-opt 2498 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fhelper-fsm 106ms (cache revalidated) 2499 silly inflate node_modules/@webassemblyjs/wasm-parser 2500 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fhelper-module-context 107ms (cache revalidated) 2501 silly inflate node_modules/@webassemblyjs/wast-parser 2502 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fhelper-wasm-section 84ms (cache revalidated) 2503 silly inflate node_modules/@webassemblyjs/wast-printer 2504 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fhelper-numbers 116ms (cache revalidated) 2505 silly inflate node_modules/@webpack-cli/configtest 2506 http fetch GET 200 https://registry.npmjs.org/@webpack-cli%2fconfigtest 1ms (cache hit) 2507 silly inflate node_modules/@webpack-cli/info 2508 http fetch GET 200 https://registry.npmjs.org/@webpack-cli%2finfo 2ms (cache hit) 2509 silly inflate node_modules/@webpack-cli/info/node_modules/envinfo 2510 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fieee754 97ms (cache revalidated) 2511 silly inflate node_modules/@webpack-cli/serve 2512 http fetch GET 200 https://registry.npmjs.org/@webpack-cli%2fserve 1ms (cache hit) 2513 silly inflate node_modules/@wojtekmaj/enzyme-adapter-react-17 2514 http fetch GET 200 https://registry.npmjs.org/@wojtekmaj%2fenzyme-adapter-react-17 2ms (cache hit) 2515 silly inflate node_modules/@wojtekmaj/enzyme-adapter-react-17/node_modules/react-is 2516 silly inflate node_modules/@wojtekmaj/enzyme-adapter-utils 2517 http fetch GET 200 https://registry.npmjs.org/@wojtekmaj%2fenzyme-adapter-utils 1ms (cache hit) 2518 silly inflate packages/a11y 2519 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fhelper-wasm-bytecode 152ms (cache revalidated) 2520 silly inflate packages/admin-manifest 2521 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2futf8 127ms (cache revalidated) 2522 silly inflate packages/annotations 2523 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fwasm-edit 133ms (cache revalidated) 2524 silly inflate packages/api-fetch 2525 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fleb128 150ms (cache revalidated) 2526 silly inflate packages/autop 2527 http fetch GET 200 https://registry.npmjs.org/@tannin%2fpostfix 1789ms (cache revalidated) 2528 silly inflate packages/babel-plugin-import-jsx-pragma 2529 http fetch GET 200 https://registry.npmjs.org/@types%2faria-query 1643ms (cache revalidated) 2530 silly inflate packages/babel-plugin-makepot 2531 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fwasm-gen 152ms (cache revalidated) 2532 silly inflate packages/babel-preset-default 2533 http fetch GET 200 https://registry.npmjs.org/@webassemblyjs%2fwasm-opt 151ms (cache revalidated) 2534 silly inflate packages/base-styles 2535 http fetch GET 200 https://registry.npmjs.org/envinfo 120ms (cache revalidated) 2536 silly inflate packages/blob 2537 timing idealTree Completed in 8579ms 2538 timing command:ci Completed in 10752ms 2539 verbose stack Error: Tracker "idealTree:inflate:" already exists 2539 verbose stack at Arborist.[_onError] (/home/stefanfisk/.config/nvm/16.13.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/tracker.js:107:11) 2539 verbose stack at Arborist.addTracker (/home/stefanfisk/.config/nvm/16.13.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/tracker.js:31:21) 2539 verbose stack at Array. (/home/stefanfisk/.config/nvm/16.13.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:740:14) 2539 verbose stack at run (/home/stefanfisk/.config/nvm/16.13.0/lib/node_modules/npm/node_modules/promise-call-limit/index.js:30:26) 2539 verbose stack at /home/stefanfisk/.config/nvm/16.13.0/lib/node_modules/npm/node_modules/promise-call-limit/index.js:33:7 2540 verbose cwd /home/stefanfisk/projects/berghs/gutenberg 2541 verbose Linux 5.15.3-arch1-1 2542 verbose argv "/home/stefanfisk/.config/nvm/16.13.0/bin/node" "/home/stefanfisk/.config/nvm/16.13.0/bin/npm" "--verbose" "ci" 2543 verbose node v16.13.0 2544 verbose npm v8.1.0 2545 error Tracker "idealTree:inflate:" already exists 2546 verbose exit 1 ```
fragoulis commented 1 year ago

@stefanfisk please edit your comment using collapsed sections.

github-actions[bot] commented 6 months ago

It seems there has been no activity on this issue for a while, and it is being closed in 30 days. If you believe this issue should remain open, please leave a comment. If you need further assistance or have questions, you can also search for similar issues on Stack Overflow. Make sure to look at the README file for the most updated links.

github-actions[bot] commented 5 months ago

It seems there has been no activity on this issue for a while, and it is being closed. If you believe this issue should remain open, please leave a comment. If you need further assistance or have questions, you can also search for similar issues on Stack Overflow. Make sure to look at the README file for the most updated links.

yudhiH commented 3 months ago

i'm also facing same issue, i see that there was no resolution provided on this thread - can someone please help?