搜索
热搜: 活动 交友 discuz
查看: 1345|回复: 2

【求助】SaaS框架web编译的时候报错

[复制链接]

1

主题

1

回帖

15

积分

新手上路

积分
15
发表于 2024-7-22 17:14:13 | 显示全部楼层 |阅读模式
问题描述:


在编译web的时候,报错

  1. npm error code ECONNRESET
  2. npm error syscall read
  3. npm error errno -4077
  4. npm error network read ECONNRESET
  5. npm error network This is a problem related to network connectivity.
  6. npm error network In most cases you are behind a proxy or have bad network settings.
  7. npm error network
  8. npm error network If you are behind a proxy, please make sure that the
  9. npm error network 'proxy' config is set properly.  See: 'npm help config'
复制代码



已经尝试过的方式:


1. node重装,同样的错误
2. 更换淘宝源报错以下的
  1. npm error code CERT_HAS_EXPIRED
  2. npm error errno CERT_HAS_EXPIRED
  3. npm error request to https://registry.npm.taobao.org/qs failed, reason: certificate has expired
复制代码
3. 然后又换回官方的源,报错
  1. npm error code ECONNRESET
  2. npm error syscall read
  3. npm error errno ECONNRESET
  4. npm error network request to https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz failed, reason: read ECONNRESET
  5. npm error network This is a problem related to network connectivity.
  6. npm error network In most cases you are behind a proxy or have bad network settings.
  7. npm error network
  8. npm error network If you are behind a proxy, please make sure that the
  9. npm error network 'proxy' config is set properly.  See: 'npm help config'
复制代码
我还是直接贴日志吧!!!麻烦哪位大神指导下
  1. 0 verbose cli C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js
  2. 1 info using npm@10.8.2
  3. 2 info using node@v22.5.1
  4. 3 silly config load:file:C:\Program Files\nodejs\node_modules\npm\npmrc
  5. 4 silly config load:file:E:\SaaS业务\niucloud\niucloud-master\web\.npmrc
  6. 5 silly config load:file:C:\Users\13009\.npmrc
  7. 6 silly config load:file:C:\Users\13009\AppData\Roaming\npm\etc\npmrc
  8. 7 verbose title npm install
  9. 8 verbose argv "install"
  10. 9 verbose logfile logs-max:10 dir:C:\Users\13009\AppData\Local\npm-cache\_logs\2024-07-22T09_04_41_336Z-
  11. 10 verbose logfile C:\Users\13009\AppData\Local\npm-cache\_logs\2024-07-22T09_04_41_336Z-debug-0.log
  12. 11 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368
  13. 12 silly logfile start cleaning logs, removing 1 files
  14. 13 silly logfile done cleaning log files
  15. 14 silly idealTree buildDeps
  16. 15 silly fetch manifest qs@6.7.0
  17. 16 silly packumentCache full:https://registry.npmjs.org/qs cache-miss
  18. 17 http fetch GET 200 https://registry.npmjs.org/qs 2334ms (cache miss)
  19. 18 silly packumentCache full:https://registry.npmjs.org/qs set size:undefined disposed:false
  20. 19 silly placeDep ROOT qs@6.7.0 OK for: web@1.0.0 want: 6.7.0
  21. 20 warn EBADENGINE Unsupported engine {
  22. 20 warn EBADENGINE   package: '@nuxt/kit@3.4.1',
  23. 20 warn EBADENGINE   required: { node: '^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0' },
  24. 20 warn EBADENGINE   current: { node: 'v22.5.1', npm: '10.8.2' }
  25. 20 warn EBADENGINE }
  26. 21 warn EBADENGINE Unsupported engine {
  27. 21 warn EBADENGINE   package: '@nuxt/schema@3.4.1',
  28. 21 warn EBADENGINE   required: { node: '^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0' },
  29. 21 warn EBADENGINE   current: { node: 'v22.5.1', npm: '10.8.2' }
  30. 21 warn EBADENGINE }
  31. 22 warn EBADENGINE Unsupported engine {
  32. 22 warn EBADENGINE   package: '@nuxt/vite-builder@3.4.1',
  33. 22 warn EBADENGINE   required: { node: '^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0' },
  34. 22 warn EBADENGINE   current: { node: 'v22.5.1', npm: '10.8.2' }
  35. 22 warn EBADENGINE }
  36. 23 warn EBADENGINE Unsupported engine {
  37. 23 warn EBADENGINE   package: 'nitropack@2.3.3',
  38. 23 warn EBADENGINE   required: { node: '^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0' },
  39. 23 warn EBADENGINE   current: { node: 'v22.5.1', npm: '10.8.2' }
  40. 23 warn EBADENGINE }
  41. 24 warn EBADENGINE Unsupported engine {
  42. 24 warn EBADENGINE   package: 'nuxi@3.4.1',
  43. 24 warn EBADENGINE   required: { node: '^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0' },
  44. 24 warn EBADENGINE   current: { node: 'v22.5.1', npm: '10.8.2' }
  45. 24 warn EBADENGINE }
  46. 25 warn EBADENGINE Unsupported engine {
  47. 25 warn EBADENGINE   package: 'nuxt@3.4.1',
  48. 25 warn EBADENGINE   required: { node: '^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0' },
  49. 25 warn EBADENGINE   current: { node: 'v22.5.1', npm: '10.8.2' }
  50. 25 warn EBADENGINE }
  51. 26 warn EBADENGINE Unsupported engine {
  52. 26 warn EBADENGINE   package: '@nuxt/kit@3.0.0',
  53. 26 warn EBADENGINE   required: { node: '^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0' },
  54. 26 warn EBADENGINE   current: { node: 'v22.5.1', npm: '10.8.2' }
  55. 26 warn EBADENGINE }
  56. 27 warn EBADENGINE Unsupported engine {
  57. 27 warn EBADENGINE   package: '@nuxt/schema@3.0.0',
  58. 27 warn EBADENGINE   required: { node: '^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0' },
  59. 27 warn EBADENGINE   current: { node: 'v22.5.1', npm: '10.8.2' }
  60. 27 warn EBADENGINE }
  61. 28 warn EBADENGINE Unsupported engine {
  62. 28 warn EBADENGINE   package: 'nypm@0.2.0',
  63. 28 warn EBADENGINE   required: { node: '^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0' },
  64. 28 warn EBADENGINE   current: { node: 'v22.5.1', npm: '10.8.2' }
  65. 28 warn EBADENGINE }
  66. 29 silly reify moves {}
  67. 30 silly audit bulk request {
  68. 30 silly audit   '@ampproject/remapping': [ '2.2.0' ],
  69. 30 silly audit   '@antfu/utils': [ '0.7.2' ],
  70. 30 silly audit   '@babel/code-frame': [ '7.21.4' ],
  71. 30 silly audit   '@babel/compat-data': [ '7.21.4' ],
  72. 30 silly audit   '@babel/core': [ '7.21.4' ],
  73. 30 silly audit   semver: [ '6.3.0', '7.4.0' ],
  74. 30 silly audit   '@babel/generator': [ '7.21.4' ],
  75. 30 silly audit   '@jridgewell/gen-mapping': [ '0.3.2', '0.1.1' ],
  76. 30 silly audit   '@babel/helper-annotate-as-pure': [ '7.18.6' ],
  77. 30 silly audit   '@babel/helper-compilation-targets': [ '7.21.4' ],
  78. 30 silly audit   '@babel/helper-create-class-features-plugin': [ '7.21.4' ],
  79. 30 silly audit   '@babel/helper-environment-visitor': [ '7.18.9' ],
  80. 30 silly audit   '@babel/helper-function-name': [ '7.21.0' ],
  81. 30 silly audit   '@babel/helper-hoist-variables': [ '7.18.6' ],
  82. 30 silly audit   '@babel/helper-member-expression-to-functions': [ '7.21.0' ],
  83. 30 silly audit   '@babel/helper-module-imports': [ '7.21.4' ],
  84. 30 silly audit   '@babel/helper-module-transforms': [ '7.21.2' ],
  85. 30 silly audit   '@babel/helper-optimise-call-expression': [ '7.18.6' ],
  86. 30 silly audit   '@babel/helper-plugin-utils': [ '7.20.2' ],
  87. 30 silly audit   '@babel/helper-replace-supers': [ '7.20.7' ],
  88. 30 silly audit   '@babel/helper-simple-access': [ '7.20.2' ],
  89. 30 silly audit   '@babel/helper-skip-transparent-expression-wrappers': [ '7.20.0' ],
  90. 30 silly audit   '@babel/helper-split-export-declaration': [ '7.18.6' ],
  91. 30 silly audit   '@babel/helper-string-parser': [ '7.19.4' ],
  92. 30 silly audit   '@babel/helper-validator-identifier': [ '7.19.1' ],
  93. 30 silly audit   '@babel/helper-validator-option': [ '7.21.0' ],
  94. 30 silly audit   '@babel/helpers': [ '7.21.0' ],
  95. 30 silly audit   '@babel/highlight': [ '7.18.6' ],
  96. 30 silly audit   'ansi-styles': [ '3.2.1', '6.2.1', '4.3.0' ],
  97. 30 silly audit   chalk: [ '2.4.2', '5.2.0', '4.1.2' ],
  98. 30 silly audit   'escape-string-regexp': [ '1.0.5', '5.0.0' ],
  99. 30 silly audit   '@babel/parser': [ '7.21.4' ],
  100. 30 silly audit   '@babel/plugin-syntax-jsx': [ '7.21.4' ],
  101. 30 silly audit   '@babel/plugin-syntax-typescript': [ '7.21.4' ],
  102. 30 silly audit   '@babel/plugin-transform-typescript': [ '7.21.3' ],
  103. 30 silly audit   '@babel/standalone': [ '7.21.3' ],
  104. 30 silly audit   '@babel/template': [ '7.20.7' ],
  105. 30 silly audit   '@babel/traverse': [ '7.21.4' ],
  106. 30 silly audit   '@babel/types': [ '7.21.4' ],
  107. 30 silly audit   '@cloudflare/kv-asset-handler': [ '0.3.0' ],
  108. 30 silly audit   '@ctrl/tinycolor': [ '3.6.0' ],
  109. 30 silly audit   '@element-plus/icons-vue': [ '2.1.0' ],
  110. 30 silly audit   '@element-plus/nuxt': [ '1.0.4' ],
  111. 30 silly audit   'magic-string': [ '0.27.0', '0.25.9', '0.30.0' ],
  112. 30 silly audit   '@esbuild/android-arm': [ '0.17.17' ],
  113. 30 silly audit   '@esbuild/android-arm64': [ '0.17.17' ],
  114. 30 silly audit   '@esbuild/android-x64': [ '0.17.17' ],
  115. 30 silly audit   '@esbuild/darwin-arm64': [ '0.17.17' ],
  116. 30 silly audit   '@esbuild/darwin-x64': [ '0.17.17' ],
  117. 30 silly audit   '@esbuild/freebsd-arm64': [ '0.17.17' ],
  118. 30 silly audit   '@esbuild/freebsd-x64': [ '0.17.17' ],
  119. 30 silly audit   '@esbuild/linux-arm': [ '0.17.17' ],
  120. 30 silly audit   '@esbuild/linux-arm64': [ '0.17.17' ],
  121. 30 silly audit   '@esbuild/linux-ia32': [ '0.17.17' ],
  122. 30 silly audit   '@esbuild/linux-loong64': [ '0.17.17' ],
  123. 30 silly audit   '@esbuild/linux-mips64el': [ '0.17.17' ],
  124. 30 silly audit   '@esbuild/linux-ppc64': [ '0.17.17' ],
  125. 30 silly audit   '@esbuild/linux-riscv64': [ '0.17.17' ],
  126. 30 silly audit   '@esbuild/linux-s390x': [ '0.17.17' ],
  127. 30 silly audit   '@esbuild/linux-x64': [ '0.17.17' ],
  128. 30 silly audit   '@esbuild/netbsd-x64': [ '0.17.17' ],
  129. 30 silly audit   '@esbuild/openbsd-x64': [ '0.17.17' ],
  130. 30 silly audit   '@esbuild/sunos-x64': [ '0.17.17' ],
  131. 30 silly audit   '@esbuild/win32-arm64': [ '0.17.17' ],
  132. 30 silly audit   '@esbuild/win32-ia32': [ '0.17.17' ],
  133. 30 silly audit   '@esbuild/win32-x64': [ '0.17.17' ],
  134. 30 silly audit   '@floating-ui/core': [ '1.2.5' ],
  135. 30 silly audit   '@floating-ui/dom': [ '1.2.5' ],
  136. 30 silly audit   '@intlify/core-base': [ '9.2.2' ],
  137. 30 silly audit   '@intlify/devtools-if': [ '9.2.2' ],
  138. 30 silly audit   '@intlify/message-compiler': [ '9.2.2' ],
  139. 30 silly audit   'source-map': [ '0.6.1', '0.7.4' ],
  140. 30 silly audit   '@intlify/shared': [ '9.2.2' ],
  141. 30 silly audit   '@intlify/vue-devtools': [ '9.2.2' ],
  142. 30 silly audit   '@ioredis/commands': [ '1.2.0' ],
  143. 30 silly audit   '@jridgewell/resolve-uri': [ '3.1.0' ],
  144. 30 silly audit   '@jridgewell/set-array': [ '1.1.2' ],
  145. 30 silly audit   '@jridgewell/source-map': [ '0.3.2' ],
  146. 30 silly audit   '@jridgewell/sourcemap-codec': [ '1.4.14' ],
  147. 30 silly audit   '@jridgewell/trace-mapping': [ '0.3.17' ],
  148. 30 silly audit   '@mapbox/node-pre-gyp': [ '1.0.10' ],
  149. 30 silly audit   'node-fetch': [ '2.6.9', '3.3.1' ],
  150. 30 silly audit   '@netlify/functions': [ '1.4.0' ],
  151. 30 silly audit   '@nodelib/fs.scandir': [ '2.1.5' ],
  152. 30 silly audit   '@nodelib/fs.stat': [ '2.0.5' ],
  153. 30 silly audit   '@nodelib/fs.walk': [ '1.2.8' ],
  154. 30 silly audit   '@nuxt/devalue': [ '2.0.0' ],
  155. 30 silly audit   '@nuxt/kit': [ '3.4.1', '3.0.0' ],
  156. 30 silly audit   consola: [ '3.0.2', '2.15.3' ],
  157. 30 silly audit   '@nuxt/schema': [ '3.4.1', '3.0.0' ],
  158. 30 silly audit   '@nuxt/telemetry': [ '2.2.0' ],
  159. 30 silly audit   'fs-extra': [ '10.1.0', '11.1.1' ],
  160. 30 silly audit   '@nuxt/ui-templates': [ '1.1.1' ],
  161. 30 silly audit   '@nuxt/vite-builder': [ '3.4.1' ],
  162. 30 silly audit   '@polka/url': [ '1.0.0-next.21' ],
  163. 30 silly audit   '@sxzz/popperjs-es': [ '2.11.7' ],
  164. 30 silly audit   '@rollup/plugin-alias': [ '5.0.0' ],
  165. 30 silly audit   '@rollup/plugin-commonjs': [ '24.1.0' ],
  166. 30 silly audit   'estree-walker': [ '2.0.2', '3.0.3' ],
  167. 30 silly audit   '@rollup/plugin-inject': [ '5.0.3' ],
  168. 30 silly audit   '@rollup/plugin-json': [ '6.0.0' ],
  169. 30 silly audit   '@rollup/plugin-node-resolve': [ '15.0.2' ],
  170. 30 silly audit   '@rollup/plugin-replace': [ '5.0.2' ],
  171. 30 silly audit   '@rollup/plugin-terser': [ '0.4.1' ],
  172. 30 silly audit   '@rollup/plugin-virtual': [ '3.0.2' ],
  173. 30 silly audit   '@rollup/plugin-wasm': [ '6.1.2' ],
  174. 30 silly audit   '@rollup/pluginutils': [ '5.0.2', '4.2.1' ],
  175. 30 silly audit   '@swc/core': [ '1.3.105' ],
  176. 30 silly audit   '@swc/core-darwin-arm64': [ '1.3.105' ],
  177. 30 silly audit   '@swc/core-darwin-x64': [ '1.3.105' ],
  178. 30 silly audit   '@swc/core-linux-arm-gnueabihf': [ '1.3.105' ],
  179. 30 silly audit   '@swc/core-linux-arm64-gnu': [ '1.3.105' ],
  180. 30 silly audit   '@swc/core-linux-arm64-musl': [ '1.3.105' ],
  181. 30 silly audit   '@swc/core-linux-x64-gnu': [ '1.3.105' ],
  182. 30 silly audit   '@swc/core-linux-x64-musl': [ '1.3.105' ],
  183. 30 silly audit   '@swc/core-win32-arm64-msvc': [ '1.3.105' ],
  184. 30 silly audit   '@swc/core-win32-ia32-msvc': [ '1.3.105' ],
  185. 30 silly audit   '@swc/core-win32-x64-msvc': [ '1.3.105' ],
  186. 30 silly audit   '@swc/counter': [ '0.1.2' ],
  187. 30 silly audit   '@swc/types': [ '0.1.5' ],
  188. 30 silly audit   '@trysound/sax': [ '0.2.0' ],
  189. 30 silly audit   '@types/estree': [ '1.0.0' ],
  190. 30 silly audit   '@types/lodash': [ '4.14.192' ],
  191. 30 silly audit   '@types/lodash-es': [ '4.17.7' ],
  192. 30 silly audit   '@types/node': [ '18.15.11' ],
  193. 30 silly audit   '@types/qrcode': [ '1.5.0' ],
  194. 30 silly audit   '@types/resolve': [ '1.20.2' ],
  195. 30 silly audit   '@types/web-bluetooth': [ '0.0.16' ],
  196. 30 silly audit   '@unhead/dom': [ '1.1.25' ],
  197. 30 silly audit   '@unhead/schema': [ '1.1.25' ],
  198. 30 silly audit   '@unhead/shared': [ '1.1.25' ],
  199. 30 silly audit   '@unhead/ssr': [ '1.1.25' ],
  200. 30 silly audit   '@unhead/vue': [ '1.1.25' ],
  201. 30 silly audit   '@vercel/nft': [ '0.22.6' ],
  202. 30 silly audit   'brace-expansion': [ '1.1.11', '2.0.1' ],
  203. 30 silly audit   glob: [ '7.2.3', '8.1.0' ],
  204. 30 silly audit   minimatch: [ '3.1.2', '5.1.6', '3.0.8' ],
  205. 30 silly audit   '@vitejs/plugin-vue': [ '4.1.0' ],
  206. 30 silly audit   '@vitejs/plugin-vue-jsx': [ '3.0.1' ],
  207. 30 silly audit   '@vue/babel-helper-vue-transform-on': [ '1.0.2' ],
  208. 30 silly audit   '@vue/babel-plugin-jsx': [ '1.1.1' ],
  209. 30 silly audit   '@vue/compiler-core': [ '3.2.47' ],
  210. 30 silly audit   '@vue/compiler-dom': [ '3.2.47' ],
  211. 30 silly audit   '@vue/compiler-sfc': [ '3.2.47' ],
  212. 30 silly audit   '@vue/compiler-ssr': [ '3.2.47' ],
  213. 30 silly audit   '@vue/devtools-api': [ '6.5.0' ],
  214. 30 silly audit   '@vue/reactivity': [ '3.2.47' ],
  215. 30 silly audit   '@vue/reactivity-transform': [ '3.2.47' ],
  216. 30 silly audit   '@vue/runtime-core': [ '3.2.47' ],
  217. 30 silly audit   '@vue/runtime-dom': [ '3.2.47' ],
  218. 30 silly audit   '@vue/server-renderer': [ '3.2.47' ],
  219. 30 silly audit   '@vue/shared': [ '3.2.47' ],
  220. 30 silly audit   '@vueuse/core': [ '9.13.0' ],
  221. 30 silly audit   '@vueuse/metadata': [ '9.13.0' ],
  222. 30 silly audit   '@vueuse/shared': [ '9.13.0' ],
  223. 30 silly audit   '@windicss/config': [ '1.8.10' ],
  224. 30 silly audit   '@windicss/plugin-utils': [ '1.8.10' ],
  225. 30 silly audit   abbrev: [ '1.1.1' ],
  226. 30 silly audit   acorn: [ '8.8.2' ],
  227. 30 silly audit   'agent-base': [ '6.0.2' ],
  228. 30 silly audit   'ansi-escapes': [ '6.1.0', '4.3.2' ],
  229. 30 silly audit   'ansi-regex': [ '6.0.1', '5.0.1' ],
  230. 30 silly audit   anymatch: [ '3.1.3' ],
  231. 30 silly audit   aproba: [ '2.0.0' ],
  232. 30 silly audit   arch: [ '2.2.0' ],
  233. 30 silly audit   archiver: [ '5.3.1' ],
  234. 30 silly audit   'archiver-utils': [ '2.1.0' ],
  235. 30 silly audit   'readable-stream': [ '2.3.8', '3.6.2' ],
  236. 30 silly audit   'safe-buffer': [ '5.1.2', '5.2.1' ],
  237. 30 silly audit   string_decoder: [ '1.1.1', '1.3.0' ],
  238. 30 silly audit   'are-we-there-yet': [ '2.0.0' ],
  239. 30 silly audit   async: [ '3.2.4' ],
  240. 30 silly audit   'async-sema': [ '3.1.1' ],
  241. 30 silly audit   'async-validator': [ '4.2.5' ],
  242. 30 silly audit   autoprefixer: [ '10.4.14' ],
  243. 30 silly audit   'balanced-match': [ '1.0.2' ],
  244. 30 silly audit   'base64-js': [ '1.5.1' ],
  245. 30 silly audit   'big.js': [ '5.2.2' ],
  246. 30 silly audit   'binary-extensions': [ '2.2.0' ],
  247. 30 silly audit   bindings: [ '1.5.0' ],
  248. 30 silly audit   bl: [ '5.1.0', '4.1.0' ],
  249. 30 silly audit   boolbase: [ '1.0.0' ],
  250. 30 silly audit   braces: [ '3.0.2' ],
  251. 30 silly audit   browserslist: [ '4.21.5' ],
  252. 30 silly audit   buffer: [ '6.0.3', '5.7.1' ],
  253. 30 silly audit   'buffer-crc32': [ '0.2.13' ],
  254. 30 silly audit   'buffer-from': [ '1.1.2' ],
  255. 30 silly audit   'builtin-modules': [ '3.3.0' ],
  256. 30 silly audit   c12: [ '1.2.0' ],
  257. 30 silly audit   cac: [ '6.7.14' ],
  258. 30 silly audit   camelcase: [ '6.3.0', '5.3.1' ],
  259. 30 silly audit   'caniuse-api': [ '3.0.0' ],
  260. 30 silly audit   'caniuse-lite': [ '1.0.30001473' ],
  261. 30 silly audit   chardet: [ '0.7.0' ],
  262. 30 silly audit   cheerio: [ '1.0.0-rc.12' ],
  263. 30 silly audit   'cheerio-select': [ '2.1.0' ],
  264. 30 silly audit   chokidar: [ '3.5.3' ],
  265. 30 silly audit   chownr: [ '2.0.0' ],
  266. 30 silly audit   'ci-info': [ '3.8.0' ],
  267. 30 silly audit   clear: [ '0.1.0' ],
  268. 30 silly audit   'cli-cursor': [ '4.0.0' ],
  269. 30 silly audit   'cli-spinners': [ '2.8.0' ],
  270. 30 silly audit   'cli-width': [ '4.0.0' ],
  271. 30 silly audit   clipboardy: [ '3.0.0' ],
  272. 30 silly audit   cliui: [ '8.0.1', '6.0.0' ],
  273. 30 silly audit   'color-convert': [ '2.0.1', '1.9.3' ],
  274. 30 silly audit   'color-name': [ '1.1.4', '1.1.3' ],
  275. 30 silly audit   'emoji-regex': [ '8.0.0', '9.2.2' ],
  276. 30 silly audit   'string-width': [ '4.2.3', '5.1.2' ],
  277. 30 silly audit   'strip-ansi': [ '6.0.1', '7.0.1' ],
  278. 30 silly audit   'wrap-ansi': [ '7.0.0', '6.2.0', '8.1.0' ],
  279. 30 silly audit   clone: [ '1.0.4' ],
  280. 30 silly audit   'cluster-key-slot': [ '1.1.2' ],
  281. 30 silly audit   'color-support': [ '1.1.3' ],
  282. 30 silly audit   colord: [ '2.9.3' ],
  283. 30 silly audit   colorette: [ '2.0.19' ],
  284. 30 silly audit   commander: [ '7.2.0', '2.20.3', '8.3.0' ],
  285. 30 silly audit   commondir: [ '1.0.1' ],
  286. 30 silly audit   'compress-commons': [ '4.1.1' ],
  287. 30 silly audit   'concat-map': [ '0.0.1' ],
  288. 30 silly audit   connect: [ '3.7.0' ],
  289. 30 silly audit   debug: [ '2.6.9', '4.3.4' ],
  290. 30 silly audit   ms: [ '2.0.0', '2.1.2', '2.1.3' ],
  291. 30 silly audit   'console-control-strings': [ '1.1.0' ],
  292. 30 silly audit   'convert-source-map': [ '1.9.0' ],
  293. 30 silly audit   'cookie-es': [ '0.5.0' ],
  294. 30 silly audit   'core-util-is': [ '1.0.3' ],
  295. 30 silly audit   'crc-32': [ '1.2.2' ],
  296. 30 silly audit   'crc32-stream': [ '4.0.2' ],
  297. 30 silly audit   'create-require': [ '1.1.1' ],
  298. 30 silly audit   'cross-spawn': [ '7.0.3' ],
  299. 30 silly audit   'css-declaration-sorter': [ '6.4.0' ],
  300. 30 silly audit   'css-select': [ '5.1.0' ],
  301. 30 silly audit   'css-tree': [ '2.3.1', '2.2.1' ],
  302. 30 silly audit   'css-what': [ '6.1.0' ],
  303. 30 silly audit   cssesc: [ '3.0.0' ],
  304. 30 silly audit   cssnano: [ '6.0.0' ],
  305. 30 silly audit   'cssnano-preset-default': [ '6.0.0' ],
  306. 30 silly audit   'cssnano-utils': [ '4.0.0' ],
  307. 30 silly audit   csso: [ '5.0.5' ],
  308. 30 silly audit   'mdn-data': [ '2.0.28', '2.0.30' ],
  309. 30 silly audit   csstype: [ '2.6.21' ],
  310. 30 silly audit   cuint: [ '0.2.2' ],
  311. 30 silly audit   'data-uri-to-buffer': [ '4.0.1' ],
  312. 30 silly audit   dayjs: [ '1.11.7' ],
  313. 30 silly audit   decamelize: [ '1.2.0' ],
  314. 30 silly audit   declass: [ '0.0.1' ],
  315. 30 silly audit   deepmerge: [ '4.3.1' ],
  316. 30 silly audit   defaults: [ '1.0.4' ],
  317. 30 silly audit   'define-lazy-prop': [ '2.0.0' ],
  318. 30 silly audit   defu: [ '6.1.2' ],
  319. 30 silly audit   delegates: [ '1.0.0' ],
  320. 30 silly audit   denque: [ '2.1.0' ],
  321. 30 silly audit   depd: [ '2.0.0' ],
  322. 30 silly audit   destr: [ '1.2.2' ],
  323. 30 silly audit   destroy: [ '1.2.0' ],
  324. 30 silly audit   'detect-libc': [ '2.0.1' ],
  325. 30 silly audit   devalue: [ '4.3.0' ],
  326. 30 silly audit   dijkstrajs: [ '1.0.2' ],
  327. 30 silly audit   'dir-glob': [ '3.0.1' ],
  328. 30 silly audit   'dom-serializer': [ '2.0.0' ],
  329. 30 silly audit   domelementtype: [ '2.3.0' ],
  330. 30 silly audit   domhandler: [ '5.0.3' ],
  331. 30 silly audit   domutils: [ '3.0.1' ],
  332. 30 silly audit   'dot-prop': [ '7.2.0' ],
  333. 30 silly audit   'type-fest': [ '2.19.0', '3.8.0', '0.21.3' ],
  334. 30 silly audit   dotenv: [ '16.0.3' ],
  335. 30 silly audit   duplexer: [ '0.1.2' ],
  336. 30 silly audit   eastasianwidth: [ '0.2.0' ],
  337. 30 silly audit   'ee-first': [ '1.1.1' ],
  338. 30 silly audit   'electron-to-chromium': [ '1.4.347' ],
  339. 30 silly audit   'element-plus': [ '2.3.2' ],
  340. 30 silly audit   'emojis-list': [ '3.0.0' ],
  341. 30 silly audit   'encode-utf8': [ '1.0.3' ],
  342. 30 silly audit   encodeurl: [ '1.0.2' ],
  343. 30 silly audit   'end-of-stream': [ '1.4.4' ],
  344. 30 silly audit   'enhanced-resolve': [ '5.12.0', '4.5.0' ],
  345. 30 silly audit   entities: [ '4.5.0' ],
  346. 30 silly audit   errno: [ '0.1.8' ],
  347. 30 silly audit   esbuild: [ '0.17.17' ],
  348. 30 silly audit   escalade: [ '3.1.1' ],
  349. 30 silly audit   'escape-html': [ '1.0.3' ],
  350. 30 silly audit   etag: [ '1.8.1' ],
  351. 30 silly audit   eventemitter3: [ '4.0.7' ],
  352. 30 silly audit   execa: [ '5.1.1', '7.1.1' ],
  353. 30 silly audit   'external-editor': [ '3.1.0' ],
  354. 30 silly audit   externality: [ '1.0.0' ],
  355. 30 silly audit   'fast-glob': [ '3.2.12' ],
  356. 30 silly audit   fastq: [ '1.15.0' ],
  357. 30 silly audit   'fetch-blob': [ '3.2.0' ],
  358. 30 silly audit   figures: [ '5.0.0' ],
  359. 30 silly audit   'file-uri-to-path': [ '1.0.0' ],
  360. 30 silly audit   'fill-range': [ '7.0.1' ],
  361. 30 silly audit   finalhandler: [ '1.1.2' ],
  362. 30 silly audit   'on-finished': [ '2.3.0', '2.4.1' ],
  363. 30 silly audit   statuses: [ '1.5.0', '2.0.1' ],
  364. 30 silly audit   'find-up': [ '4.1.0' ],
  365. 30 silly audit   flat: [ '5.0.2' ],
  366. 30 silly audit   'follow-redirects': [ '1.15.2' ],
  367. 30 silly audit   'formdata-polyfill': [ '4.0.10' ],
  368. 30 silly audit   'fraction.js': [ '4.2.0' ],
  369. 30 silly audit   fresh: [ '0.5.2' ],
  370. 30 silly audit   'fs-constants': [ '1.0.0' ],
  371. 30 silly audit   'fs-minipass': [ '2.1.0' ],
  372. 30 silly audit   minipass: [ '3.3.6', '4.2.5' ],
  373. 30 silly audit   yallist: [ '4.0.0', '3.1.1' ],
  374. 30 silly audit   'fs.realpath': [ '1.0.0' ],
  375. 30 silly audit   fsevents: [ '2.3.2' ],
  376. 30 silly audit   'function-bind': [ '1.1.1' ],
  377. 30 silly audit   gauge: [ '3.0.2' ],
  378. 30 silly audit   gensync: [ '1.0.0-beta.2' ],
  379. 30 silly audit   'get-caller-file': [ '2.0.5' ],
  380. 30 silly audit   'get-port': [ '6.1.2' ],
  381. 30 silly audit   'get-port-please': [ '3.0.1' ],
  382. 30 silly audit   'get-stream': [ '6.0.1' ],
  383. 30 silly audit   giget: [ '1.1.2' ],
  384. 30 silly audit   'git-config-path': [ '2.0.0' ],
  385. 30 silly audit   'git-up': [ '7.0.0' ],
  386. 30 silly audit   'git-url-parse': [ '13.1.0' ],
  387. 30 silly audit   'glob-parent': [ '5.1.2' ],
  388. 30 silly audit   globals: [ '11.12.0' ],
  389. 30 silly audit   globby: [ '13.1.4' ],
  390. 30 silly audit   'graceful-fs': [ '4.2.11' ],
  391. 30 silly audit   'gzip-size': [ '7.0.0' ],
  392. 30 silly audit   h3: [ '1.6.4' ],
  393. 30 silly audit   has: [ '1.0.3' ],
  394. 30 silly audit   'has-flag': [ '3.0.0', '4.0.0' ],
  395. 30 silly audit   'has-unicode': [ '2.0.1' ],
  396. 30 silly audit   'hash-sum': [ '2.0.0' ],
  397. 30 silly audit   hookable: [ '5.5.3' ],
  398. 30 silly audit   'html-tags': [ '3.3.1' ],
  399. 30 silly audit   htmlparser2: [ '8.0.2' ],
  400. 30 silly audit   'http-errors': [ '2.0.0' ],
  401. 30 silly audit   'http-proxy': [ '1.18.1' ],
  402. 30 silly audit   'http-shutdown': [ '1.2.2' ],
  403. 30 silly audit   'https-proxy-agent': [ '5.0.1' ],
  404. 30 silly audit   'human-signals': [ '2.1.0', '4.3.1' ],
  405. 30 silly audit   'iconv-lite': [ '0.4.24' ],
  406. 30 silly audit   ieee754: [ '1.2.1' ],
  407. 30 silly audit   ignore: [ '5.2.4' ],
  408. 30 silly audit   immutable: [ '4.3.0' ],
  409. 30 silly audit   inflight: [ '1.0.6' ],
  410. 30 silly audit   inherits: [ '2.0.4' ],
  411. 30 silly audit   ini: [ '1.3.8' ],
  412. 30 silly audit   inquirer: [ '9.1.5' ],
  413. 30 silly audit   ioredis: [ '5.3.2' ],
  414. 30 silly audit   'ip-regex': [ '5.0.0' ],
  415. 30 silly audit   'iron-webcrypto': [ '0.6.0' ],
  416. 30 silly audit   'is-binary-path': [ '2.1.0' ],
  417. 30 silly audit   'is-builtin-module': [ '3.2.1' ],
  418. 30 silly audit   'is-core-module': [ '2.11.0' ],
  419. 30 silly audit   'is-docker': [ '3.0.0', '2.2.1' ],
  420. 30 silly audit   'is-extglob': [ '2.1.1' ],
  421. 30 silly audit   'is-fullwidth-code-point': [ '3.0.0' ],
  422. 30 silly audit   'is-glob': [ '4.0.3' ],
  423. 30 silly audit   'is-interactive': [ '2.0.0' ],
  424. 30 silly audit   'is-module': [ '1.0.0' ],
  425. 30 silly audit   'is-number': [ '7.0.0' ],
  426. 30 silly audit   'is-primitive': [ '3.0.1' ],
  427. 30 silly audit   'is-promise': [ '4.0.0' ],
  428. 30 silly audit   'is-reference': [ '1.2.1' ],
  429. 30 silly audit   'is-ssh': [ '1.4.0' ],
  430. 30 silly audit   'is-stream': [ '2.0.1', '3.0.0' ],
  431. 30 silly audit   'is-unicode-supported': [ '1.3.0' ],
  432. 30 silly audit   'is-wsl': [ '2.2.0' ],
  433. 30 silly audit   isarray: [ '1.0.0' ],
  434. 30 silly audit   isexe: [ '2.0.0' ],
  435. 30 silly audit   jiti: [ '1.18.2' ],
  436. 30 silly audit   'js-tokens': [ '4.0.0' ],
  437. 30 silly audit   jsesc: [ '2.5.2' ],
  438. 30 silly audit   json5: [ '2.2.3' ],
  439. 30 silly audit   'jsonc-parser': [ '3.2.0' ],
  440. 30 silly audit   jsonfile: [ '6.1.0' ],
  441. 30 silly audit   kleur: [ '3.0.3' ],
  442. 30 silly audit   klona: [ '2.0.6' ],
  443. 30 silly audit   knitwork: [ '1.0.0' ],
  444. 30 silly audit   kolorist: [ '1.7.0' ],
  445. 30 silly audit   lazystream: [ '1.0.1' ],
  446. 30 silly audit   lilconfig: [ '2.1.0' ],
  447. 30 silly audit   listhen: [ '1.0.4' ],
  448. 30 silly audit   'loader-utils': [ '2.0.4' ],
  449. 30 silly audit   'local-pkg': [ '0.4.3' ],
  450. 30 silly audit   'locate-path': [ '5.0.0' ],
  451. 30 silly audit   lodash: [ '4.17.21' ],
  452. 30 silly audit   'lodash-es': [ '4.17.21' ],
  453. 30 silly audit   'lodash-unified': [ '1.0.3' ],
  454. 30 silly audit   'lodash._reinterpolate': [ '3.0.0' ],
  455. 30 silly audit   'lodash.debounce': [ '4.0.8' ],
  456. 30 silly audit   'lodash.defaults': [ '4.2.0' ],
  457. 30 silly audit   'lodash.difference': [ '4.5.0' ],
  458. 30 silly audit   'lodash.flatten': [ '4.4.0' ],
  459. 30 silly audit   'lodash.isarguments': [ '3.1.0' ],
  460. 30 silly audit   'lodash.isplainobject': [ '4.0.6' ],
  461. 30 silly audit   'lodash.memoize': [ '4.1.2' ],
  462. 30 silly audit   'lodash.pick': [ '4.4.0' ],
  463. 30 silly audit   'lodash.template': [ '4.5.0' ],
  464. 30 silly audit   'lodash.templatesettings': [ '4.2.0' ],
  465. 30 silly audit   'lodash.union': [ '4.6.0' ],
  466. 30 silly audit   'lodash.uniq': [ '4.5.0' ],
  467. 30 silly audit   'log-symbols': [ '5.1.0' ],
  468. 30 silly audit   'lru-cache': [ '5.1.1', '6.0.0', '9.0.3' ],
  469. 30 silly audit   'make-dir': [ '3.1.0' ],
  470. 30 silly audit   'memoize-one': [ '6.0.0' ],
  471. 30 silly audit   'memory-fs': [ '0.5.0' ],
  472. 30 silly audit   'merge-stream': [ '2.0.0' ],
  473. 30 silly audit   merge2: [ '1.4.1' ],
  474. 30 silly audit   micromatch: [ '4.0.5' ],
  475. 30 silly audit   mime: [ '3.0.0', '2.5.2', '1.6.0' ],
  476. 30 silly audit   'mimic-fn': [ '2.1.0', '4.0.0' ],
  477. 30 silly audit   minizlib: [ '2.1.2' ],
  478. 30 silly audit   mkdirp: [ '1.0.4' ],
  479. 30 silly audit   mlly: [ '1.2.0' ],
  480. 30 silly audit   mri: [ '1.2.0' ],
  481. 30 silly audit   mrmime: [ '1.0.1' ],
  482. 30 silly audit   'mute-stream': [ '1.0.0' ],
  483. 30 silly audit   nanoid: [ '4.0.2', '3.3.6' ],
  484. 30 silly audit   nitropack: [ '2.3.3' ],
  485. 30 silly audit   'node-domexception': [ '1.0.0' ],
  486. 30 silly audit   'node-fetch-native': [ '1.1.0' ],
  487. 30 silly audit   'node-forge': [ '1.3.1' ],
  488. 30 silly audit   'node-gyp-build': [ '4.6.0' ],
  489. 30 silly audit   'node-releases': [ '2.0.10' ],
  490. 30 silly audit   nopt: [ '5.0.0' ],
  491. 30 silly audit   'normalize-path': [ '3.0.0' ],
  492. 30 silly audit   'normalize-range': [ '0.1.2' ],
  493. 30 silly audit   'normalize-wheel-es': [ '1.2.0' ],
  494. 30 silly audit   'npm-run-path': [ '4.0.1', '5.1.0' ],
  495. 30 silly audit   npmlog: [ '5.0.1' ],
  496. 30 silly audit   'nth-check': [ '2.1.1' ],
  497. 30 silly audit   nuxi: [ '3.4.1' ],
  498. 30 silly audit   nuxt: [ '3.4.1' ],
  499. 30 silly audit   'nuxt-windicss': [ '2.6.0' ],
  500. 30 silly audit   unimport: [ '1.3.0', '3.0.6' ],
  501. 30 silly audit   nypm: [ '0.2.0' ],
  502. 30 silly audit   onetime: [ '6.0.0', '5.1.2' ],
  503. 30 silly audit   'path-key': [ '4.0.0', '3.1.1' ],
  504. 30 silly audit   'strip-final-newline': [ '3.0.0', '2.0.0' ],
  505. 30 silly audit   'object-assign': [ '4.1.1' ],
  506. 30 silly audit   ofetch: [ '1.0.1' ],
  507. 30 silly audit   ohash: [ '1.0.0' ],
  508. 30 silly audit   once: [ '1.4.0' ],
  509. 30 silly audit   open: [ '8.4.2' ],
  510. 30 silly audit   ora: [ '6.3.0' ],
  511. 30 silly audit   'os-tmpdir': [ '1.0.2' ],
  512. 30 silly audit   'p-limit': [ '2.3.0' ],
  513. 30 silly audit   'p-locate': [ '4.1.0' ],
  514. 30 silly audit   'p-try': [ '2.2.0' ],
  515. 30 silly audit   'parse-git-config': [ '3.0.0' ],
  516. 30 silly audit   'parse-path': [ '7.0.0' ],
  517. 30 silly audit   'parse-url': [ '8.1.0' ],
  518. 30 silly audit   parse5: [ '7.1.2' ],
  519. 30 silly audit   'parse5-htmlparser2-tree-adapter': [ '7.0.0' ],
  520. 30 silly audit   parseurl: [ '1.3.3' ],
  521. 30 silly audit   'path-exists': [ '4.0.0' ],
  522. 30 silly audit   'path-is-absolute': [ '1.0.1' ],
  523. 30 silly audit   'path-parse': [ '1.0.7' ],
  524. 30 silly audit   'path-type': [ '4.0.0' ],
  525. 30 silly audit   pathe: [ '1.1.0' ],
  526. 30 silly audit   'perfect-debounce': [ '0.1.3' ],
  527. 30 silly audit   picocolors: [ '1.0.0' ],
  528. 30 silly audit   picomatch: [ '2.3.1' ],
  529. 30 silly audit   pify: [ '2.3.0' ],
  530. 30 silly audit   pinia: [ '2.0.33' ],
  531. 30 silly audit   'pkg-types': [ '1.0.2' ],
  532. 30 silly audit   pngjs: [ '5.0.0' ],
  533. 30 silly audit   postcss: [ '8.4.21' ],
  534. 30 silly audit   'postcss-calc': [ '8.2.4' ],
  535. 30 silly audit   'postcss-colormin': [ '6.0.0' ],
  536. 30 silly audit   'postcss-convert-values': [ '6.0.0' ],
  537. 30 silly audit   'postcss-discard-comments': [ '6.0.0' ],
  538. 30 silly audit   'postcss-discard-duplicates': [ '6.0.0' ],
  539. 30 silly audit   'postcss-discard-empty': [ '6.0.0' ],
  540. 30 silly audit   'postcss-discard-overridden': [ '6.0.0' ],
  541. 30 silly audit   'postcss-import': [ '15.1.0' ],
  542. 30 silly audit   'postcss-import-resolver': [ '2.0.0' ],
  543. 30 silly audit   tapable: [ '1.1.3', '2.2.1' ],
  544. 30 silly audit   'postcss-merge-longhand': [ '6.0.0' ],
  545. 30 silly audit   'postcss-merge-rules': [ '6.0.0' ],
  546. 30 silly audit   'postcss-minify-font-values': [ '6.0.0' ],
  547. 30 silly audit   'postcss-minify-gradients': [ '6.0.0' ],
  548. 30 silly audit   'postcss-minify-params': [ '6.0.0' ],
  549. 30 silly audit   'postcss-minify-selectors': [ '6.0.0' ],
  550. 30 silly audit   'postcss-normalize-charset': [ '6.0.0' ],
  551. 30 silly audit   'postcss-normalize-display-values': [ '6.0.0' ],
  552. 30 silly audit   'postcss-normalize-positions': [ '6.0.0' ],
  553. 30 silly audit   'postcss-normalize-repeat-style': [ '6.0.0' ],
  554. 30 silly audit   'postcss-normalize-string': [ '6.0.0' ],
  555. 30 silly audit   'postcss-normalize-timing-functions': [ '6.0.0' ],
  556. 30 silly audit   'postcss-normalize-unicode': [ '6.0.0' ],
  557. 30 silly audit   'postcss-normalize-url': [ '6.0.0' ],
  558. 30 silly audit   'postcss-normalize-whitespace': [ '6.0.0' ],
  559. 30 silly audit   'postcss-ordered-values': [ '6.0.0' ],
  560. 30 silly audit   'postcss-reduce-initial': [ '6.0.0' ],
  561. 30 silly audit   'postcss-reduce-transforms': [ '6.0.0' ],
  562. 30 silly audit   'postcss-selector-parser': [ '6.0.11' ],
  563. 30 silly audit   'postcss-svgo': [ '6.0.0' ],
  564. 30 silly audit   'postcss-unique-selectors': [ '6.0.0' ],
  565. 30 silly audit   'postcss-url': [ '10.1.3' ],
  566. 30 silly audit   'postcss-value-parser': [ '4.2.0' ],
  567. 30 silly audit   'pretty-bytes': [ '6.1.0' ],
  568. 30 silly audit   'process-nextick-args': [ '2.0.1' ],
  569. 30 silly audit   prompts: [ '2.4.2' ],
  570. 30 silly audit   protocols: [ '2.0.1' ],
  571. 30 silly audit   prr: [ '1.0.1' ],
  572. 30 silly audit   qrcode: [ '1.5.1' ],
  573. 30 silly audit   y18n: [ '4.0.3', '5.0.8' ],
  574. 30 silly audit   yargs: [ '15.4.1', '17.7.1' ],
  575. 30 silly audit   'yargs-parser': [ '18.1.3', '21.1.1' ],
  576. 30 silly audit   'queue-microtask': [ '1.2.3' ],
  577. 30 silly audit   radix3: [ '1.0.1' ],
  578. 30 silly audit   randombytes: [ '2.1.0' ],
  579. 30 silly audit   'range-parser': [ '1.2.1' ],
  580. 30 silly audit   rc9: [ '2.1.0' ],
  581. 30 silly audit   'read-cache': [ '1.0.0' ],
  582. 30 silly audit   'readdir-glob': [ '1.1.3' ],
  583. 30 silly audit   readdirp: [ '3.6.0' ],
  584. 30 silly audit   'redis-errors': [ '1.2.0' ],
  585. 30 silly audit   'redis-parser': [ '3.0.0' ],
  586. 30 silly audit   'require-directory': [ '2.1.1' ],
  587. 30 silly audit   'require-main-filename': [ '2.0.0' ],
  588. 30 silly audit   'requires-port': [ '1.0.0' ],
  589. 30 silly audit   resolve: [ '1.22.1' ],
  590. 30 silly audit   'resolve-from': [ '5.0.0' ],
  591. 30 silly audit   'restore-cursor': [ '4.0.0' ],
  592. 30 silly audit   reusify: [ '1.0.4' ],
  593. 30 silly audit   rimraf: [ '3.0.2' ],
  594. 30 silly audit   rollup: [ '3.20.2' ],
  595. 30 silly audit   'rollup-plugin-visualizer': [ '5.9.0' ],
  596. 30 silly audit   'run-async': [ '2.4.1' ],
  597. 30 silly audit   'run-parallel': [ '1.2.0' ],
  598. 30 silly audit   rxjs: [ '7.8.0' ],
  599. 30 silly audit   'safer-buffer': [ '2.1.2' ],
  600. 30 silly audit   sass: [ '1.60.0' ],
  601. 30 silly audit   scule: [ '1.0.0' ],
  602. 30 silly audit   send: [ '0.18.0' ],
  603. 30 silly audit   'serialize-javascript': [ '6.0.1' ],
  604. 30 silly audit   'serve-placeholder': [ '2.0.1' ],
  605. 30 silly audit   'serve-static': [ '1.15.0' ],
  606. 30 silly audit   'set-blocking': [ '2.0.0' ],
  607. 30 silly audit   setprototypeof: [ '1.2.0' ],
  608. 30 silly audit   'shebang-command': [ '2.0.0' ],
  609. 30 silly audit   'shebang-regex': [ '3.0.0' ],
  610. 30 silly audit   'signal-exit': [ '3.0.7' ],
  611. 30 silly audit   sirv: [ '2.0.2', '1.0.19' ],
  612. 30 silly audit   sisteransi: [ '1.0.5' ],
  613. 30 silly audit   slash: [ '4.0.0' ],
  614. 30 silly audit   smob: [ '0.0.6' ],
  615. 30 silly audit   'source-map-js': [ '1.0.2' ],
  616. 30 silly audit   'source-map-support': [ '0.5.21' ],
  617. 30 silly audit   'sourcemap-codec': [ '1.4.8' ],
  618. 30 silly audit   'standard-as-callback': [ '2.1.0' ],
  619. 30 silly audit   'std-env': [ '3.3.2' ],
  620. 30 silly audit   'stdin-discarder': [ '0.1.0' ],
  621. 30 silly audit   'strip-literal': [ '1.0.1' ],
  622. 30 silly audit   stylehacks: [ '6.0.0' ],
  623. 30 silly audit   'supports-color': [ '5.5.0', '7.2.0' ],
  624. 30 silly audit   'supports-preserve-symlinks-flag': [ '1.0.0' ],
  625. 30 silly audit   'svg-tags': [ '1.0.0' ],
  626. 30 silly audit   svgo: [ '3.0.2' ],
  627. 30 silly audit   tar: [ '6.1.13' ],
  628. 30 silly audit   'tar-stream': [ '2.2.0' ],
  629. 30 silly audit   terser: [ '5.16.8' ],
  630. 30 silly audit   through: [ '2.3.8' ],
  631. 30 silly audit   'tiny-invariant': [ '1.3.1' ],
  632. 30 silly audit   tmp: [ '0.0.33' ],
  633. 30 silly audit   'to-fast-properties': [ '2.0.0' ],
  634. 30 silly audit   'to-regex-range': [ '5.0.1' ],
  635. 30 silly audit   toidentifier: [ '1.0.1' ],
  636. 30 silly audit   totalist: [ '3.0.0', '1.1.0' ],
  637. 30 silly audit   tr46: [ '0.0.3' ],
  638. 30 silly audit   tslib: [ '2.5.0' ],
  639. 30 silly audit   ufo: [ '1.1.1' ],
  640. 30 silly audit   uncrypto: [ '0.1.2' ],
  641. 30 silly audit   unctx: [ '2.2.0' ],
  642. 30 silly audit   unenv: [ '1.4.1' ],
  643. 30 silly audit   unhead: [ '1.1.25' ],
  644. 30 silly audit   universalify: [ '2.0.0' ],
  645. 30 silly audit   unpipe: [ '1.0.0' ],
  646. 30 silly audit   unplugin: [ '1.3.1' ],
  647. 30 silly audit   unstorage: [ '1.5.0' ],
  648. 30 silly audit   untyped: [ '1.3.2' ],
  649. 30 silly audit   'update-browserslist-db': [ '1.0.10' ],
  650. 30 silly audit   'util-deprecate': [ '1.0.2' ],
  651. 30 silly audit   'utils-merge': [ '1.0.1' ],
  652. 30 silly audit   uuid: [ '9.0.1' ],
  653. 30 silly audit   vite: [ '4.2.1' ],
  654. 30 silly audit   'vite-node': [ '0.30.1' ],
  655. 30 silly audit   'vite-plugin-checker': [ '0.5.6' ],
  656. 30 silly audit   'vite-plugin-top-level-await': [ '1.4.1' ],
  657. 30 silly audit   'vite-plugin-windicss': [ '1.8.10' ],
  658. 30 silly audit   'vscode-jsonrpc': [ '6.0.0' ],
  659. 30 silly audit   'vscode-languageclient': [ '7.0.0' ],
  660. 30 silly audit   'vscode-languageserver': [ '7.0.0' ],
  661. 30 silly audit   'vscode-languageserver-protocol': [ '3.16.0' ],
  662. 30 silly audit   'vscode-languageserver-textdocument': [ '1.0.8' ],
  663. 30 silly audit   'vscode-languageserver-types': [ '3.16.0' ],
  664. 30 silly audit   'vscode-uri': [ '3.0.7' ],
  665. 30 silly audit   vue: [ '3.2.47' ],
  666. 30 silly audit   'vue-bundle-renderer': [ '1.0.3' ],
  667. 30 silly audit   'vue-demi': [ '0.13.11' ],
  668. 30 silly audit   'vue-devtools-stub': [ '0.1.0' ],
  669. 30 silly audit   'vue-i18n': [ '9.2.2' ],
  670. 30 silly audit   'vue-router': [ '4.1.6' ],
  671. 30 silly audit   wcwidth: [ '1.0.1' ],
  672. 30 silly audit   'web-streams-polyfill': [ '3.2.1' ],
  673. 30 silly audit   'webidl-conversions': [ '3.0.1' ],
  674. 30 silly audit   'webpack-sources': [ '3.2.3' ],
  675. 30 silly audit   'webpack-virtual-modules': [ '0.5.0' ],
  676. 30 silly audit   'whatwg-url': [ '5.0.0' ],
  677. 30 silly audit   which: [ '2.0.2' ],
  678. 30 silly audit   'which-module': [ '2.0.0' ],
  679. 30 silly audit   'wide-align': [ '1.1.5' ],
  680. 30 silly audit   windicss: [ '3.5.6' ],
  681. 30 silly audit   'windicss-analysis': [ '0.3.5' ],
  682. 30 silly audit   'windicss-webpack-plugin': [ '1.7.8' ],
  683. 30 silly audit   wrappy: [ '1.0.2' ],
  684. 30 silly audit   xxhashjs: [ '0.2.2' ],
  685. 30 silly audit   zhead: [ '2.0.4' ],
  686. 30 silly audit   'zip-stream': [ '4.1.0' ],
  687. 30 silly audit   qs: [ '6.7.0' ]
  688. 30 silly audit }
  689. 31 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\fsevents
  690. 32 silly reify mark deleted [
  691. 32 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\fsevents'
  692. 32 silly reify ]
  693. 33 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@swc\core-win32-ia32-msvc
  694. 34 silly reify mark deleted [
  695. 34 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@swc\\core-win32-ia32-msvc'
  696. 34 silly reify ]
  697. 35 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@swc\core-win32-arm64-msvc
  698. 36 silly reify mark deleted [
  699. 36 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@swc\\core-win32-arm64-msvc'
  700. 36 silly reify ]
  701. 37 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@swc\core-linux-x64-musl
  702. 38 silly reify mark deleted [
  703. 38 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@swc\\core-linux-x64-musl'
  704. 38 silly reify ]
  705. 39 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@swc\core-linux-x64-gnu
  706. 40 silly reify mark deleted [
  707. 40 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@swc\\core-linux-x64-gnu'
  708. 40 silly reify ]
  709. 41 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@swc\core-linux-arm64-musl
  710. 42 silly reify mark deleted [
  711. 42 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@swc\\core-linux-arm64-musl'
  712. 42 silly reify ]
  713. 43 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@swc\core-linux-arm64-gnu
  714. 44 silly reify mark deleted [
  715. 44 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@swc\\core-linux-arm64-gnu'
  716. 44 silly reify ]
  717. 45 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@swc\core-linux-arm-gnueabihf
  718. 46 silly reify mark deleted [
  719. 46 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@swc\\core-linux-arm-gnueabihf'
  720. 46 silly reify ]
  721. 47 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@swc\core-darwin-x64
  722. 48 silly reify mark deleted [
  723. 48 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@swc\\core-darwin-x64'
  724. 48 silly reify ]
  725. 49 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@swc\core-darwin-arm64
  726. 50 silly reify mark deleted [
  727. 50 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@swc\\core-darwin-arm64'
  728. 50 silly reify ]
  729. 51 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\win32-ia32
  730. 52 silly reify mark deleted [
  731. 52 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\win32-ia32'
  732. 52 silly reify ]
  733. 53 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\win32-arm64
  734. 54 silly reify mark deleted [
  735. 54 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\win32-arm64'
  736. 54 silly reify ]
  737. 55 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\sunos-x64
  738. 56 silly reify mark deleted [
  739. 56 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\sunos-x64'
  740. 56 silly reify ]
  741. 57 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\openbsd-x64
  742. 58 silly reify mark deleted [
  743. 58 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\openbsd-x64'
  744. 58 silly reify ]
  745. 59 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\netbsd-x64
  746. 60 silly reify mark deleted [
  747. 60 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\netbsd-x64'
  748. 60 silly reify ]
  749. 61 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\linux-x64
  750. 62 silly reify mark deleted [
  751. 62 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\linux-x64'
  752. 62 silly reify ]
  753. 63 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\linux-s390x
  754. 64 silly reify mark deleted [
  755. 64 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\linux-s390x'
  756. 64 silly reify ]
  757. 65 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\linux-riscv64
  758. 66 silly reify mark deleted [
  759. 66 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\linux-riscv64'
  760. 66 silly reify ]
  761. 67 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\linux-ppc64
  762. 68 silly reify mark deleted [
  763. 68 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\linux-ppc64'
  764. 68 silly reify ]
  765. 69 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\linux-mips64el
  766. 70 silly reify mark deleted [
  767. 70 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\linux-mips64el'
  768. 70 silly reify ]
  769. 71 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\linux-loong64
  770. 72 silly reify mark deleted [
  771. 72 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\linux-loong64'
  772. 72 silly reify ]
  773. 73 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\linux-ia32
  774. 74 silly reify mark deleted [
  775. 74 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\linux-ia32'
  776. 74 silly reify ]
  777. 75 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\linux-arm64
  778. 76 silly reify mark deleted [
  779. 76 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\linux-arm64'
  780. 76 silly reify ]
  781. 77 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\linux-arm
  782. 78 silly reify mark deleted [
  783. 78 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\linux-arm'
  784. 78 silly reify ]
  785. 79 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\freebsd-x64
  786. 80 silly reify mark deleted [
  787. 80 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\freebsd-x64'
  788. 80 silly reify ]
  789. 81 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\freebsd-arm64
  790. 82 silly reify mark deleted [
  791. 82 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\freebsd-arm64'
  792. 82 silly reify ]
  793. 83 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\darwin-x64
  794. 84 silly reify mark deleted [
  795. 84 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\darwin-x64'
  796. 84 silly reify ]
  797. 85 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\darwin-arm64
  798. 86 silly reify mark deleted [
  799. 86 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\darwin-arm64'
  800. 86 silly reify ]
  801. 87 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\android-x64
  802. 88 silly reify mark deleted [
  803. 88 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\android-x64'
  804. 88 silly reify ]
  805. 89 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\android-arm64
  806. 90 silly reify mark deleted [
  807. 90 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\android-arm64'
  808. 90 silly reify ]
  809. 91 verbose reify failed optional dependency E:\SaaS业务\niucloud\niucloud-master\web\node_modules\@esbuild\android-arm
  810. 92 silly reify mark deleted [
  811. 92 silly reify   '路径\\niucloud\\niucloud-master\\web\\node_modules\\@esbuild\\android-arm'
  812. 92 silly reify ]
  813. 93 silly tarball no local data for zip-stream@https://registry.npmmirror.com/zip-stream/-/zip-stream-4.1.0.tgz. Extracting by manifest.
  814. 94 silly tarball no local data for qs@https://registry.npmjs.org/qs/-/qs-6.7.0.tgz. Extracting by manifest.
  815. 95 silly tarball no local data for zhead@https://registry.npmmirror.com/zhead/-/zhead-2.0.4.tgz. Extracting by manifest.
  816. 96 silly tarball no local data for yargs-parser@https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz. Extracting by manifest.
  817. 97 silly tarball no local data for yargs@https://registry.npmmirror.com/yargs/-/yargs-17.7.1.tgz. Extracting by manifest.
  818. 98 silly tarball no local data for yallist@https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz. Extracting by manifest.
  819. 99 silly tarball no local data for y18n@https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz. Extracting by manifest.
  820. 100 silly tarball no local data for xxhashjs@https://registry.npmmirror.com/xxhashjs/-/xxhashjs-0.2.2.tgz. Extracting by manifest.
  821. 101 silly tarball no local data for wrappy@https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz. Extracting by manifest.
  822. 102 silly tarball no local data for windicss-webpack-plugin@https://registry.npmmirror.com/windicss-webpack-plugin/-/windicss-webpack-plugin-1.7.8.tgz. Extracting by manifest.
  823. 103 silly tarball no local data for wrap-ansi@https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz. Extracting by manifest.
  824. 104 silly tarball no local data for windicss-analysis@https://registry.npmmirror.com/windicss-analysis/-/windicss-analysis-0.3.5.tgz. Extracting by manifest.
  825. 105 silly tarball no local data for wide-align@https://registry.npmmirror.com/wide-align/-/wide-align-1.1.5.tgz. Extracting by manifest.
  826. 106 silly tarball no local data for which-module@https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz. Extracting by manifest.
  827. 107 silly tarball no local data for windicss@https://registry.npmmirror.com/windicss/-/windicss-3.5.6.tgz. Extracting by manifest.
  828. 108 silly tarball no local data for which@https://registry.npmmirror.com/which/-/which-2.0.2.tgz. Extracting by manifest.
  829. 109 silly tarball no local data for webpack-sources@https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz. Extracting by manifest.
  830. 110 silly tarball no local data for webpack-virtual-modules@https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz. Extracting by manifest.
  831. 111 silly tarball no local data for whatwg-url@https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz. Extracting by manifest.
  832. 112 silly tarball no local data for webidl-conversions@https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz. Extracting by manifest.
  833. 113 silly tarball no local data for wcwidth@https://registry.npmmirror.com/wcwidth/-/wcwidth-1.0.1.tgz. Extracting by manifest.
  834. 114 silly tarball no local data for web-streams-polyfill@https://registry.npmmirror.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz. Extracting by manifest.
  835. 115 silly tarball no local data for vue-router@https://registry.npmmirror.com/vue-router/-/vue-router-4.1.6.tgz. Extracting by manifest.
  836. 116 silly tarball no local data for vue-i18n@https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.2.2.tgz. Extracting by manifest.
  837. 117 silly tarball no local data for vue-devtools-stub@https://registry.npmmirror.com/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz. Extracting by manifest.
  838. 118 silly tarball no local data for vue-demi@https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz. Extracting by manifest.
  839. 119 silly tarball no local data for vue-bundle-renderer@https://registry.npmmirror.com/vue-bundle-renderer/-/vue-bundle-renderer-1.0.3.tgz. Extracting by manifest.
  840. 120 silly tarball no local data for vue@https://registry.npmmirror.com/vue/-/vue-3.2.47.tgz. Extracting by manifest.
  841. 121 silly tarball no local data for vscode-uri@https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.0.7.tgz. Extracting by manifest.
  842. 122 silly tarball no local data for vscode-languageserver-types@https://registry.npmmirror.com/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz. Extracting by manifest.
  843. 123 silly tarball no local data for vscode-languageserver-textdocument@https://registry.npmmirror.com/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.8.tgz. Extracting by manifest.
  844. 124 silly tarball no local data for vscode-languageserver-protocol@https://registry.npmmirror.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz. Extracting by manifest.
  845. 125 silly tarball no local data for vscode-languageclient@https://registry.npmmirror.com/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz. Extracting by manifest.
  846. 126 silly tarball no local data for vscode-jsonrpc@https://registry.npmmirror.com/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz. Extracting by manifest.
  847. 127 silly tarball no local data for vscode-languageserver@https://registry.npmmirror.com/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz. Extracting by manifest.
  848. 128 silly tarball no local data for vite-plugin-windicss@https://registry.npmmirror.com/vite-plugin-windicss/-/vite-plugin-windicss-1.8.10.tgz. Extracting by manifest.
  849. 129 silly tarball no local data for vite-plugin-top-level-await@https://registry.npmmirror.com/vite-plugin-top-level-await/-/vite-plugin-top-level-await-1.4.1.tgz. Extracting by manifest.
  850. 130 silly tarball no local data for vite-plugin-checker@https://registry.npmmirror.com/vite-plugin-checker/-/vite-plugin-checker-0.5.6.tgz. Extracting by manifest.
  851. 131 silly tarball no local data for vite-node@https://registry.npmmirror.com/vite-node/-/vite-node-0.30.1.tgz. Extracting by manifest.
  852. 132 silly tarball no local data for vite@https://registry.npmmirror.com/vite/-/vite-4.2.1.tgz. Extracting by manifest.
  853. 133 silly tarball no local data for uuid@https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz. Extracting by manifest.
  854. 134 silly tarball no local data for utils-merge@https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz. Extracting by manifest.
  855. 135 silly tarball no local data for util-deprecate@https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz. Extracting by manifest.
  856. 136 silly tarball no local data for update-browserslist-db@https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz. Extracting by manifest.
  857. 137 silly tarball no local data for untyped@https://registry.npmmirror.com/untyped/-/untyped-1.3.2.tgz. Extracting by manifest.
  858. 138 silly tarball no local data for unstorage@https://registry.npmmirror.com/unstorage/-/unstorage-1.5.0.tgz. Extracting by manifest.
  859. 139 silly tarball no local data for unplugin@https://registry.npmmirror.com/unplugin/-/unplugin-1.3.1.tgz. Extracting by manifest.
  860. 140 silly tarball no local data for universalify@https://registry.npmmirror.com/universalify/-/universalify-2.0.0.tgz. Extracting by manifest.
  861. 141 silly tarball no local data for unpipe@https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz. Extracting by manifest.
  862. 142 silly tarball no local data for unhead@https://registry.npmmirror.com/unhead/-/unhead-1.1.25.tgz. Extracting by manifest.
  863. 143 silly tarball no local data for unimport@https://registry.npmmirror.com/unimport/-/unimport-3.0.6.tgz. Extracting by manifest.
  864. 144 silly tarball no local data for unenv@https://registry.npmmirror.com/unenv/-/unenv-1.4.1.tgz. Extracting by manifest.
  865. 145 silly tarball no local data for unctx@https://registry.npmmirror.com/unctx/-/unctx-2.2.0.tgz. Extracting by manifest.
  866. 146 silly tarball no local data for uncrypto@https://registry.npmmirror.com/uncrypto/-/uncrypto-0.1.2.tgz. Extracting by manifest.
  867. 147 silly tarball no local data for ufo@https://registry.npmmirror.com/ufo/-/ufo-1.1.1.tgz. Extracting by manifest.
  868. 148 silly tarball no local data for type-fest@https://registry.npmmirror.com/type-fest/-/type-fest-3.8.0.tgz. Extracting by manifest.
  869. 149 silly tarball no local data for tslib@https://registry.npmmirror.com/tslib/-/tslib-2.5.0.tgz. Extracting by manifest.
  870. 150 silly tarball no local data for tr46@https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz. Extracting by manifest.
  871. 151 silly tarball no local data for totalist@https://registry.npmmirror.com/totalist/-/totalist-3.0.0.tgz. Extracting by manifest.
  872. 152 silly tarball no local data for toidentifier@https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz. Extracting by manifest.
  873. 153 silly tarball no local data for to-regex-range@https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz. Extracting by manifest.
  874. 154 silly tarball no local data for to-fast-properties@https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz. Extracting by manifest.
  875. 155 silly tarball no local data for tmp@https://registry.npmmirror.com/tmp/-/tmp-0.0.33.tgz. Extracting by manifest.
  876. 156 silly tarball no local data for tiny-invariant@https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.1.tgz. Extracting by manifest.
  877. 157 silly tarball no local data for through@https://registry.npmmirror.com/through/-/through-2.3.8.tgz. Extracting by manifest.
  878. 158 silly tarball no local data for terser@https://registry.npmmirror.com/terser/-/terser-5.16.8.tgz. Extracting by manifest.
  879. 159 silly tarball no local data for tar-stream@https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz. Extracting by manifest.
  880. 160 silly tarball no local data for tar@https://registry.npmmirror.com/tar/-/tar-6.1.13.tgz. Extracting by manifest.
  881. 161 silly tarball no local data for tapable@https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz. Extracting by manifest.
  882. 162 silly tarball no local data for svgo@https://registry.npmmirror.com/svgo/-/svgo-3.0.2.tgz. Extracting by manifest.
  883. 163 silly tarball no local data for svg-tags@https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz. Extracting by manifest.
  884. 164 silly tarball no local data for supports-preserve-symlinks-flag@https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz. Extracting by manifest.
  885. 165 silly tarball no local data for supports-color@https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz. Extracting by manifest.
  886. 166 silly tarball no local data for stylehacks@https://registry.npmmirror.com/stylehacks/-/stylehacks-6.0.0.tgz. Extracting by manifest.
  887. 167 silly tarball no local data for strip-literal@https://registry.npmmirror.com/strip-literal/-/strip-literal-1.0.1.tgz. Extracting by manifest.
  888. 168 silly tarball no local data for strip-ansi@https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.0.1.tgz. Extracting by manifest.
  889. 169 silly tarball no local data for strip-final-newline@https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz. Extracting by manifest.
  890. 170 silly tarball no local data for string-width@https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz. Extracting by manifest.
  891. 171 silly tarball no local data for string_decoder@https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz. Extracting by manifest.
  892. 172 silly tarball no local data for std-env@https://registry.npmmirror.com/std-env/-/std-env-3.3.2.tgz. Extracting by manifest.
  893. 173 silly tarball no local data for statuses@https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz. Extracting by manifest.
  894. 174 silly tarball no local data for stdin-discarder@https://registry.npmmirror.com/stdin-discarder/-/stdin-discarder-0.1.0.tgz. Extracting by manifest.
  895. 175 silly tarball no local data for standard-as-callback@https://registry.npmmirror.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz. Extracting by manifest.
  896. 176 silly tarball no local data for sourcemap-codec@https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz. Extracting by manifest.
  897. 177 silly tarball no local data for source-map-js@https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz. Extracting by manifest.
  898. 178 silly tarball no local data for source-map-support@https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz. Extracting by manifest.
  899. 179 silly tarball no local data for smob@https://registry.npmmirror.com/smob/-/smob-0.0.6.tgz. Extracting by manifest.
  900. 180 silly tarball no local data for slash@https://registry.npmmirror.com/slash/-/slash-4.0.0.tgz. Extracting by manifest.
  901. 181 silly tarball no local data for source-map@https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz. Extracting by manifest.
  902. 182 silly tarball no local data for sisteransi@https://registry.npmmirror.com/sisteransi/-/sisteransi-1.0.5.tgz. Extracting by manifest.
  903. 183 silly tarball no local data for sirv@https://registry.npmmirror.com/sirv/-/sirv-2.0.2.tgz. Extracting by manifest.
  904. 184 silly tarball no local data for signal-exit@https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz. Extracting by manifest.
  905. 185 silly tarball no local data for shebang-regex@https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz. Extracting by manifest.
  906. 186 silly tarball no local data for shebang-command@https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz. Extracting by manifest.
  907. 187 silly tarball no local data for set-blocking@https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz. Extracting by manifest.
  908. 188 silly tarball no local data for serve-static@https://registry.npmmirror.com/serve-static/-/serve-static-1.15.0.tgz. Extracting by manifest.
  909. 189 silly tarball no local data for setprototypeof@https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz. Extracting by manifest.
  910. 190 silly tarball no local data for serialize-javascript@https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.1.tgz. Extracting by manifest.
  911. 191 silly tarball no local data for send@https://registry.npmmirror.com/send/-/send-0.18.0.tgz. Extracting by manifest.
  912. 192 silly tarball no local data for semver@https://registry.npmmirror.com/semver/-/semver-7.4.0.tgz. Extracting by manifest.
  913. 193 silly tarball no local data for serve-placeholder@https://registry.npmmirror.com/serve-placeholder/-/serve-placeholder-2.0.1.tgz. Extracting by manifest.
  914. 194 silly tarball no local data for sass@https://registry.npmmirror.com/sass/-/sass-1.60.0.tgz. Extracting by manifest.
  915. 195 silly tarball no local data for scule@https://registry.npmmirror.com/scule/-/scule-1.0.0.tgz. Extracting by manifest.
  916. 196 silly tarball no local data for safer-buffer@https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz. Extracting by manifest.
  917. 197 silly tarball no local data for rxjs@https://registry.npmmirror.com/rxjs/-/rxjs-7.8.0.tgz. Extracting by manifest.
  918. 198 silly tarball no local data for run-parallel@https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz. Extracting by manifest.
  919. 199 silly tarball no local data for safe-buffer@https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz. Extracting by manifest.
  920. 200 silly tarball no local data for run-async@https://registry.npmmirror.com/run-async/-/run-async-2.4.1.tgz. Extracting by manifest.
  921. 201 silly tarball no local data for rollup-plugin-visualizer@https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.9.0.tgz. Extracting by manifest.
  922. 202 silly tarball no local data for rollup@https://registry.npmmirror.com/rollup/-/rollup-3.20.2.tgz. Extracting by manifest.
  923. 203 silly tarball no local data for reusify@https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz. Extracting by manifest.
  924. 204 silly tarball no local data for resolve-from@https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz. Extracting by manifest.
  925. 205 silly tarball no local data for restore-cursor@https://registry.npmmirror.com/restore-cursor/-/restore-cursor-4.0.0.tgz. Extracting by manifest.
  926. 206 silly tarball no local data for rimraf@https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz. Extracting by manifest.
  927. 207 silly tarball no local data for requires-port@https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz. Extracting by manifest.
  928. 208 silly tarball no local data for resolve@https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz. Extracting by manifest.
  929. 209 silly tarball no local data for require-main-filename@https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz. Extracting by manifest.
  930. 210 silly tarball no local data for require-directory@https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz. Extracting by manifest.
  931. 211 silly tarball no local data for redis-parser@https://registry.npmmirror.com/redis-parser/-/redis-parser-3.0.0.tgz. Extracting by manifest.
  932. 212 silly tarball no local data for redis-errors@https://registry.npmmirror.com/redis-errors/-/redis-errors-1.2.0.tgz. Extracting by manifest.
  933. 213 silly tarball no local data for readdirp@https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz. Extracting by manifest.
  934. 214 silly tarball no local data for readdir-glob@https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz. Extracting by manifest.
  935. 215 silly tarball no local data for readable-stream@https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz. Extracting by manifest.
  936. 216 silly tarball no local data for read-cache@https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz. Extracting by manifest.
  937. 217 silly tarball no local data for rc9@https://registry.npmmirror.com/rc9/-/rc9-2.1.0.tgz. Extracting by manifest.
  938. 218 silly tarball no local data for range-parser@https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz. Extracting by manifest.
  939. 219 silly tarball no local data for randombytes@https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz. Extracting by manifest.
  940. 220 silly tarball no local data for queue-microtask@https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz. Extracting by manifest.
  941. 221 silly tarball no local data for radix3@https://registry.npmmirror.com/radix3/-/radix3-1.0.1.tgz. Extracting by manifest.
  942. 222 silly tarball no local data for qrcode@https://registry.npmjs.org/qrcode/-/qrcode-1.5.1.tgz. Extracting by manifest.
  943. 223 silly tarball no local data for prr@https://registry.npmmirror.com/prr/-/prr-1.0.1.tgz. Extracting by manifest.
  944. 224 silly tarball no local data for prompts@https://registry.npmmirror.com/prompts/-/prompts-2.4.2.tgz. Extracting by manifest.
  945. 225 silly tarball no local data for protocols@https://registry.npmmirror.com/protocols/-/protocols-2.0.1.tgz. Extracting by manifest.
  946. 226 silly tarball no local data for process-nextick-args@https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz. Extracting by manifest.
  947. 227 silly tarball no local data for postcss-value-parser@https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz. Extracting by manifest.
  948. 228 silly tarball no local data for pretty-bytes@https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-6.1.0.tgz. Extracting by manifest.
  949. 229 silly tarball no local data for postcss-url@https://registry.npmmirror.com/postcss-url/-/postcss-url-10.1.3.tgz. Extracting by manifest.
  950. 230 silly tarball no local data for postcss-unique-selectors@https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-6.0.0.tgz. Extracting by manifest.
  951. 231 silly tarball no local data for postcss-svgo@https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-6.0.0.tgz. Extracting by manifest.
  952. 232 silly tarball no local data for postcss-selector-parser@https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz. Extracting by manifest.
  953. 233 silly tarball no local data for postcss-reduce-transforms@https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.0.tgz. Extracting by manifest.
  954. 234 silly tarball no local data for postcss-reduce-initial@https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-6.0.0.tgz. Extracting by manifest.
  955. 235 silly tarball no local data for postcss-ordered-values@https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-6.0.0.tgz. Extracting by manifest.
  956. 236 silly tarball no local data for postcss-normalize-whitespace@https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.0.tgz. Extracting by manifest.
  957. 237 silly tarball no local data for postcss-normalize-url@https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-6.0.0.tgz. Extracting by manifest.
  958. 238 silly tarball no local data for postcss-normalize-unicode@https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-6.0.0.tgz. Extracting by manifest.
  959. 239 silly tarball no local data for postcss-normalize-timing-functions@https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.0.tgz. Extracting by manifest.
  960. 240 silly tarball no local data for postcss-normalize-string@https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-6.0.0.tgz. Extracting by manifest.
  961. 241 silly tarball no local data for postcss-normalize-repeat-style@https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.0.tgz. Extracting by manifest.
  962. 242 silly tarball no local data for postcss-normalize-positions@https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-6.0.0.tgz. Extracting by manifest.
  963. 243 silly tarball no local data for postcss-normalize-display-values@https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.0.tgz. Extracting by manifest.
  964. 244 silly tarball no local data for postcss-minify-selectors@https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-6.0.0.tgz. Extracting by manifest.
  965. 245 silly tarball no local data for postcss-normalize-charset@https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-6.0.0.tgz. Extracting by manifest.
  966. 246 silly tarball no local data for postcss-minify-params@https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-6.0.0.tgz. Extracting by manifest.
  967. 247 silly tarball no local data for postcss-minify-gradients@https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-6.0.0.tgz. Extracting by manifest.
  968. 248 silly tarball no local data for postcss-merge-rules@https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-6.0.0.tgz. Extracting by manifest.
  969. 249 silly tarball no local data for postcss-minify-font-values@https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-6.0.0.tgz. Extracting by manifest.
  970. 250 silly tarball no local data for postcss-merge-longhand@https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-6.0.0.tgz. Extracting by manifest.
  971. 251 silly tarball no local data for postcss-import-resolver@https://registry.npmmirror.com/postcss-import-resolver/-/postcss-import-resolver-2.0.0.tgz. Extracting by manifest.
  972. 252 silly tarball no local data for postcss-import@https://registry.npmmirror.com/postcss-import/-/postcss-import-15.1.0.tgz. Extracting by manifest.
  973. 253 silly tarball no local data for postcss-discard-overridden@https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-6.0.0.tgz. Extracting by manifest.
  974. 254 silly tarball no local data for postcss-discard-empty@https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-6.0.0.tgz. Extracting by manifest.
  975. 255 silly tarball no local data for postcss-discard-duplicates@https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.0.tgz. Extracting by manifest.
  976. 256 silly tarball no local data for postcss-discard-comments@https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-6.0.0.tgz. Extracting by manifest.
  977. 257 silly tarball no local data for postcss-convert-values@https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-6.0.0.tgz. Extracting by manifest.
  978. 258 silly tarball no local data for postcss-colormin@https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-6.0.0.tgz. Extracting by manifest.
  979. 259 silly tarball no local data for postcss-calc@https://registry.npmmirror.com/postcss-calc/-/postcss-calc-8.2.4.tgz. Extracting by manifest.
  980. 260 silly tarball no local data for pngjs@https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz. Extracting by manifest.
  981. 261 silly tarball no local data for postcss@https://registry.npmmirror.com/postcss/-/postcss-8.4.21.tgz. Extracting by manifest.
  982. 262 silly tarball no local data for pkg-types@https://registry.npmmirror.com/pkg-types/-/pkg-types-1.0.2.tgz. Extracting by manifest.
  983. 263 silly tarball no local data for pinia@https://registry.npmmirror.com/pinia/-/pinia-2.0.33.tgz. Extracting by manifest.
  984. 264 silly tarball no local data for pify@https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz. Extracting by manifest.
  985. 265 silly tarball no local data for picomatch@https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz. Extracting by manifest.
  986. 266 silly tarball no local data for picocolors@https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz. Extracting by manifest.
  987. 267 silly tarball no local data for perfect-debounce@https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-0.1.3.tgz. Extracting by manifest.
  988. 268 silly tarball no local data for pathe@https://registry.npmmirror.com/pathe/-/pathe-1.1.0.tgz. Extracting by manifest.
  989. 269 silly tarball no local data for path-type@https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz. Extracting by manifest.
  990. 270 silly tarball no local data for path-key@https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz. Extracting by manifest.
  991. 271 silly tarball no local data for path-parse@https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz. Extracting by manifest.
  992. 272 silly tarball no local data for path-is-absolute@https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz. Extracting by manifest.
  993. 273 silly tarball no local data for path-exists@https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz. Extracting by manifest.
  994. 274 silly tarball no local data for parseurl@https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz. Extracting by manifest.
  995. 275 silly tarball no local data for parse5-htmlparser2-tree-adapter@https://registry.npmmirror.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz. Extracting by manifest.
  996. 276 silly tarball no local data for parse5@https://registry.npmmirror.com/parse5/-/parse5-7.1.2.tgz. Extracting by manifest.
  997. 277 silly tarball no local data for parse-git-config@https://registry.npmmirror.com/parse-git-config/-/parse-git-config-3.0.0.tgz. Extracting by manifest.
  998. 278 silly tarball no local data for parse-url@https://registry.npmmirror.com/parse-url/-/parse-url-8.1.0.tgz. Extracting by manifest.
  999. 279 silly tarball no local data for parse-path@https://registry.npmmirror.com/parse-path/-/parse-path-7.0.0.tgz. Extracting by manifest.
  1000. 280 silly tarball no local data for p-try@https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz. Extracting by manifest.
  1001. 281 silly tarball no local data for p-locate@https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz. Extracting by manifest.
  1002. 282 silly tarball no local data for os-tmpdir@https://registry.npmmirror.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz. Extracting by manifest.
  1003. 283 silly tarball no local data for p-limit@https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz. Extracting by manifest.
  1004. 284 silly tarball no local data for ora@https://registry.npmmirror.com/ora/-/ora-6.3.0.tgz. Extracting by manifest.
  1005. 285 silly tarball no local data for open@https://registry.npmmirror.com/open/-/open-8.4.2.tgz. Extracting by manifest.
  1006. 286 silly tarball no local data for once@https://registry.npmmirror.com/once/-/once-1.4.0.tgz. Extracting by manifest.
  1007. 287 silly tarball no local data for onetime@https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz. Extracting by manifest.
  1008. 288 silly tarball no local data for on-finished@https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz. Extracting by manifest.
  1009. 289 silly tarball no local data for ohash@https://registry.npmmirror.com/ohash/-/ohash-1.0.0.tgz. Extracting by manifest.
  1010. 290 silly tarball no local data for object-assign@https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz. Extracting by manifest.
  1011. 291 silly tarball no local data for ofetch@https://registry.npmmirror.com/ofetch/-/ofetch-1.0.1.tgz. Extracting by manifest.
  1012. 292 silly tarball no local data for nypm@https://registry.npmmirror.com/nypm/-/nypm-0.2.0.tgz. Extracting by manifest.
  1013. 293 silly tarball no local data for nuxt-windicss@https://registry.npmmirror.com/nuxt-windicss/-/nuxt-windicss-2.6.0.tgz. Extracting by manifest.
  1014. 294 silly tarball no local data for nuxt@https://registry.npmmirror.com/nuxt/-/nuxt-3.4.1.tgz. Extracting by manifest.
  1015. 295 silly tarball no local data for nuxi@https://registry.npmmirror.com/nuxi/-/nuxi-3.4.1.tgz. Extracting by manifest.
  1016. 296 silly tarball no local data for nth-check@https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz. Extracting by manifest.
  1017. 297 silly tarball no local data for npmlog@https://registry.npmmirror.com/npmlog/-/npmlog-5.0.1.tgz. Extracting by manifest.
  1018. 298 silly tarball no local data for npm-run-path@https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz. Extracting by manifest.
  1019. 299 silly tarball no local data for normalize-wheel-es@https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz. Extracting by manifest.
  1020. 300 silly tarball no local data for nopt@https://registry.npmmirror.com/nopt/-/nopt-5.0.0.tgz. Extracting by manifest.
  1021. 301 silly tarball no local data for normalize-range@https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz. Extracting by manifest.
  1022. 302 silly tarball no local data for normalize-path@https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz. Extracting by manifest.
  1023. 303 silly tarball no local data for node-releases@https://registry.npmmirror.com/node-releases/-/node-releases-2.0.10.tgz. Extracting by manifest.
  1024. 304 silly tarball no local data for node-gyp-build@https://registry.npmmirror.com/node-gyp-build/-/node-gyp-build-4.6.0.tgz. Extracting by manifest.
  1025. 305 silly tarball no local data for node-fetch-native@https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.1.0.tgz. Extracting by manifest.
  1026. 306 silly tarball no local data for node-forge@https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz. Extracting by manifest.
  1027. 307 silly tarball no local data for node-fetch@https://registry.npmmirror.com/node-fetch/-/node-fetch-3.3.1.tgz. Extracting by manifest.
  1028. 308 silly tarball no local data for node-domexception@https://registry.npmmirror.com/node-domexception/-/node-domexception-1.0.0.tgz. Extracting by manifest.
  1029. 309 silly tarball no local data for nanoid@https://registry.npmmirror.com/nanoid/-/nanoid-4.0.2.tgz. Extracting by manifest.
  1030. 310 silly tarball no local data for nitropack@https://registry.npmmirror.com/nitropack/-/nitropack-2.3.3.tgz. Extracting by manifest.
  1031. 311 silly tarball no local data for mute-stream@https://registry.npmmirror.com/mute-stream/-/mute-stream-1.0.0.tgz. Extracting by manifest.
  1032. 312 silly tarball no local data for ms@https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz. Extracting by manifest.
  1033. 313 silly tarball no local data for mri@https://registry.npmmirror.com/mri/-/mri-1.2.0.tgz. Extracting by manifest.
  1034. 314 silly tarball no local data for mrmime@https://registry.npmmirror.com/mrmime/-/mrmime-1.0.1.tgz. Extracting by manifest.
  1035. 315 silly tarball no local data for mkdirp@https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz. Extracting by manifest.
  1036. 316 silly tarball no local data for mlly@https://registry.npmmirror.com/mlly/-/mlly-1.2.0.tgz. Extracting by manifest.
  1037. 317 silly tarball no local data for minipass@https://registry.npmmirror.com/minipass/-/minipass-4.2.5.tgz. Extracting by manifest.
  1038. 318 silly tarball no local data for minizlib@https://registry.npmmirror.com/minizlib/-/minizlib-2.1.2.tgz. Extracting by manifest.
  1039. 319 silly tarball no local data for mimic-fn@https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz. Extracting by manifest.
  1040. 320 silly tarball no local data for minimatch@https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz. Extracting by manifest.
  1041. 321 silly tarball no local data for mime@https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz. Extracting by manifest.
  1042. 322 silly tarball no local data for micromatch@https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz. Extracting by manifest.
  1043. 323 silly tarball no local data for merge2@https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz. Extracting by manifest.
  1044. 324 silly tarball no local data for merge-stream@https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz. Extracting by manifest.
  1045. 325 silly tarball no local data for memory-fs@https://registry.npmmirror.com/memory-fs/-/memory-fs-0.5.0.tgz. Extracting by manifest.
  1046. 326 silly tarball no local data for memoize-one@https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz. Extracting by manifest.
  1047. 327 silly tarball no local data for make-dir@https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz. Extracting by manifest.
  1048. 328 silly tarball no local data for mdn-data@https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.30.tgz. Extracting by manifest.
  1049. 329 silly tarball no local data for magic-string@https://registry.npmmirror.com/magic-string/-/magic-string-0.30.0.tgz. Extracting by manifest.
  1050. 330 silly tarball no local data for lru-cache@https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz. Extracting by manifest.
  1051. 331 silly tarball no local data for lodash.uniq@https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz. Extracting by manifest.
  1052. 332 silly tarball no local data for log-symbols@https://registry.npmmirror.com/log-symbols/-/log-symbols-5.1.0.tgz. Extracting by manifest.
  1053. 333 silly tarball no local data for lodash.templatesettings@https://registry.npmmirror.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz. Extracting by manifest.
  1054. 334 silly tarball no local data for lodash.template@https://registry.npmmirror.com/lodash.template/-/lodash.template-4.5.0.tgz. Extracting by manifest.
  1055. 335 silly tarball no local data for lodash.union@https://registry.npmmirror.com/lodash.union/-/lodash.union-4.6.0.tgz. Extracting by manifest.
  1056. 336 silly tarball no local data for lodash.pick@https://registry.npmmirror.com/lodash.pick/-/lodash.pick-4.4.0.tgz. Extracting by manifest.
  1057. 337 silly tarball no local data for lodash.isplainobject@https://registry.npmmirror.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz. Extracting by manifest.
  1058. 338 silly tarball no local data for lodash.memoize@https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz. Extracting by manifest.
  1059. 339 silly tarball no local data for lodash.isarguments@https://registry.npmmirror.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz. Extracting by manifest.
  1060. 340 silly tarball no local data for lodash.flatten@https://registry.npmmirror.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz. Extracting by manifest.
  1061. 341 silly tarball no local data for lodash.difference@https://registry.npmmirror.com/lodash.difference/-/lodash.difference-4.5.0.tgz. Extracting by manifest.
  1062. 342 silly tarball no local data for lodash.defaults@https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz. Extracting by manifest.
  1063. 343 silly tarball no local data for lodash.debounce@https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz. Extracting by manifest.
  1064. 344 silly tarball no local data for lodash._reinterpolate@https://registry.npmmirror.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz. Extracting by manifest.
  1065. 345 silly tarball no local data for lodash-unified@https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz. Extracting by manifest.
  1066. 346 silly tarball no local data for lodash-es@https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz. Extracting by manifest.
  1067. 347 silly tarball no local data for lodash@https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz. Extracting by manifest.
  1068. 348 silly tarball no local data for locate-path@https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz. Extracting by manifest.
  1069. 349 silly tarball no local data for local-pkg@https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.3.tgz. Extracting by manifest.
  1070. 350 silly tarball no local data for loader-utils@https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz. Extracting by manifest.
  1071. 351 silly tarball no local data for listhen@https://registry.npmmirror.com/listhen/-/listhen-1.0.4.tgz. Extracting by manifest.
  1072. 352 silly tarball no local data for lilconfig@https://registry.npmmirror.com/lilconfig/-/lilconfig-2.1.0.tgz. Extracting by manifest.
  1073. 353 silly tarball no local data for kolorist@https://registry.npmmirror.com/kolorist/-/kolorist-1.7.0.tgz. Extracting by manifest.
  1074. 354 silly tarball no local data for lazystream@https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz. Extracting by manifest.
  1075. 355 silly tarball no local data for knitwork@https://registry.npmmirror.com/knitwork/-/knitwork-1.0.0.tgz. Extracting by manifest.
  1076. 356 silly tarball no local data for klona@https://registry.npmmirror.com/klona/-/klona-2.0.6.tgz. Extracting by manifest.
  1077. 357 silly tarball no local data for kleur@https://registry.npmmirror.com/kleur/-/kleur-3.0.3.tgz. Extracting by manifest.
  1078. 358 silly tarball no local data for jsonfile@https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz. Extracting by manifest.
  1079. 359 silly tarball no local data for jsonc-parser@https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz. Extracting by manifest.
  1080. 360 silly tarball no local data for json5@https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz. Extracting by manifest.
  1081. 361 silly tarball no local data for jsesc@https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz. Extracting by manifest.
  1082. 362 silly tarball no local data for js-tokens@https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz. Extracting by manifest.
  1083. 363 silly tarball no local data for jiti@https://registry.npmmirror.com/jiti/-/jiti-1.18.2.tgz. Extracting by manifest.
  1084. 364 silly tarball no local data for isexe@https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz. Extracting by manifest.
  1085. 365 silly tarball no local data for isarray@https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz. Extracting by manifest.
  1086. 366 silly tarball no local data for is-wsl@https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz. Extracting by manifest.
  1087. 367 silly tarball no local data for is-unicode-supported@https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz. Extracting by manifest.
  1088. 368 silly tarball no local data for is-stream@https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz. Extracting by manifest.
  1089. 369 silly tarball no local data for is-ssh@https://registry.npmmirror.com/is-ssh/-/is-ssh-1.4.0.tgz. Extracting by manifest.
  1090. 370 silly tarball no local data for is-reference@https://registry.npmmirror.com/is-reference/-/is-reference-1.2.1.tgz. Extracting by manifest.
  1091. 371 silly tarball no local data for is-promise@https://registry.npmmirror.com/is-promise/-/is-promise-4.0.0.tgz. Extracting by manifest.
  1092. 372 silly tarball no local data for is-primitive@https://registry.npmmirror.com/is-primitive/-/is-primitive-3.0.1.tgz. Extracting by manifest.
  1093. 373 silly tarball no local data for is-number@https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz. Extracting by manifest.
  1094. 374 silly tarball no local data for is-interactive@https://registry.npmmirror.com/is-interactive/-/is-interactive-2.0.0.tgz. Extracting by manifest.
  1095. 375 silly tarball no local data for is-module@https://registry.npmmirror.com/is-module/-/is-module-1.0.0.tgz. Extracting by manifest.
  1096. 376 silly tarball no local data for is-fullwidth-code-point@https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz. Extracting by manifest.
  1097. 377 silly tarball no local data for is-glob@https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz. Extracting by manifest.
  1098. 378 silly tarball no local data for is-docker@https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz. Extracting by manifest.
  1099. 379 silly tarball no local data for is-extglob@https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz. Extracting by manifest.
  1100. 380 silly tarball no local data for is-core-module@https://registry.npmmirror.com/is-core-module/-/is-core-module-2.11.0.tgz. Extracting by manifest.
  1101. 381 silly tarball no local data for is-builtin-module@https://registry.npmmirror.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz. Extracting by manifest.
  1102. 382 silly tarball no local data for is-binary-path@https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz. Extracting by manifest.
  1103. 383 silly tarball no local data for ip-regex@https://registry.npmmirror.com/ip-regex/-/ip-regex-5.0.0.tgz. Extracting by manifest.
  1104. 384 silly tarball no local data for iron-webcrypto@https://registry.npmmirror.com/iron-webcrypto/-/iron-webcrypto-0.6.0.tgz. Extracting by manifest.
  1105. 385 silly tarball no local data for ioredis@https://registry.npmmirror.com/ioredis/-/ioredis-5.3.2.tgz. Extracting by manifest.
  1106. 386 silly tarball no local data for inquirer@https://registry.npmmirror.com/inquirer/-/inquirer-9.1.5.tgz. Extracting by manifest.
  1107. 387 silly tarball no local data for inherits@https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz. Extracting by manifest.
  1108. 388 silly tarball no local data for ini@https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz. Extracting by manifest.
  1109. 389 silly tarball no local data for inflight@https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz. Extracting by manifest.
  1110. 390 silly tarball no local data for immutable@https://registry.npmmirror.com/immutable/-/immutable-4.3.0.tgz. Extracting by manifest.
  1111. 391 silly tarball no local data for ieee754@https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz. Extracting by manifest.
  1112. 392 silly tarball no local data for ignore@https://registry.npmmirror.com/ignore/-/ignore-5.2.4.tgz. Extracting by manifest.
  1113. 393 silly tarball no local data for iconv-lite@https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz. Extracting by manifest.
  1114. 394 silly tarball no local data for human-signals@https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz. Extracting by manifest.
  1115. 395 silly tarball no local data for https-proxy-agent@https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz. Extracting by manifest.
  1116. 396 silly tarball no local data for http-shutdown@https://registry.npmmirror.com/http-shutdown/-/http-shutdown-1.2.2.tgz. Extracting by manifest.
  1117. 397 silly tarball no local data for http-errors@https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz. Extracting by manifest.
  1118. 398 silly tarball no local data for http-proxy@https://registry.npmmirror.com/http-proxy/-/http-proxy-1.18.1.tgz. Extracting by manifest.
  1119. 399 silly tarball no local data for htmlparser2@https://registry.npmmirror.com/htmlparser2/-/htmlparser2-8.0.2.tgz. Extracting by manifest.
  1120. 400 silly tarball no local data for html-tags@https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz. Extracting by manifest.
  1121. 401 silly tarball no local data for hookable@https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz. Extracting by manifest.
  1122. 402 silly tarball no local data for hash-sum@https://registry.npmmirror.com/hash-sum/-/hash-sum-2.0.0.tgz. Extracting by manifest.
  1123. 403 silly tarball no local data for has-unicode@https://registry.npmmirror.com/has-unicode/-/has-unicode-2.0.1.tgz. Extracting by manifest.
  1124. 404 silly tarball no local data for has-flag@https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz. Extracting by manifest.
  1125. 405 silly tarball no local data for has@https://registry.npmmirror.com/has/-/has-1.0.3.tgz. Extracting by manifest.
  1126. 406 silly tarball no local data for h3@https://registry.npmmirror.com/h3/-/h3-1.6.4.tgz. Extracting by manifest.
  1127. 407 silly tarball no local data for gzip-size@https://registry.npmmirror.com/gzip-size/-/gzip-size-7.0.0.tgz. Extracting by manifest.
  1128. 408 silly tarball no local data for graceful-fs@https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz. Extracting by manifest.
  1129. 409 silly tarball no local data for globby@https://registry.npmmirror.com/globby/-/globby-13.1.4.tgz. Extracting by manifest.
  1130. 410 silly tarball no local data for globals@https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz. Extracting by manifest.
  1131. 411 silly tarball no local data for glob-parent@https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz. Extracting by manifest.
  1132. 412 silly tarball no local data for glob@https://registry.npmmirror.com/glob/-/glob-8.1.0.tgz. Extracting by manifest.
  1133. 413 silly tarball no local data for git-up@https://registry.npmmirror.com/git-up/-/git-up-7.0.0.tgz. Extracting by manifest.
  1134. 414 silly tarball no local data for git-url-parse@https://registry.npmmirror.com/git-url-parse/-/git-url-parse-13.1.0.tgz. Extracting by manifest.
  1135. 415 silly tarball no local data for git-config-path@https://registry.npmmirror.com/git-config-path/-/git-config-path-2.0.0.tgz. Extracting by manifest.
  1136. 416 silly tarball no local data for giget@https://registry.npmmirror.com/giget/-/giget-1.1.2.tgz. Extracting by manifest.
  1137. 417 silly tarball no local data for get-stream@https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz. Extracting by manifest.
  1138. 418 silly tarball no local data for get-port-please@https://registry.npmmirror.com/get-port-please/-/get-port-please-3.0.1.tgz. Extracting by manifest.
  1139. 419 silly tarball no local data for get-port@https://registry.npmmirror.com/get-port/-/get-port-6.1.2.tgz. Extracting by manifest.
  1140. 420 silly tarball no local data for get-caller-file@https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz. Extracting by manifest.
  1141. 421 silly tarball no local data for gensync@https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz. Extracting by manifest.
  1142. 422 silly tarball no local data for gauge@https://registry.npmmirror.com/gauge/-/gauge-3.0.2.tgz. Extracting by manifest.
  1143. 423 silly tarball no local data for function-bind@https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz. Extracting by manifest.
  1144. 424 silly tarball no local data for fs-minipass@https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz. Extracting by manifest.
  1145. 425 silly tarball no local data for fs-extra@https://registry.npmmirror.com/fs-extra/-/fs-extra-11.1.1.tgz. Extracting by manifest.
  1146. 426 silly tarball no local data for fs-constants@https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz. Extracting by manifest.
  1147. 427 silly tarball no local data for fs.realpath@https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz. Extracting by manifest.
  1148. 428 silly tarball no local data for fraction.js@https://registry.npmmirror.com/fraction.js/-/fraction.js-4.2.0.tgz. Extracting by manifest.
  1149. 429 silly tarball no local data for fresh@https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz. Extracting by manifest.
  1150. 430 silly tarball no local data for follow-redirects@https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.2.tgz. Extracting by manifest.
  1151. 431 silly tarball no local data for formdata-polyfill@https://registry.npmmirror.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz. Extracting by manifest.
  1152. 432 silly tarball no local data for find-up@https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz. Extracting by manifest.
  1153. 433 silly tarball no local data for flat@https://registry.npmmirror.com/flat/-/flat-5.0.2.tgz. Extracting by manifest.
  1154. 434 silly tarball no local data for fill-range@https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz. Extracting by manifest.
  1155. 435 silly tarball no local data for file-uri-to-path@https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz. Extracting by manifest.
  1156. 436 silly tarball no local data for finalhandler@https://registry.npmmirror.com/finalhandler/-/finalhandler-1.1.2.tgz. Extracting by manifest.
  1157. 437 silly tarball no local data for figures@https://registry.npmmirror.com/figures/-/figures-5.0.0.tgz. Extracting by manifest.
  1158. 438 silly tarball no local data for fastq@https://registry.npmmirror.com/fastq/-/fastq-1.15.0.tgz. Extracting by manifest.
  1159. 439 silly tarball no local data for fetch-blob@https://registry.npmmirror.com/fetch-blob/-/fetch-blob-3.2.0.tgz. Extracting by manifest.
  1160. 440 silly tarball no local data for fast-glob@https://registry.npmmirror.com/fast-glob/-/fast-glob-3.2.12.tgz. Extracting by manifest.
  1161. 441 silly tarball no local data for externality@https://registry.npmmirror.com/externality/-/externality-1.0.0.tgz. Extracting by manifest.
  1162. 442 silly tarball no local data for external-editor@https://registry.npmmirror.com/external-editor/-/external-editor-3.1.0.tgz. Extracting by manifest.
  1163. 443 silly tarball no local data for execa@https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz. Extracting by manifest.
  1164. 444 silly tarball no local data for eventemitter3@https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz. Extracting by manifest.
  1165. 445 silly tarball no local data for etag@https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz. Extracting by manifest.
  1166. 446 silly tarball no local data for estree-walker@https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz. Extracting by manifest.
  1167. 447 silly tarball no local data for escape-string-regexp@https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz. Extracting by manifest.
  1168. 448 silly tarball no local data for escape-html@https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz. Extracting by manifest.
  1169. 449 silly tarball no local data for escalade@https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz. Extracting by manifest.
  1170. 450 silly tarball no local data for errno@https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz. Extracting by manifest.
  1171. 451 silly tarball no local data for esbuild@https://registry.npmmirror.com/esbuild/-/esbuild-0.17.17.tgz. Extracting by manifest.
  1172. 452 silly tarball no local data for entities@https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz. Extracting by manifest.
  1173. 453 silly tarball no local data for enhanced-resolve@https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz. Extracting by manifest.
  1174. 454 silly tarball no local data for end-of-stream@https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz. Extracting by manifest.
  1175. 455 silly tarball no local data for encodeurl@https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz. Extracting by manifest.
  1176. 456 silly tarball no local data for encode-utf8@https://registry.npmjs.org/encode-utf8/-/encode-utf8-1.0.3.tgz. Extracting by manifest.
  1177. 457 silly tarball no local data for emoji-regex@https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz. Extracting by manifest.
  1178. 458 silly tarball no local data for emojis-list@https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz. Extracting by manifest.
  1179. 459 silly tarball no local data for element-plus@https://registry.npmmirror.com/element-plus/-/element-plus-2.3.2.tgz. Extracting by manifest.
  1180. 460 silly tarball no local data for electron-to-chromium@https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.347.tgz. Extracting by manifest.
  1181. 461 silly tarball no local data for ee-first@https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz. Extracting by manifest.
  1182. 462 silly tarball no local data for eastasianwidth@https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz. Extracting by manifest.
  1183. 463 silly tarball no local data for duplexer@https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz. Extracting by manifest.
  1184. 464 silly tarball no local data for dotenv@https://registry.npmmirror.com/dotenv/-/dotenv-16.0.3.tgz. Extracting by manifest.
  1185. 465 silly tarball no local data for dot-prop@https://registry.npmmirror.com/dot-prop/-/dot-prop-7.2.0.tgz. Extracting by manifest.
  1186. 466 silly tarball no local data for domutils@https://registry.npmmirror.com/domutils/-/domutils-3.0.1.tgz. Extracting by manifest.
  1187. 467 silly tarball no local data for domelementtype@https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz. Extracting by manifest.
  1188. 468 silly tarball no local data for dom-serializer@https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz. Extracting by manifest.
  1189. 469 silly tarball no local data for domhandler@https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz. Extracting by manifest.
  1190. 470 silly tarball no local data for dijkstrajs@https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.2.tgz. Extracting by manifest.
  1191. 471 silly tarball no local data for devalue@https://registry.npmmirror.com/devalue/-/devalue-4.3.0.tgz. Extracting by manifest.
  1192. 472 silly tarball no local data for detect-libc@https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.1.tgz. Extracting by manifest.
  1193. 473 silly tarball no local data for destroy@https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz. Extracting by manifest.
  1194. 474 silly tarball no local data for dir-glob@https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz. Extracting by manifest.
  1195. 475 silly tarball no local data for depd@https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz. Extracting by manifest.
  1196. 476 silly tarball no local data for destr@https://registry.npmmirror.com/destr/-/destr-1.2.2.tgz. Extracting by manifest.
  1197. 477 silly tarball no local data for denque@https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz. Extracting by manifest.
  1198. 478 silly tarball no local data for defu@https://registry.npmmirror.com/defu/-/defu-6.1.2.tgz. Extracting by manifest.
  1199. 479 silly tarball no local data for delegates@https://registry.npmmirror.com/delegates/-/delegates-1.0.0.tgz. Extracting by manifest.
  1200. 480 silly tarball no local data for define-lazy-prop@https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz. Extracting by manifest.
  1201. 481 silly tarball no local data for defaults@https://registry.npmmirror.com/defaults/-/defaults-1.0.4.tgz. Extracting by manifest.
  1202. 482 silly tarball no local data for deepmerge@https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz. Extracting by manifest.
  1203. 483 silly tarball no local data for declass@https://registry.npmmirror.com/declass/-/declass-0.0.1.tgz. Extracting by manifest.
  1204. 484 silly tarball no local data for decamelize@https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz. Extracting by manifest.
  1205. 485 silly tarball no local data for debug@https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz. Extracting by manifest.
  1206. 486 silly tarball no local data for dayjs@https://registry.npmmirror.com/dayjs/-/dayjs-1.11.7.tgz. Extracting by manifest.
  1207. 487 silly tarball no local data for data-uri-to-buffer@https://registry.npmmirror.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz. Extracting by manifest.
  1208. 488 silly tarball no local data for csstype@https://registry.npmmirror.com/csstype/-/csstype-2.6.21.tgz. Extracting by manifest.
  1209. 489 silly tarball no local data for cuint@https://registry.npmmirror.com/cuint/-/cuint-0.2.2.tgz. Extracting by manifest.
  1210. 490 silly tarball no local data for csso@https://registry.npmmirror.com/csso/-/csso-5.0.5.tgz. Extracting by manifest.
  1211. 491 silly tarball no local data for cssnano-utils@https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-4.0.0.tgz. Extracting by manifest.
  1212. 492 silly tarball no local data for cssnano-preset-default@https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-6.0.0.tgz. Extracting by manifest.
  1213. 493 silly tarball no local data for cssesc@https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz. Extracting by manifest.
  1214. 494 silly tarball no local data for cssnano@https://registry.npmmirror.com/cssnano/-/cssnano-6.0.0.tgz. Extracting by manifest.
  1215. 495 silly tarball no local data for css-what@https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz. Extracting by manifest.
  1216. 496 silly tarball no local data for css-tree@https://registry.npmmirror.com/css-tree/-/css-tree-2.3.1.tgz. Extracting by manifest.
  1217. 497 silly tarball no local data for css-select@https://registry.npmmirror.com/css-select/-/css-select-5.1.0.tgz. Extracting by manifest.
  1218. 498 silly tarball no local data for css-declaration-sorter@https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-6.4.0.tgz. Extracting by manifest.
  1219. 499 silly tarball no local data for cross-spawn@https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz. Extracting by manifest.
  1220. 500 silly tarball no local data for create-require@https://registry.npmmirror.com/create-require/-/create-require-1.1.1.tgz. Extracting by manifest.
  1221. 501 silly tarball no local data for crc32-stream@https://registry.npmmirror.com/crc32-stream/-/crc32-stream-4.0.2.tgz. Extracting by manifest.
  1222. 502 silly tarball no local data for crc-32@https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz. Extracting by manifest.
  1223. 503 silly tarball no local data for core-util-is@https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz. Extracting by manifest.
  1224. 504 silly tarball no local data for cookie-es@https://registry.npmmirror.com/cookie-es/-/cookie-es-0.5.0.tgz. Extracting by manifest.
  1225. 505 silly tarball no local data for convert-source-map@https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.9.0.tgz. Extracting by manifest.
  1226. 506 silly tarball no local data for console-control-strings@https://registry.npmmirror.com/console-control-strings/-/console-control-strings-1.1.0.tgz. Extracting by manifest.
  1227. 507 silly tarball no local data for connect@https://registry.npmmirror.com/connect/-/connect-3.7.0.tgz. Extracting by manifest.
  1228. 508 silly tarball no local data for consola@https://registry.npmmirror.com/consola/-/consola-2.15.3.tgz. Extracting by manifest.
  1229. 509 silly tarball no local data for compress-commons@https://registry.npmmirror.com/compress-commons/-/compress-commons-4.1.1.tgz. Extracting by manifest.
  1230. 510 silly tarball no local data for commondir@https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz. Extracting by manifest.
  1231. 511 silly tarball no local data for concat-map@https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz. Extracting by manifest.
  1232. 512 silly tarball no local data for colorette@https://registry.npmmirror.com/colorette/-/colorette-2.0.19.tgz. Extracting by manifest.
  1233. 513 silly tarball no local data for commander@https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz. Extracting by manifest.
  1234. 514 silly tarball no local data for colord@https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz. Extracting by manifest.
  1235. 515 silly tarball no local data for color-support@https://registry.npmmirror.com/color-support/-/color-support-1.1.3.tgz. Extracting by manifest.
  1236. 516 silly tarball no local data for color-name@https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz. Extracting by manifest.
  1237. 517 silly tarball no local data for color-convert@https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz. Extracting by manifest.
  1238. 518 silly tarball no local data for cluster-key-slot@https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz. Extracting by manifest.
  1239. 519 silly tarball no local data for clone@https://registry.npmmirror.com/clone/-/clone-1.0.4.tgz. Extracting by manifest.
  1240. 520 silly tarball no local data for cliui@https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz. Extracting by manifest.
  1241. 521 silly tarball no local data for clipboardy@https://registry.npmmirror.com/clipboardy/-/clipboardy-3.0.0.tgz. Extracting by manifest.
  1242. 522 silly tarball no local data for cli-width@https://registry.npmmirror.com/cli-width/-/cli-width-4.0.0.tgz. Extracting by manifest.
  1243. 523 silly tarball no local data for cli-spinners@https://registry.npmmirror.com/cli-spinners/-/cli-spinners-2.8.0.tgz. Extracting by manifest.
  1244. 524 silly tarball no local data for cli-cursor@https://registry.npmmirror.com/cli-cursor/-/cli-cursor-4.0.0.tgz. Extracting by manifest.
  1245. 525 silly tarball no local data for clear@https://registry.npmmirror.com/clear/-/clear-0.1.0.tgz. Extracting by manifest.
  1246. 526 silly tarball no local data for ci-info@https://registry.npmmirror.com/ci-info/-/ci-info-3.8.0.tgz. Extracting by manifest.
  1247. 527 silly tarball no local data for chownr@https://registry.npmmirror.com/chownr/-/chownr-2.0.0.tgz. Extracting by manifest.
  1248. 528 silly tarball no local data for chokidar@https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz. Extracting by manifest.
  1249. 529 silly tarball no local data for cheerio-select@https://registry.npmmirror.com/cheerio-select/-/cheerio-select-2.1.0.tgz. Extracting by manifest.
  1250. 530 silly tarball no local data for cheerio@https://registry.npmmirror.com/cheerio/-/cheerio-1.0.0-rc.12.tgz. Extracting by manifest.
  1251. 531 silly tarball no local data for chardet@https://registry.npmmirror.com/chardet/-/chardet-0.7.0.tgz. Extracting by manifest.
  1252. 532 silly tarball no local data for chalk@https://registry.npmmirror.com/chalk/-/chalk-5.2.0.tgz. Extracting by manifest.
  1253. 533 silly tarball no local data for caniuse-lite@https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001473.tgz. Extracting by manifest.
  1254. 534 silly tarball no local data for caniuse-api@https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz. Extracting by manifest.
  1255. 535 silly tarball no local data for camelcase@https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz. Extracting by manifest.
  1256. 536 silly tarball no local data for cac@https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz. Extracting by manifest.
  1257. 537 silly tarball no local data for c12@https://registry.npmmirror.com/c12/-/c12-1.2.0.tgz. Extracting by manifest.
  1258. 538 silly tarball no local data for builtin-modules@https://registry.npmmirror.com/builtin-modules/-/builtin-modules-3.3.0.tgz. Extracting by manifest.
  1259. 539 silly tarball no local data for buffer-from@https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz. Extracting by manifest.
  1260. 540 silly tarball no local data for buffer-crc32@https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz. Extracting by manifest.
  1261. 541 silly tarball no local data for buffer@https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz. Extracting by manifest.
  1262. 542 silly tarball no local data for browserslist@https://registry.npmmirror.com/browserslist/-/browserslist-4.21.5.tgz. Extracting by manifest.
  1263. 543 silly tarball no local data for braces@https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz. Extracting by manifest.
  1264. 544 silly tarball no local data for brace-expansion@https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz. Extracting by manifest.
  1265. 545 silly tarball no local data for boolbase@https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz. Extracting by manifest.
  1266. 546 silly tarball no local data for bl@https://registry.npmmirror.com/bl/-/bl-5.1.0.tgz. Extracting by manifest.
  1267. 547 silly tarball no local data for bindings@https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz. Extracting by manifest.
  1268. 548 silly tarball no local data for binary-extensions@https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz. Extracting by manifest.
  1269. 549 silly tarball no local data for big.js@https://registry.npmmirror.com/big.js/-/big.js-5.2.2.tgz. Extracting by manifest.
  1270. 550 silly tarball no local data for base64-js@https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz. Extracting by manifest.
  1271. 551 silly tarball no local data for balanced-match@https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz. Extracting by manifest.
  1272. 552 silly tarball no local data for autoprefixer@https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.14.tgz. Extracting by manifest.
  1273. 553 silly tarball no local data for async-validator@https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz. Extracting by manifest.
  1274. 554 silly tarball no local data for async-sema@https://registry.npmmirror.com/async-sema/-/async-sema-3.1.1.tgz. Extracting by manifest.
  1275. 555 silly tarball no local data for async@https://registry.npmmirror.com/async/-/async-3.2.4.tgz. Extracting by manifest.
  1276. 556 silly tarball no local data for are-we-there-yet@https://registry.npmmirror.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz. Extracting by manifest.
  1277. 557 silly tarball no local data for archiver-utils@https://registry.npmmirror.com/archiver-utils/-/archiver-utils-2.1.0.tgz. Extracting by manifest.
  1278. 558 silly tarball no local data for archiver@https://registry.npmmirror.com/archiver/-/archiver-5.3.1.tgz. Extracting by manifest.
  1279. 559 silly tarball no local data for arch@https://registry.npmmirror.com/arch/-/arch-2.2.0.tgz. Extracting by manifest.
  1280. 560 silly tarball no local data for aproba@https://registry.npmmirror.com/aproba/-/aproba-2.0.0.tgz. Extracting by manifest.
  1281. 561 silly tarball no local data for anymatch@https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz. Extracting by manifest.
  1282. 562 silly tarball no local data for ansi-styles@https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz. Extracting by manifest.
  1283. 563 silly tarball no local data for ansi-regex@https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.0.1.tgz. Extracting by manifest.
  1284. 564 silly tarball no local data for ansi-escapes@https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-6.1.0.tgz. Extracting by manifest.
  1285. 565 silly tarball no local data for agent-base@https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz. Extracting by manifest.
  1286. 566 silly tarball no local data for acorn@https://registry.npmmirror.com/acorn/-/acorn-8.8.2.tgz. Extracting by manifest.
  1287. 567 silly tarball no local data for abbrev@https://registry.npmmirror.com/abbrev/-/abbrev-1.1.1.tgz. Extracting by manifest.
  1288. 568 silly tarball no local data for @windicss/config@https://registry.npmmirror.com/@windicss/config/-/config-1.8.10.tgz. Extracting by manifest.
  1289. 569 silly tarball no local data for @windicss/plugin-utils@https://registry.npmmirror.com/@windicss/plugin-utils/-/plugin-utils-1.8.10.tgz. Extracting by manifest.
  1290. 570 silly tarball no local data for @vueuse/shared@https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz. Extracting by manifest.
  1291. 571 silly tarball no local data for @vueuse/metadata@https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.13.0.tgz. Extracting by manifest.
  1292. 572 silly tarball no local data for @vue/shared@https://registry.npmmirror.com/@vue/shared/-/shared-3.2.47.tgz. Extracting by manifest.
  1293. 573 silly tarball no local data for @vueuse/core@https://registry.npmmirror.com/@vueuse/core/-/core-9.13.0.tgz. Extracting by manifest.
  1294. 574 silly tarball no local data for @vue/server-renderer@https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.2.47.tgz. Extracting by manifest.
  1295. 575 silly tarball no local data for @vue/runtime-dom@https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.2.47.tgz. Extracting by manifest.
  1296. 576 silly tarball no local data for @vue/runtime-core@https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.2.47.tgz. Extracting by manifest.
  1297. 577 silly tarball no local data for @vue/reactivity-transform@https://registry.npmmirror.com/@vue/reactivity-transform/-/reactivity-transform-3.2.47.tgz. Extracting by manifest.
  1298. 578 silly tarball no local data for @vue/reactivity@https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.2.47.tgz. Extracting by manifest.
  1299. 579 silly tarball no local data for @vue/devtools-api@https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.5.0.tgz. Extracting by manifest.
  1300. 580 silly tarball no local data for @vue/compiler-ssr@https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.2.47.tgz. Extracting by manifest.
  1301. 581 silly tarball no local data for @vue/compiler-sfc@https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.2.47.tgz. Extracting by manifest.
  1302. 582 silly tarball no local data for @vue/compiler-dom@https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.2.47.tgz. Extracting by manifest.
  1303. 583 silly tarball no local data for @vue/compiler-core@https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.2.47.tgz. Extracting by manifest.
  1304. 584 silly tarball no local data for @vue/babel-plugin-jsx@https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.1.tgz. Extracting by manifest.
  1305. 585 silly tarball no local data for @vue/babel-helper-vue-transform-on@https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz. Extracting by manifest.
  1306. 586 silly tarball no local data for @vitejs/plugin-vue-jsx@https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.0.1.tgz. Extracting by manifest.
  1307. 587 silly tarball no local data for @vitejs/plugin-vue@https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.1.0.tgz. Extracting by manifest.
  1308. 588 silly tarball no local data for @vercel/nft@https://registry.npmmirror.com/@vercel/nft/-/nft-0.22.6.tgz. Extracting by manifest.
  1309. 589 silly tarball no local data for @unhead/vue@https://registry.npmmirror.com/@unhead/vue/-/vue-1.1.25.tgz. Extracting by manifest.
  1310. 590 silly tarball no local data for @unhead/ssr@https://registry.npmmirror.com/@unhead/ssr/-/ssr-1.1.25.tgz. Extracting by manifest.
  1311. 591 silly tarball no local data for @unhead/shared@https://registry.npmmirror.com/@unhead/shared/-/shared-1.1.25.tgz. Extracting by manifest.
  1312. 592 silly tarball no local data for @unhead/schema@https://registry.npmmirror.com/@unhead/schema/-/schema-1.1.25.tgz. Extracting by manifest.
  1313. 593 silly tarball no local data for @unhead/dom@https://registry.npmmirror.com/@unhead/dom/-/dom-1.1.25.tgz. Extracting by manifest.
  1314. 594 silly tarball no local data for @types/web-bluetooth@https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz. Extracting by manifest.
  1315. 595 silly tarball no local data for @types/resolve@https://registry.npmmirror.com/@types/resolve/-/resolve-1.20.2.tgz. Extracting by manifest.
  1316. 596 silly tarball no local data for @types/qrcode@https://registry.npmjs.org/@types/qrcode/-/qrcode-1.5.0.tgz. Extracting by manifest.
  1317. 597 silly tarball no local data for @types/lodash-es@https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.7.tgz. Extracting by manifest.
  1318. 598 silly tarball no local data for @types/node@https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz. Extracting by manifest.
  1319. 599 silly tarball no local data for @types/lodash@https://registry.npmmirror.com/@types/lodash/-/lodash-4.14.192.tgz. Extracting by manifest.
  1320. 600 silly tarball no local data for @types/estree@https://registry.npmmirror.com/@types/estree/-/estree-1.0.0.tgz. Extracting by manifest.
  1321. 601 silly tarball no local data for @trysound/sax@https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz. Extracting by manifest.
  1322. 602 silly tarball no local data for @swc/types@https://registry.npmmirror.com/@swc/types/-/types-0.1.5.tgz. Extracting by manifest.
  1323. 603 silly tarball no local data for @swc/counter@https://registry.npmmirror.com/@swc/counter/-/counter-0.1.2.tgz. Extracting by manifest.
  1324. 604 silly tarball no local data for @rollup/pluginutils@https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz. Extracting by manifest.
  1325. 605 silly tarball no local data for @swc/core-win32-x64-msvc@https://registry.npmmirror.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.105.tgz. Extracting by manifest.
  1326. 606 silly tarball no local data for @swc/core@https://registry.npmmirror.com/@swc/core/-/core-1.3.105.tgz. Extracting by manifest.
  1327. 607 silly tarball no local data for @rollup/plugin-wasm@https://registry.npmmirror.com/@rollup/plugin-wasm/-/plugin-wasm-6.1.2.tgz. Extracting by manifest.
  1328. 608 silly tarball no local data for @rollup/plugin-virtual@https://registry.npmmirror.com/@rollup/plugin-virtual/-/plugin-virtual-3.0.2.tgz. Extracting by manifest.
  1329. 609 silly tarball no local data for @rollup/plugin-terser@https://registry.npmmirror.com/@rollup/plugin-terser/-/plugin-terser-0.4.1.tgz. Extracting by manifest.
  1330. 610 silly tarball no local data for @rollup/plugin-replace@https://registry.npmmirror.com/@rollup/plugin-replace/-/plugin-replace-5.0.2.tgz. Extracting by manifest.
  1331. 611 silly tarball no local data for @rollup/plugin-node-resolve@https://registry.npmmirror.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.0.2.tgz. Extracting by manifest.
  1332. 612 silly tarball no local data for @rollup/plugin-json@https://registry.npmmirror.com/@rollup/plugin-json/-/plugin-json-6.0.0.tgz. Extracting by manifest.
  1333. 613 silly tarball no local data for @rollup/plugin-inject@https://registry.npmmirror.com/@rollup/plugin-inject/-/plugin-inject-5.0.3.tgz. Extracting by manifest.
  1334. 614 silly tarball no local data for @rollup/plugin-commonjs@https://registry.npmmirror.com/@rollup/plugin-commonjs/-/plugin-commonjs-24.1.0.tgz. Extracting by manifest.
  1335. 615 silly tarball no local data for @rollup/plugin-alias@https://registry.npmmirror.com/@rollup/plugin-alias/-/plugin-alias-5.0.0.tgz. Extracting by manifest.
  1336. 616 silly tarball no local data for @popperjs/core@https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz. Extracting by manifest.
  1337. 617 silly tarball no local data for @polka/url@https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.21.tgz. Extracting by manifest.
  1338. 618 silly tarball no local data for @nuxt/vite-builder@https://registry.npmmirror.com/@nuxt/vite-builder/-/vite-builder-3.4.1.tgz. Extracting by manifest.
  1339. 619 silly tarball no local data for @nuxt/ui-templates@https://registry.npmmirror.com/@nuxt/ui-templates/-/ui-templates-1.1.1.tgz. Extracting by manifest.
  1340. 620 silly tarball no local data for @nuxt/telemetry@https://registry.npmmirror.com/@nuxt/telemetry/-/telemetry-2.2.0.tgz. Extracting by manifest.
  1341. 621 silly tarball no local data for @nuxt/schema@https://registry.npmmirror.com/@nuxt/schema/-/schema-3.4.1.tgz. Extracting by manifest.
  1342. 622 silly tarball no local data for @nuxt/kit@https://registry.npmmirror.com/@nuxt/kit/-/kit-3.4.1.tgz. Extracting by manifest.
  1343. 623 silly tarball no local data for @nuxt/devalue@https://registry.npmmirror.com/@nuxt/devalue/-/devalue-2.0.0.tgz. Extracting by manifest.
  1344. 624 silly tarball no local data for @nodelib/fs.walk@https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz. Extracting by manifest.
  1345. 625 silly tarball no local data for @nodelib/fs.stat@https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz. Extracting by manifest.
  1346. 626 silly tarball no local data for @nodelib/fs.scandir@https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz. Extracting by manifest.
  1347. 627 silly tarball no local data for @netlify/functions@https://registry.npmmirror.com/@netlify/functions/-/functions-1.4.0.tgz. Extracting by manifest.
  1348. 628 silly tarball no local data for @mapbox/node-pre-gyp@https://registry.npmmirror.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz. Extracting by manifest.
  1349. 629 silly tarball no local data for @jridgewell/trace-mapping@https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz. Extracting by manifest.
  1350. 630 silly tarball no local data for @jridgewell/sourcemap-codec@https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz. Extracting by manifest.
  1351. 631 silly tarball no local data for @jridgewell/source-map@https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.2.tgz. Extracting by manifest.
  1352. 632 silly tarball no local data for @jridgewell/set-array@https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.1.2.tgz. Extracting by manifest.
  1353. 633 silly tarball no local data for @jridgewell/resolve-uri@https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz. Extracting by manifest.
  1354. 634 silly tarball no local data for @jridgewell/gen-mapping@https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz. Extracting by manifest.
  1355. 635 silly tarball no local data for @ioredis/commands@https://registry.npmmirror.com/@ioredis/commands/-/commands-1.2.0.tgz. Extracting by manifest.
  1356. 636 silly tarball no local data for @intlify/vue-devtools@https://registry.npmmirror.com/@intlify/vue-devtools/-/vue-devtools-9.2.2.tgz. Extracting by manifest.
  1357. 637 silly tarball no local data for @intlify/shared@https://registry.npmmirror.com/@intlify/shared/-/shared-9.2.2.tgz. Extracting by manifest.
  1358. 638 silly tarball no local data for @intlify/message-compiler@https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-9.2.2.tgz. Extracting by manifest.
  1359. 639 silly tarball no local data for @intlify/devtools-if@https://registry.npmmirror.com/@intlify/devtools-if/-/devtools-if-9.2.2.tgz. Extracting by manifest.
  1360. 640 silly tarball no local data for @intlify/core-base@https://registry.npmmirror.com/@intlify/core-base/-/core-base-9.2.2.tgz. Extracting by manifest.
  1361. 641 silly tarball no local data for @floating-ui/dom@https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.2.5.tgz. Extracting by manifest.
  1362. 642 silly tarball no local data for @floating-ui/core@https://registry.npmmirror.com/@floating-ui/core/-/core-1.2.5.tgz. Extracting by manifest.
  1363. 643 silly tarball no local data for @esbuild/win32-x64@https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.17.17.tgz. Extracting by manifest.
  1364. 644 silly tarball no local data for @element-plus/nuxt@https://registry.npmmirror.com/@element-plus/nuxt/-/nuxt-1.0.4.tgz. Extracting by manifest.
  1365. 645 silly tarball no local data for @element-plus/icons-vue@https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.1.0.tgz. Extracting by manifest.
  1366. 646 silly tarball no local data for @ctrl/tinycolor@https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.0.tgz. Extracting by manifest.
  1367. 647 silly tarball no local data for @cloudflare/kv-asset-handler@https://registry.npmmirror.com/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.0.tgz. Extracting by manifest.
  1368. 648 silly tarball no local data for @babel/types@https://registry.npmmirror.com/@babel/types/-/types-7.21.4.tgz. Extracting by manifest.
  1369. 649 silly tarball no local data for @babel/traverse@https://registry.npmmirror.com/@babel/traverse/-/traverse-7.21.4.tgz. Extracting by manifest.
  1370. 650 silly tarball no local data for @babel/template@https://registry.npmmirror.com/@babel/template/-/template-7.20.7.tgz. Extracting by manifest.
  1371. 651 silly tarball no local data for @babel/plugin-transform-typescript@https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.21.3.tgz. Extracting by manifest.
  1372. 652 silly tarball no local data for @babel/standalone@https://registry.npmmirror.com/@babel/standalone/-/standalone-7.21.3.tgz. Extracting by manifest.
  1373. 653 silly tarball no local data for @babel/plugin-syntax-typescript@https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.21.4.tgz. Extracting by manifest.
  1374. 654 silly tarball no local data for @babel/plugin-syntax-jsx@https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.21.4.tgz. Extracting by manifest.
  1375. 655 silly tarball no local data for @babel/parser@https://registry.npmmirror.com/@babel/parser/-/parser-7.21.4.tgz. Extracting by manifest.
  1376. 656 silly tarball no local data for @babel/highlight@https://registry.npmmirror.com/@babel/highlight/-/highlight-7.18.6.tgz. Extracting by manifest.
  1377. 657 silly tarball no local data for @babel/helpers@https://registry.npmmirror.com/@babel/helpers/-/helpers-7.21.0.tgz. Extracting by manifest.
  1378. 658 silly tarball no local data for @babel/helper-validator-option@https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz. Extracting by manifest.
  1379. 659 silly tarball no local data for @babel/helper-validator-identifier@https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz. Extracting by manifest.
  1380. 660 silly tarball no local data for @babel/helper-string-parser@https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz. Extracting by manifest.
  1381. 661 silly tarball no local data for @babel/helper-split-export-declaration@https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz. Extracting by manifest.
  1382. 662 silly tarball no local data for @babel/helper-skip-transparent-expression-wrappers@https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz. Extracting by manifest.
  1383. 663 silly tarball no local data for @babel/helper-simple-access@https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz. Extracting by manifest.
  1384. 664 silly tarball no local data for @babel/helper-replace-supers@https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz. Extracting by manifest.
  1385. 665 silly tarball no local data for @babel/helper-plugin-utils@https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz. Extracting by manifest.
  1386. 666 silly tarball no local data for @babel/helper-optimise-call-expression@https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz. Extracting by manifest.
  1387. 667 silly tarball no local data for @babel/helper-module-transforms@https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz. Extracting by manifest.
  1388. 668 silly tarball no local data for @babel/helper-module-imports@https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz. Extracting by manifest.
  1389. 669 silly tarball no local data for @babel/helper-member-expression-to-functions@https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz. Extracting by manifest.
  1390. 670 silly tarball no local data for @babel/helper-hoist-variables@https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz. Extracting by manifest.
  1391. 671 silly tarball no local data for @babel/helper-function-name@https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz. Extracting by manifest.
  1392. 672 silly tarball no local data for @babel/helper-environment-visitor@https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz. Extracting by manifest.
  1393. 673 silly tarball no local data for @babel/helper-create-class-features-plugin@https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.4.tgz. Extracting by manifest.
  1394. 674 silly tarball no local data for @babel/helper-compilation-targets@https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz. Extracting by manifest.
  1395. 675 silly tarball no local data for @babel/helper-annotate-as-pure@https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz. Extracting by manifest.
  1396. 676 silly tarball no local data for @babel/generator@https://registry.npmmirror.com/@babel/generator/-/generator-7.21.4.tgz. Extracting by manifest.
  1397. 677 silly tarball no local data for @babel/core@https://registry.npmmirror.com/@babel/core/-/core-7.21.4.tgz. Extracting by manifest.
  1398. 678 silly tarball no local data for @babel/compat-data@https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.21.4.tgz. Extracting by manifest.
  1399. 679 silly tarball no local data for @babel/code-frame@https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.21.4.tgz. Extracting by manifest.
  1400. 680 silly tarball no local data for @antfu/utils@https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.2.tgz. Extracting by manifest.
  1401. 681 silly tarball no local data for @ampproject/remapping@https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.0.tgz. Extracting by manifest.
  1402. 682 silly tarball no local data for strip-ansi@https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz. Extracting by manifest.
  1403. 683 silly tarball no local data for string-width@https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz. Extracting by manifest.
  1404. 684 silly tarball no local data for emoji-regex@https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz. Extracting by manifest.
  1405. 685 silly tarball no local data for ansi-regex@https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz. Extracting by manifest.
  1406. 686 silly tarball no local data for totalist@https://registry.npmmirror.com/totalist/-/totalist-1.1.0.tgz. Extracting by manifest.
  1407. 687 silly tarball no local data for sirv@https://registry.npmmirror.com/sirv/-/sirv-1.0.19.tgz. Extracting by manifest.
  1408. 688 silly tarball no local data for fs-extra@https://registry.npmmirror.com/fs-extra/-/fs-extra-10.1.0.tgz. Extracting by manifest.
  1409. 689 silly tarball no local data for strip-ansi@https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz. Extracting by manifest.
  1410. 690 silly tarball no local data for string-width@https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz. Extracting by manifest.
  1411. 691 silly tarball no local data for emoji-regex@https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz. Extracting by manifest.
  1412. 692 silly tarball no local data for ansi-regex@https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz. Extracting by manifest.
  1413. 693 silly tarball no local data for minimatch@https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz. Extracting by manifest.
  1414. 694 silly tarball no local data for brace-expansion@https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz. Extracting by manifest.
  1415. 695 silly tarball no local data for type-fest@https://registry.npmmirror.com/type-fest/-/type-fest-0.21.3.tgz. Extracting by manifest.
  1416. 696 silly tarball no local data for supports-color@https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz. Extracting by manifest.
  1417. 697 silly tarball no local data for strip-ansi@https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz. Extracting by manifest.
  1418. 698 silly tarball no local data for has-flag@https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz. Extracting by manifest.
  1419. 699 silly tarball no local data for commander@https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz. Extracting by manifest.
  1420. 700 silly tarball no local data for color-name@https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz. Extracting by manifest.
  1421. 701 silly tarball no local data for color-convert@https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz. Extracting by manifest.
  1422. 702 silly tarball no local data for chalk@https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz. Extracting by manifest.
  1423. 703 silly tarball no local data for ansi-regex@https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz. Extracting by manifest.
  1424. 704 silly tarball no local data for commander@https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz. Extracting by manifest.
  1425. 705 silly tarball no local data for lru-cache@https://registry.npmmirror.com/lru-cache/-/lru-cache-9.0.3.tgz. Extracting by manifest.
  1426. 706 silly tarball no local data for ansi-styles@https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz. Extracting by manifest.
  1427. 707 silly tarball no local data for ansi-escapes@https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz. Extracting by manifest.
  1428. 708 silly tarball no local data for yallist@https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz. Extracting by manifest.
  1429. 709 silly tarball no local data for source-map@https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz. Extracting by manifest.
  1430. 710 silly tarball no local data for buffer@https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz. Extracting by manifest.
  1431. 711 silly tarball no local data for bl@https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz. Extracting by manifest.
  1432. 712 silly tarball no local data for ms@https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz. Extracting by manifest.
  1433. 713 silly tarball no local data for mime@https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz. Extracting by manifest.
  1434. 714 silly tarball no local data for yallist@https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz. Extracting by manifest.
  1435. 715 silly tarball no local data for lru-cache@https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz. Extracting by manifest.
  1436. 716 silly tarball no local data for minimatch@https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz. Extracting by manifest.
  1437. 717 silly tarball no local data for ms@https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz. Extracting by manifest.
  1438. 718 silly tarball no local data for debug@https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz. Extracting by manifest.
  1439. 719 silly tarball no local data for glob@https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz. Extracting by manifest.
  1440. 720 silly tarball no local data for brace-expansion@https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz. Extracting by manifest.
  1441. 721 silly tarball no local data for yargs-parser@https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz. Extracting by manifest.
  1442. 722 silly tarball no local data for y18n@https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz. Extracting by manifest.
  1443. 723 silly tarball no local data for wrap-ansi@https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz. Extracting by manifest.
  1444. 724 silly tarball no local data for yargs@https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz. Extracting by manifest.
  1445. 725 silly tarball no local data for strip-ansi@https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz. Extracting by manifest.
  1446. 726 silly tarball no local data for emoji-regex@https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz. Extracting by manifest.
  1447. 727 silly tarball no local data for string-width@https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz. Extracting by manifest.
  1448. 728 silly tarball no local data for color-convert@https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz. Extracting by manifest.
  1449. 729 silly tarball no local data for minimatch@https://registry.npmmirror.com/minimatch/-/minimatch-3.0.8.tgz. Extracting by manifest.
  1450. 730 silly tarball no local data for color-name@https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz. Extracting by manifest.
  1451. 731 silly tarball no local data for camelcase@https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz. Extracting by manifest.
  1452. 732 silly tarball no local data for ansi-styles@https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz. Extracting by manifest.
  1453. 733 silly tarball no local data for ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz. Extracting by manifest.
  1454. 734 silly tarball no local data for cliui@https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz. Extracting by manifest.
  1455. 735 silly tarball no local data for tapable@https://registry.npmmirror.com/tapable/-/tapable-1.1.3.tgz. Extracting by manifest.
  1456. 736 silly tarball no local data for nanoid@https://registry.npmmirror.com/nanoid/-/nanoid-3.3.6.tgz. Extracting by manifest.
  1457. 737 silly tarball no local data for is-docker@https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz. Extracting by manifest.
  1458. 738 silly tarball no local data for enhanced-resolve@https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz. Extracting by manifest.
  1459. 739 silly tarball no local data for strip-final-newline@https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz. Extracting by manifest.
  1460. 740 silly tarball no local data for onetime@https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz. Extracting by manifest.
  1461. 741 silly tarball no local data for path-key@https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz. Extracting by manifest.
  1462. 742 silly tarball no local data for npm-run-path@https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.1.0.tgz. Extracting by manifest.
  1463. 743 silly tarball no local data for mimic-fn@https://registry.npmmirror.com/mimic-fn/-/mimic-fn-4.0.0.tgz. Extracting by manifest.
  1464. 744 silly tarball no local data for mime@https://registry.npmmirror.com/mime/-/mime-2.5.2.tgz. Extracting by manifest.
  1465. 745 silly tarball no local data for brace-expansion@https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz. Extracting by manifest.
  1466. 746 silly tarball no local data for is-stream@https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz. Extracting by manifest.
  1467. 747 silly tarball no local data for human-signals@https://registry.npmmirror.com/human-signals/-/human-signals-4.3.1.tgz. Extracting by manifest.
  1468. 748 silly tarball no local data for unimport@https://registry.npmmirror.com/unimport/-/unimport-1.3.0.tgz. Extracting by manifest.
  1469. 749 silly tarball no local data for magic-string@https://registry.npmmirror.com/magic-string/-/magic-string-0.27.0.tgz. Extracting by manifest.
  1470. 750 silly tarball no local data for fs-extra@https://registry.npmmirror.com/fs-extra/-/fs-extra-10.1.0.tgz. Extracting by manifest.
  1471. 751 silly tarball no local data for @nuxt/schema@https://registry.npmmirror.com/@nuxt/schema/-/schema-3.0.0.tgz. Extracting by manifest.
  1472. 752 silly tarball no local data for consola@https://registry.npmmirror.com/consola/-/consola-3.0.2.tgz. Extracting by manifest.
  1473. 753 silly tarball no local data for yallist@https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz. Extracting by manifest.
  1474. 754 silly tarball no local data for @nuxt/kit@https://registry.npmmirror.com/@nuxt/kit/-/kit-3.0.0.tgz. Extracting by manifest.
  1475. 755 silly tarball no local data for minipass@https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz. Extracting by manifest.
  1476. 756 silly tarball no local data for string_decoder@https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz. Extracting by manifest.
  1477. 757 silly tarball no local data for execa@https://registry.npmmirror.com/execa/-/execa-7.1.1.tgz. Extracting by manifest.
  1478. 758 silly tarball no local data for semver@https://registry.npmmirror.com/semver/-/semver-6.3.0.tgz. Extracting by manifest.
  1479. 759 silly tarball no local data for safe-buffer@https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz. Extracting by manifest.
  1480. 760 silly tarball no local data for readable-stream@https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz. Extracting by manifest.
  1481. 761 silly tarball no local data for strip-ansi@https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz. Extracting by manifest.
  1482. 762 silly tarball no local data for is-docker@https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz. Extracting by manifest.
  1483. 763 silly tarball no local data for string-width@https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz. Extracting by manifest.
  1484. 764 silly tarball no local data for safe-buffer@https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz. Extracting by manifest.
  1485. 765 silly tarball no local data for readable-stream@https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz. Extracting by manifest.
  1486. 766 silly tarball no local data for emoji-regex@https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz. Extracting by manifest.
  1487. 767 silly tarball no local data for ansi-regex@https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz. Extracting by manifest.
  1488. 768 silly tarball no local data for string_decoder@https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz. Extracting by manifest.
  1489. 769 silly tarball no local data for yallist@https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz. Extracting by manifest.
  1490. 770 silly tarball no local data for statuses@https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz. Extracting by manifest.
  1491. 771 silly tarball no local data for on-finished@https://registry.npmmirror.com/on-finished/-/on-finished-2.3.0.tgz. Extracting by manifest.
  1492. 772 silly tarball no local data for ms@https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz. Extracting by manifest.
  1493. 773 silly tarball no local data for type-fest@https://registry.npmmirror.com/type-fest/-/type-fest-2.19.0.tgz. Extracting by manifest.
  1494. 774 silly tarball no local data for minipass@https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz. Extracting by manifest.
  1495. 775 silly tarball no local data for ms@https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz. Extracting by manifest.
  1496. 776 silly tarball no local data for debug@https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz. Extracting by manifest.
  1497. 777 silly tarball no local data for debug@https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz. Extracting by manifest.
  1498. 778 silly tarball no local data for wrap-ansi@https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz. Extracting by manifest.
  1499. 779 silly tarball no local data for strip-ansi@https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz. Extracting by manifest.
  1500. 780 silly tarball no local data for string-width@https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz. Extracting by manifest.
  1501. 781 silly tarball no local data for emoji-regex@https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz. Extracting by manifest.
  1502. 782 silly tarball no local data for mdn-data@https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.28.tgz. Extracting by manifest.
  1503. 783 silly tarball no local data for css-tree@https://registry.npmmirror.com/css-tree/-/css-tree-2.2.1.tgz. Extracting by manifest.
  1504. 784 silly tarball no local data for color-name@https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz. Extracting by manifest.
  1505. 785 silly tarball no local data for ansi-styles@https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz. Extracting by manifest.
  1506. 786 silly tarball no local data for string_decoder@https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz. Extracting by manifest.
  1507. 787 silly tarball no local data for color-convert@https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz. Extracting by manifest.
  1508. 788 silly tarball no local data for safe-buffer@https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz. Extracting by manifest.
  1509. 789 silly tarball no local data for ansi-regex@https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz. Extracting by manifest.
  1510. 790 silly tarball no local data for minimatch@https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz. Extracting by manifest.
  1511. 791 silly tarball no local data for readable-stream@https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz. Extracting by manifest.
  1512. 792 silly tarball no local data for magic-string@https://registry.npmmirror.com/magic-string/-/magic-string-0.27.0.tgz. Extracting by manifest.
  1513. 793 silly tarball no local data for magic-string@https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz. Extracting by manifest.
  1514. 794 silly tarball no local data for glob@https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz. Extracting by manifest.
  1515. 795 silly tarball no local data for brace-expansion@https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz. Extracting by manifest.
  1516. 796 silly tarball no local data for source-map@https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz. Extracting by manifest.
  1517. 797 silly tarball no local data for magic-string@https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz. Extracting by manifest.
  1518. 798 silly tarball no local data for estree-walker@https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz. Extracting by manifest.
  1519. 799 silly tarball no local data for estree-walker@https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz. Extracting by manifest.
  1520. 800 silly tarball no local data for source-map@https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz. Extracting by manifest.
  1521. 801 silly tarball no local data for estree-walker@https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz. Extracting by manifest.
  1522. 802 silly tarball no local data for minimatch@https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz. Extracting by manifest.
  1523. 803 silly tarball no local data for glob@https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz. Extracting by manifest.
  1524. 804 silly tarball no local data for estree-walker@https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz. Extracting by manifest.
  1525. 805 silly tarball no local data for brace-expansion@https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz. Extracting by manifest.
  1526. 806 silly tarball no local data for magic-string@https://registry.npmmirror.com/magic-string/-/magic-string-0.27.0.tgz. Extracting by manifest.
  1527. 807 silly tarball no local data for @rollup/pluginutils@https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz. Extracting by manifest.
  1528. 808 silly tarball no local data for magic-string@https://registry.npmmirror.com/magic-string/-/magic-string-0.27.0.tgz. Extracting by manifest.
  1529. 809 silly tarball no local data for estree-walker@https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz. Extracting by manifest.
  1530. 810 silly tarball no local data for estree-walker@https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz. Extracting by manifest.
  1531. 811 silly tarball no local data for estree-walker@https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz. Extracting by manifest.
  1532. 812 silly tarball no local data for magic-string@https://registry.npmmirror.com/magic-string/-/magic-string-0.27.0.tgz. Extracting by manifest.
  1533. 813 silly tarball no local data for consola@https://registry.npmmirror.com/consola/-/consola-3.0.2.tgz. Extracting by manifest.
  1534. 814 silly tarball no local data for fs-extra@https://registry.npmmirror.com/fs-extra/-/fs-extra-10.1.0.tgz. Extracting by manifest.
  1535. 815 silly tarball no local data for consola@https://registry.npmmirror.com/consola/-/consola-3.0.2.tgz. Extracting by manifest.
  1536. 816 silly tarball no local data for node-fetch@https://registry.npmmirror.com/node-fetch/-/node-fetch-2.6.9.tgz. Extracting by manifest.
  1537. 817 silly tarball no local data for @jridgewell/gen-mapping@https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz. Extracting by manifest.
  1538. 818 silly tarball no local data for source-map@https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz. Extracting by manifest.
  1539. 819 silly tarball no local data for magic-string@https://registry.npmmirror.com/magic-string/-/magic-string-0.27.0.tgz. Extracting by manifest.
  1540. 820 silly tarball no local data for escape-string-regexp@https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz. Extracting by manifest.
  1541. 821 silly tarball no local data for chalk@https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz. Extracting by manifest.
  1542. 822 silly tarball no local data for semver@https://registry.npmmirror.com/semver/-/semver-6.3.0.tgz. Extracting by manifest.
  1543. 823 silly tarball no local data for ansi-styles@https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz. Extracting by manifest.
  1544. 824 silly tarball no local data for @jridgewell/gen-mapping@https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz. Extracting by manifest.
  1545. 825 silly tarball no local data for semver@https://registry.npmmirror.com/semver/-/semver-6.3.0.tgz. Extracting by manifest.
  1546. 826 http fetch GET 200 https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz 752ms (cache miss)
  1547. 827 http fetch GET 200 https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz 689ms (cache miss)
  1548. 828 http fetch GET 200 https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.2.tgz 692ms (cache miss)
  1549. 829 http fetch GET 200 https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz 1088ms (cache miss)
  1550. 830 http fetch GET 200 https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz 1167ms (cache miss)
  1551. 831 http fetch GET 200 https://cdn.npmmirror.com/packages/wide-align/1.1.5/wide-align-1.1.5.tgz 4226ms (cache miss)
  1552. 832 http fetch GET 200 https://cdn.npmmirror.com/packages/zip-stream/4.1.0/zip-stream-4.1.0.tgz 4232ms (cache miss)
  1553. 833 http fetch GET 200 https://cdn.npmmirror.com/packages/yallist/3.1.1/yallist-3.1.1.tgz 4269ms (cache miss)
  1554. 834 http fetch GET 200 https://cdn.npmmirror.com/packages/wrap-ansi/8.1.0/wrap-ansi-8.1.0.tgz 4266ms (cache miss)
  1555. 835 http fetch GET 200 https://cdn.npmmirror.com/packages/y18n/5.0.8/y18n-5.0.8.tgz 4269ms (cache miss)
  1556. 836 http fetch GET 200 https://cdn.npmmirror.com/packages/webidl-conversions/3.0.1/webidl-conversions-3.0.1.tgz 4337ms (cache miss)
  1557. 837 http fetch GET 200 https://cdn.npmmirror.com/packages/wrappy/1.0.2/wrappy-1.0.2.tgz 4390ms (cache miss)
  1558. 838 http fetch GET 200 https://cdn.npmmirror.com/packages/webpack-virtual-modules/0.5.0/webpack-virtual-modules-0.5.0.tgz 4437ms (cache miss)
  1559. 839 http fetch GET 200 https://cdn.npmmirror.com/packages/vue-devtools-stub/0.1.0/vue-devtools-stub-0.1.0.tgz 4430ms (cache miss)
  1560. 840 http fetch GET 200 https://cdn.npmmirror.com/packages/which/2.0.2/which-2.0.2.tgz 4482ms (cache miss)
  1561. 841 http fetch GET 200 https://cdn.npmmirror.com/packages/vue-demi/0.13.11/vue-demi-0.13.11.tgz 4476ms (cache miss)
  1562. 842 http fetch GET 200 https://cdn.npmmirror.com/packages/vscode-languageserver-textdocument/1.0.8/vscode-languageserver-textdocument-1.0.8.tgz 4554ms (cache miss)
  1563. 843 http fetch GET 200 https://cdn.npmmirror.com/packages/vite-plugin-windicss/1.8.10/vite-plugin-windicss-1.8.10.tgz 4631ms (cache miss)
  1564. 844 http fetch GET 200 https://cdn.npmmirror.com/packages/util-deprecate/1.0.2/util-deprecate-1.0.2.tgz 4631ms (cache miss)
  1565. 845 http fetch GET 200 https://cdn.npmmirror.com/packages/utils-merge/1.0.1/utils-merge-1.0.1.tgz 4872ms (cache miss)
  1566. 846 http fetch GET 200 https://cdn.npmmirror.com/packages/universalify/2.0.0/universalify-2.0.0.tgz 4922ms (cache miss)
  1567. 847 http fetch GET 200 https://cdn.npmmirror.com/packages/totalist/3.0.0/totalist-3.0.0.tgz 4919ms (cache miss)
  1568. 848 http fetch GET 200 https://cdn.npmmirror.com/packages/unpipe/1.0.0/unpipe-1.0.0.tgz 5012ms (cache miss)
  1569. 849 http fetch GET 200 https://cdn.npmmirror.com/packages/zhead/2.0.4/zhead-2.0.4.tgz 5331ms (cache miss)
  1570. 850 http fetch GET 200 https://cdn.npmmirror.com/packages/to-regex-range/5.0.1/to-regex-range-5.0.1.tgz 5309ms (cache miss)
  1571. 851 http fetch GET 200 https://cdn.npmmirror.com/packages/uncrypto/0.1.2/uncrypto-0.1.2.tgz 5312ms (cache miss)
  1572. 852 http fetch GET 200 https://cdn.npmmirror.com/packages/unhead/1.1.25/unhead-1.1.25.tgz 5316ms (cache miss)
  1573. 853 http fetch GET 200 https://cdn.npmmirror.com/packages/tslib/2.5.0/tslib-2.5.0.tgz 5425ms (cache miss)
  1574. 854 http fetch GET 200 https://cdn.npmmirror.com/packages/toidentifier/1.0.1/toidentifier-1.0.1.tgz 5424ms (cache miss)
  1575. 855 http fetch GET 200 https://cdn.npmmirror.com/packages/to-fast-properties/2.0.0/to-fast-properties-2.0.0.tgz 5425ms (cache miss)
  1576. 856 http fetch GET 200 https://cdn.npmmirror.com/packages/supports-preserve-symlinks-flag/1.0.0/supports-preserve-symlinks-flag-1.0.0.tgz 5423ms (cache miss)
  1577. 857 http fetch GET 200 https://cdn.npmmirror.com/packages/strip-literal/1.0.1/strip-literal-1.0.1.tgz 5422ms (cache miss)
  1578. 858 http fetch GET 200 https://cdn.npmmirror.com/packages/svg-tags/1.0.0/svg-tags-1.0.0.tgz 5671ms (cache miss)
  1579. 859 http fetch GET 200 https://cdn.npmmirror.com/packages/tapable/2.2.1/tapable-2.2.1.tgz 5672ms (cache miss)
  1580. 860 http fetch GET 200 https://cdn.npmmirror.com/packages/through/2.3.8/through-2.3.8.tgz 5674ms (cache miss)
  1581. 861 http fetch GET 200 https://cdn.npmmirror.com/packages/statuses/2.0.1/statuses-2.0.1.tgz 5670ms (cache miss)
  1582. 862 http fetch GET 200 https://cdn.npmmirror.com/packages/tiny-invariant/1.3.1/tiny-invariant-1.3.1.tgz 5677ms (cache miss)
  1583. 863 http fetch GET 200 https://cdn.npmmirror.com/packages/set-blocking/2.0.0/set-blocking-2.0.0.tgz 5674ms (cache miss)
  1584. 864 http fetch GET 200 https://cdn.npmmirror.com/packages/supports-color/5.5.0/supports-color-5.5.0.tgz 5745ms (cache miss)
  1585. 865 http fetch GET 200 https://cdn.npmmirror.com/packages/tmp/0.0.33/tmp-0.0.33.tgz 5747ms (cache miss)
  1586. 866 http fetch GET 200 https://cdn.npmmirror.com/packages/string_decoder/1.3.0/string_decoder-1.3.0.tgz 5744ms (cache miss)
  1587. 867 http fetch GET 200 https://cdn.npmmirror.com/packages/strip-final-newline/2.0.0/strip-final-newline-2.0.0.tgz 5744ms (cache miss)
  1588. 868 http fetch GET 200 https://cdn.npmmirror.com/packages/strip-ansi/7.0.1/strip-ansi-7.0.1.tgz 5746ms (cache miss)
  1589. 869 http fetch GET 200 https://cdn.npmmirror.com/packages/string-width/5.1.2/string-width-5.1.2.tgz 5745ms (cache miss)
  1590. 870 http fetch GET 200 https://cdn.npmmirror.com/packages/smob/0.0.6/smob-0.0.6.tgz 5744ms (cache miss)
  1591. 871 http fetch GET 200 https://cdn.npmmirror.com/packages/std-env/3.3.2/std-env-3.3.2.tgz 5862ms (cache miss)
  1592. 872 http fetch GET 200 https://cdn.npmmirror.com/packages/sourcemap-codec/1.4.8/sourcemap-codec-1.4.8.tgz 5862ms (cache miss)
  1593. 873 http fetch GET 200 https://cdn.npmmirror.com/packages/sisteransi/1.0.5/sisteransi-1.0.5.tgz 5863ms (cache miss)
  1594. 874 http fetch GET 200 https://cdn.npmmirror.com/packages/serialize-javascript/6.0.1/serialize-javascript-6.0.1.tgz 5861ms (cache miss)
  1595. 875 http fetch GET 200 https://cdn.npmmirror.com/packages/stdin-discarder/0.1.0/stdin-discarder-0.1.0.tgz 6020ms (cache miss)
  1596. 876 http fetch GET 200 https://cdn.npmmirror.com/packages/standard-as-callback/2.1.0/standard-as-callback-2.1.0.tgz 6021ms (cache miss)
  1597. 877 http fetch GET 200 https://cdn.npmmirror.com/packages/tar-stream/2.2.0/tar-stream-2.2.0.tgz 6025ms (cache miss)
  1598. 878 http fetch GET 200 https://cdn.npmmirror.com/packages/stylehacks/6.0.0/stylehacks-6.0.0.tgz 6023ms (cache miss)
  1599. 879 http fetch GET 200 https://cdn.npmmirror.com/packages/shebang-command/2.0.0/shebang-command-2.0.0.tgz 6019ms (cache miss)
  1600. 880 http fetch GET 200 https://cdn.npmmirror.com/packages/serve-placeholder/2.0.1/serve-placeholder-2.0.1.tgz 6018ms (cache miss)
  1601. 881 http fetch GET 200 https://cdn.npmmirror.com/packages/scule/1.0.0/scule-1.0.0.tgz 6018ms (cache miss)
  1602. 882 http fetch GET 200 https://cdn.npmmirror.com/packages/signal-exit/3.0.7/signal-exit-3.0.7.tgz 6022ms (cache miss)
  1603. 883 http fetch GET 200 https://cdn.npmmirror.com/packages/run-async/2.4.1/run-async-2.4.1.tgz 6017ms (cache miss)
  1604. 884 http fetch GET 200 https://cdn.npmmirror.com/packages/wcwidth/1.0.1/wcwidth-1.0.1.tgz 6050ms (cache miss)
  1605. 885 http fetch GET 200 https://cdn.npmmirror.com/packages/shebang-regex/3.0.0/shebang-regex-3.0.0.tgz 6137ms (cache miss)
  1606. 886 http fetch GET 200 https://cdn.npmmirror.com/packages/slash/4.0.0/slash-4.0.0.tgz 6141ms (cache miss)
  1607. 887 http fetch GET 200 https://cdn.npmmirror.com/packages/ufo/1.1.1/ufo-1.1.1.tgz 6259ms (cache miss)
  1608. 888 http fetch GET 200 https://cdn.npmmirror.com/packages/safer-buffer/2.1.2/safer-buffer-2.1.2.tgz 6247ms (cache miss)
  1609. 889 http fetch GET 200 https://cdn.npmmirror.com/packages/rimraf/3.0.2/rimraf-3.0.2.tgz 6242ms (cache miss)
  1610. 890 http fetch GET 200 https://cdn.npmmirror.com/packages/redis-errors/1.2.0/redis-errors-1.2.0.tgz 6240ms (cache miss)
  1611. 891 http fetch GET 200 https://cdn.npmmirror.com/packages/sirv/2.0.2/sirv-2.0.2.tgz 6251ms (cache miss)
  1612. 892 http fetch GET 200 https://cdn.npmmirror.com/packages/randombytes/2.1.0/randombytes-2.1.0.tgz 6240ms (cache miss)
  1613. 893 http fetch GET 200 https://cdn.npmmirror.com/packages/serve-static/1.15.0/serve-static-1.15.0.tgz 6367ms (cache miss)
  1614. 894 http fetch GET 200 https://cdn.npmmirror.com/packages/run-parallel/1.2.0/run-parallel-1.2.0.tgz 6363ms (cache miss)
  1615. 895 http fetch GET 200 https://cdn.npmmirror.com/packages/restore-cursor/4.0.0/restore-cursor-4.0.0.tgz 6360ms (cache miss)
  1616. 896 http fetch GET 200 https://cdn.npmmirror.com/packages/readdir-glob/1.1.3/readdir-glob-1.1.3.tgz 6364ms (cache miss)
  1617. 897 http fetch GET 200 https://cdn.npmmirror.com/packages/safe-buffer/5.2.1/safe-buffer-5.2.1.tgz 6375ms (cache miss)
  1618. 898 http fetch GET 200 https://cdn.npmmirror.com/packages/read-cache/1.0.0/read-cache-1.0.0.tgz 6474ms (cache miss)
  1619. 899 http fetch GET 200 https://cdn.npmmirror.com/packages/setprototypeof/1.2.0/setprototypeof-1.2.0.tgz 6486ms (cache miss)
  1620. 900 http fetch GET 200 https://cdn.npmmirror.com/packages/queue-microtask/1.2.3/queue-microtask-1.2.3.tgz 6476ms (cache miss)
  1621. 901 http fetch GET 200 https://cdn.npmmirror.com/packages/resolve-from/5.0.0/resolve-from-5.0.0.tgz 6481ms (cache miss)
  1622. 902 http fetch GET 200 https://cdn.npmmirror.com/packages/process-nextick-args/2.0.1/process-nextick-args-2.0.1.tgz 6477ms (cache miss)
  1623. 903 http fetch GET 200 https://cdn.npmmirror.com/packages/range-parser/1.2.1/range-parser-1.2.1.tgz 6479ms (cache miss)
  1624. 904 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-normalize-timing-functions/6.0.0/postcss-normalize-timing-functions-6.0.0.tgz 6473ms (cache miss)
  1625. 905 http fetch GET 200 https://cdn.npmmirror.com/packages/whatwg-url/5.0.0/whatwg-url-5.0.0.tgz 6520ms (cache miss)
  1626. 906 http fetch GET 200 https://cdn.npmmirror.com/packages/rc9/2.1.0/rc9-2.1.0.tgz 6585ms (cache miss)
  1627. 907 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-unique-selectors/6.0.0/postcss-unique-selectors-6.0.0.tgz 6583ms (cache miss)
  1628. 908 http fetch GET 200 https://cdn.npmmirror.com/packages/requires-port/1.0.0/requires-port-1.0.0.tgz 6591ms (cache miss)
  1629. 909 http fetch GET 200 https://cdn.npmmirror.com/packages/radix3/1.0.1/radix3-1.0.1.tgz 6714ms (cache miss)
  1630. 910 http fetch GET 200 https://cdn.npmmirror.com/packages/readdirp/3.6.0/readdirp-3.6.0.tgz 6716ms (cache miss)
  1631. 911 http fetch GET 200 https://cdn.npmmirror.com/packages/prr/1.0.1/prr-1.0.1.tgz 6715ms (cache miss)
  1632. 912 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-normalize-url/6.0.0/postcss-normalize-url-6.0.0.tgz 6712ms (cache miss)
  1633. 913 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-import/15.1.0/postcss-import-15.1.0.tgz 6703ms (cache miss)
  1634. 914 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-discard-overridden/6.0.0/postcss-discard-overridden-6.0.0.tgz 6703ms (cache miss)
  1635. 915 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-import-resolver/2.0.0/postcss-import-resolver-2.0.0.tgz 6705ms (cache miss)
  1636. 916 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-convert-values/6.0.0/postcss-convert-values-6.0.0.tgz 6705ms (cache miss)
  1637. 917 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-discard-empty/6.0.0/postcss-discard-empty-6.0.0.tgz 6712ms (cache miss)
  1638. 918 http fetch GET 200 https://cdn.npmmirror.com/packages/path-key/3.1.1/path-key-3.1.1.tgz 6709ms (cache miss)
  1639. 919 http fetch GET 200 https://cdn.npmmirror.com/packages/mkdirp/1.0.4/mkdirp-1.0.4.tgz 6764ms (cache miss)
  1640. 920 http fetch GET 200 https://cdn.npmmirror.com/packages/is-stream/2.0.1/is-stream-2.0.1.tgz 6760ms (cache miss)
  1641. 921 http fetch GET 200 https://cdn.npmmirror.com/packages/is-reference/1.2.1/is-reference-1.2.1.tgz 6761ms (cache miss)
  1642. 922 http fetch GET 200 https://cdn.npmmirror.com/packages/is-promise/4.0.0/is-promise-4.0.0.tgz 6767ms (cache miss)
  1643. 923 http fetch GET 200 https://cdn.npmmirror.com/packages/isexe/2.0.0/isexe-2.0.0.tgz 6771ms (cache miss)
  1644. 924 http fetch GET 200 https://cdn.npmmirror.com/packages/is-wsl/2.2.0/is-wsl-2.2.0.tgz 6771ms (cache miss)
  1645. 925 http fetch GET 200 https://cdn.npmmirror.com/packages/pretty-bytes/6.1.0/pretty-bytes-6.1.0.tgz 6829ms (cache miss)
  1646. 926 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-normalize-string/6.0.0/postcss-normalize-string-6.0.0.tgz 6827ms (cache miss)
  1647. 927 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-normalize-display-values/6.0.0/postcss-normalize-display-values-6.0.0.tgz 6819ms (cache miss)
  1648. 928 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-minify-params/6.0.0/postcss-minify-params-6.0.0.tgz 6818ms (cache miss)
  1649. 929 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-minify-selectors/6.0.0/postcss-minify-selectors-6.0.0.tgz 6820ms (cache miss)
  1650. 930 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-normalize-positions/6.0.0/postcss-normalize-positions-6.0.0.tgz 6821ms (cache miss)
  1651. 931 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-normalize-unicode/6.0.0/postcss-normalize-unicode-6.0.0.tgz 6829ms (cache miss)
  1652. 932 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-reduce-transforms/6.0.0/postcss-reduce-transforms-6.0.0.tgz 6841ms (cache miss)
  1653. 933 http fetch GET 200 https://cdn.npmmirror.com/packages/mute-stream/1.0.0/mute-stream-1.0.0.tgz 6904ms (cache miss)
  1654. 934 http fetch GET 200 https://cdn.npmmirror.com/packages/is-glob/4.0.3/is-glob-4.0.3.tgz 6886ms (cache miss)
  1655. 935 http fetch GET 200 https://cdn.npmmirror.com/packages/update-browserslist-db/1.0.10/update-browserslist-db-1.0.10.tgz 6980ms (cache miss)
  1656. 936 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-normalize-whitespace/6.0.0/postcss-normalize-whitespace-6.0.0.tgz 6959ms (cache miss)
  1657. 937 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-url/10.1.3/postcss-url-10.1.3.tgz 6961ms (cache miss)
  1658. 938 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-normalize-repeat-style/6.0.0/postcss-normalize-repeat-style-6.0.0.tgz 6958ms (cache miss)
  1659. 939 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-svgo/6.0.0/postcss-svgo-6.0.0.tgz 6963ms (cache miss)
  1660. 940 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-reduce-initial/6.0.0/postcss-reduce-initial-6.0.0.tgz 6963ms (cache miss)
  1661. 941 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-discard-duplicates/6.0.0/postcss-discard-duplicates-6.0.0.tgz 6951ms (cache miss)
  1662. 942 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-colormin/6.0.0/postcss-colormin-6.0.0.tgz 6951ms (cache miss)
  1663. 943 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-minify-font-values/6.0.0/postcss-minify-font-values-6.0.0.tgz 6954ms (cache miss)
  1664. 944 http fetch GET 200 https://cdn.npmmirror.com/packages/protocols/2.0.1/protocols-2.0.1.tgz 6968ms (cache miss)
  1665. 945 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-merge-longhand/6.0.0/postcss-merge-longhand-6.0.0.tgz 6955ms (cache miss)
  1666. 946 http fetch GET 200 https://cdn.npmmirror.com/packages/pkg-types/1.0.2/pkg-types-1.0.2.tgz 6952ms (cache miss)
  1667. 947 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-minify-gradients/6.0.0/postcss-minify-gradients-6.0.0.tgz 6957ms (cache miss)
  1668. 948 http fetch GET 200 https://cdn.npmmirror.com/packages/path-is-absolute/1.0.1/path-is-absolute-1.0.1.tgz 6951ms (cache miss)
  1669. 949 http fetch GET 200 https://cdn.npmmirror.com/packages/os-tmpdir/1.0.2/os-tmpdir-1.0.2.tgz 7026ms (cache miss)
  1670. 950 http fetch GET 200 https://cdn.npmmirror.com/packages/ora/6.3.0/ora-6.3.0.tgz 7026ms (cache miss)
  1671. 951 http fetch GET 200 https://cdn.npmmirror.com/packages/once/1.4.0/once-1.4.0.tgz 7023ms (cache miss)
  1672. 952 http fetch GET 200 https://cdn.npmmirror.com/packages/parse5-htmlparser2-tree-adapter/7.0.0/parse5-htmlparser2-tree-adapter-7.0.0.tgz 7029ms (cache miss)
  1673. 953 http fetch GET 200 https://cdn.npmmirror.com/packages/open/8.4.2/open-8.4.2.tgz 7026ms (cache miss)
  1674. 954 http fetch GET 200 https://cdn.npmmirror.com/packages/pify/2.3.0/pify-2.3.0.tgz 7032ms (cache miss)
  1675. 955 http fetch GET 200 https://cdn.npmmirror.com/packages/nuxt-windicss/2.6.0/nuxt-windicss-2.6.0.tgz 7022ms (cache miss)
  1676. 956 http fetch GET 200 https://cdn.npmmirror.com/packages/nypm/0.2.0/nypm-0.2.0.tgz 7025ms (cache miss)
  1677. 957 http fetch GET 200 https://cdn.npmmirror.com/packages/path-parse/1.0.7/path-parse-1.0.7.tgz 7035ms (cache miss)
  1678. 958 http fetch GET 200 https://cdn.npmmirror.com/packages/pathe/1.1.0/pathe-1.1.0.tgz 7037ms (cache miss)
  1679. 959 http fetch GET 200 https://cdn.npmmirror.com/packages/object-assign/4.1.1/object-assign-4.1.1.tgz 7033ms (cache miss)
  1680. 960 http fetch GET 200 https://cdn.npmmirror.com/packages/nanoid/4.0.2/nanoid-4.0.2.tgz 7030ms (cache miss)
  1681. 961 http fetch GET 200 https://cdn.npmmirror.com/packages/npmlog/5.0.1/npmlog-5.0.1.tgz 7034ms (cache miss)
  1682. 962 http fetch GET 200 https://cdn.npmmirror.com/packages/make-dir/3.1.0/make-dir-3.1.0.tgz 7029ms (cache miss)
  1683. 963 http fetch GET 200 https://cdn.npmmirror.com/packages/lru-cache/5.1.1/lru-cache-5.1.1.tgz 7028ms (cache miss)
  1684. 964 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash.uniq/4.5.0/lodash.uniq-4.5.0.tgz 7029ms (cache miss)
  1685. 965 http fetch GET 200 https://cdn.npmmirror.com/packages/normalize-path/3.0.0/normalize-path-3.0.0.tgz 7037ms (cache miss)
  1686. 966 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash.union/4.6.0/lodash.union-4.6.0.tgz 7029ms (cache miss)
  1687. 967 http fetch GET 200 https://cdn.npmmirror.com/packages/log-symbols/5.1.0/log-symbols-5.1.0.tgz 7030ms (cache miss)
  1688. 968 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash.memoize/4.1.2/lodash.memoize-4.1.2.tgz 7025ms (cache miss)
  1689. 969 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash.isarguments/3.1.0/lodash.isarguments-3.1.0.tgz 7026ms (cache miss)
  1690. 970 http fetch GET 200 https://cdn.npmmirror.com/packages/lilconfig/2.1.0/lilconfig-2.1.0.tgz 7024ms (cache miss)
  1691. 971 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash-unified/1.0.3/lodash-unified-1.0.3.tgz 7026ms (cache miss)
  1692. 972 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash.templatesettings/4.2.0/lodash.templatesettings-4.2.0.tgz 7034ms (cache miss)
  1693. 973 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash.isplainobject/4.0.6/lodash.isplainobject-4.0.6.tgz 7036ms (cache miss)
  1694. 974 http fetch GET 200 https://cdn.npmmirror.com/packages/lazystream/1.0.1/lazystream-1.0.1.tgz 7034ms (cache miss)
  1695. 975 http fetch GET 200 https://cdn.npmmirror.com/packages/ofetch/1.0.1/ofetch-1.0.1.tgz 7055ms (cache miss)
  1696. 976 http fetch GET 200 https://cdn.npmmirror.com/packages/is-unicode-supported/1.3.0/is-unicode-supported-1.3.0.tgz 7033ms (cache miss)
  1697. 977 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-normalize-charset/6.0.0/postcss-normalize-charset-6.0.0.tgz 7075ms (cache miss)
  1698. 978 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-merge-rules/6.0.0/postcss-merge-rules-6.0.0.tgz 7075ms (cache miss)
  1699. 979 http fetch GET 200 https://cdn.npmmirror.com/packages/is-interactive/2.0.0/is-interactive-2.0.0.tgz 7040ms (cache miss)
  1700. 980 http fetch GET 200 https://cdn.npmmirror.com/packages/is-module/1.0.0/is-module-1.0.0.tgz 7042ms (cache miss)
  1701. 981 http fetch GET 200 https://cdn.npmmirror.com/packages/is-extglob/2.1.1/is-extglob-2.1.1.tgz 7042ms (cache miss)
  1702. 982 http fetch GET 200 https://cdn.npmmirror.com/packages/human-signals/2.1.0/human-signals-2.1.0.tgz 7037ms (cache miss)
  1703. 983 http fetch GET 200 https://cdn.npmmirror.com/packages/inherits/2.0.4/inherits-2.0.4.tgz 7088ms (cache miss)
  1704. 984 http fetch GET 200 https://cdn.npmmirror.com/packages/has-flag/3.0.0/has-flag-3.0.0.tgz 7084ms (cache miss)
  1705. 985 http fetch GET 200 https://cdn.npmmirror.com/packages/inflight/1.0.6/inflight-1.0.6.tgz 7088ms (cache miss)
  1706. 986 http fetch GET 200 https://cdn.npmmirror.com/packages/http-shutdown/1.2.2/http-shutdown-1.2.2.tgz 7088ms (cache miss)
  1707. 987 http fetch GET 200 https://cdn.npmmirror.com/packages/git-url-parse/13.1.0/git-url-parse-13.1.0.tgz 7083ms (cache miss)
  1708. 988 http fetch GET 200 https://cdn.npmmirror.com/packages/git-up/7.0.0/git-up-7.0.0.tgz 7084ms (cache miss)
  1709. 989 http fetch GET 200 https://cdn.npmmirror.com/packages/get-caller-file/2.0.5/get-caller-file-2.0.5.tgz 7083ms (cache miss)
  1710. 990 http fetch GET 200 https://cdn.npmmirror.com/packages/hookable/5.5.3/hookable-5.5.3.tgz 7090ms (cache miss)
  1711. 991 http fetch GET 200 https://cdn.npmmirror.com/packages/eastasianwidth/0.2.0/eastasianwidth-0.2.0.tgz 7075ms (cache miss)
  1712. 992 http fetch GET 200 https://cdn.npmmirror.com/packages/escape-string-regexp/5.0.0/escape-string-regexp-5.0.0.tgz 7079ms (cache miss)
  1713. 993 http fetch GET 200 https://cdn.npmmirror.com/packages/detect-libc/2.0.1/detect-libc-2.0.1.tgz 7074ms (cache miss)
  1714. 994 http fetch GET 200 https://cdn.npmmirror.com/packages/destr/1.2.2/destr-1.2.2.tgz 7074ms (cache miss)
  1715. 995 http fetch GET 200 https://cdn.npmmirror.com/packages/cssnano-preset-default/6.0.0/cssnano-preset-default-6.0.0.tgz 7067ms (cache miss)
  1716. 996 http fetch GET 200 https://cdn.npmmirror.com/packages/console-control-strings/1.1.0/console-control-strings-1.1.0.tgz 7064ms (cache miss)
  1717. 997 http fetch GET 200 https://cdn.npmmirror.com/packages/concat-map/0.0.1/concat-map-0.0.1.tgz 7064ms (cache miss)
  1718. 998 http fetch GET 200 https://cdn.npmmirror.com/packages/color-name/1.1.3/color-name-1.1.3.tgz 7062ms (cache miss)
  1719. 999 http fetch GET 200 https://cdn.npmmirror.com/packages/color-convert/1.9.3/color-convert-1.9.3.tgz 7063ms (cache miss)
  1720. 1000 http fetch GET 200 https://cdn.npmmirror.com/packages/parse-git-config/3.0.0/parse-git-config-3.0.0.tgz 7146ms (cache miss)
  1721. 1001 http fetch GET 200 https://cdn.npmmirror.com/packages/css-declaration-sorter/6.4.0/css-declaration-sorter-6.4.0.tgz 7071ms (cache miss)
  1722. 1002 http fetch GET 200 https://cdn.npmmirror.com/packages/ms/2.1.2/ms-2.1.2.tgz 7135ms (cache miss)
  1723. 1003 http fetch GET 200 https://cdn.npmmirror.com/packages/parse-path/7.0.0/parse-path-7.0.0.tgz 7148ms (cache miss)
  1724. 1004 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash.debounce/4.0.8/lodash.debounce-4.0.8.tgz 7126ms (cache miss)
  1725. 1005 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash.pick/4.4.0/lodash.pick-4.4.0.tgz 7131ms (cache miss)
  1726. 1006 http fetch GET 200 https://cdn.npmmirror.com/packages/clear/0.1.0/clear-0.1.0.tgz 7067ms (cache miss)
  1727. 1007 http fetch GET 200 https://cdn.npmmirror.com/packages/buffer-from/1.1.2/buffer-from-1.1.2.tgz 7060ms (cache miss)
  1728. 1008 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash.template/4.5.0/lodash.template-4.5.0.tgz 7132ms (cache miss)
  1729. 1009 http fetch GET 200 https://cdn.npmmirror.com/packages/micromatch/4.0.5/micromatch-4.0.5.tgz 7136ms (cache miss)
  1730. 1010 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash.defaults/4.2.0/lodash.defaults-4.2.0.tgz 7128ms (cache miss)
  1731. 1011 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash.flatten/4.4.0/lodash.flatten-4.4.0.tgz 7130ms (cache miss)
  1732. 1012 http fetch GET 200 https://cdn.npmmirror.com/packages/minimatch/5.1.6/minimatch-5.1.6.tgz 7140ms (cache miss)
  1733. 1013 http fetch GET 200 https://cdn.npmmirror.com/packages/is-primitive/3.0.1/is-primitive-3.0.1.tgz 7124ms (cache miss)
  1734. 1014 http fetch GET 200 https://cdn.npmmirror.com/packages/send/0.18.0/send-0.18.0.tgz 7191ms (cache miss)
  1735. 1015 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-discard-comments/6.0.0/postcss-discard-comments-6.0.0.tgz 7164ms (cache miss)
  1736. 1016 http fetch GET 200 https://cdn.npmmirror.com/packages/boolbase/1.0.0/boolbase-1.0.0.tgz 7068ms (cache miss)
  1737. 1017 http fetch GET 200 https://cdn.npmmirror.com/packages/path-type/4.0.0/path-type-4.0.0.tgz 7162ms (cache miss)
  1738. 1018 http fetch GET 200 https://cdn.npmmirror.com/packages/fs-minipass/2.1.0/fs-minipass-2.1.0.tgz 7169ms (cache miss)
  1739. 1019 http fetch GET 200 https://cdn.npmmirror.com/packages/buffer-crc32/0.2.13/buffer-crc32-0.2.13.tgz 7139ms (cache miss)
  1740. 1020 http fetch GET 200 https://cdn.npmmirror.com/packages/parseurl/1.3.3/parseurl-1.3.3.tgz 7244ms (cache miss)
  1741. 1021 http fetch GET 200 https://cdn.npmmirror.com/packages/npm-run-path/4.0.1/npm-run-path-4.0.1.tgz 7236ms (cache miss)
  1742. 1022 http fetch GET 200 https://cdn.npmmirror.com/packages/node-releases/2.0.10/node-releases-2.0.10.tgz 7236ms (cache miss)
  1743. 1023 http fetch GET 200 https://cdn.npmmirror.com/packages/mrmime/1.0.1/mrmime-1.0.1.tgz 7233ms (cache miss)
  1744. 1024 http fetch GET 200 https://cdn.npmmirror.com/packages/on-finished/2.4.1/on-finished-2.4.1.tgz 7242ms (cache miss)
  1745. 1025 http fetch GET 200 https://cdn.npmmirror.com/packages/mimic-fn/2.1.0/mimic-fn-2.1.0.tgz 7234ms (cache miss)
  1746. 1026 http fetch GET 200 https://cdn.npmmirror.com/packages/minizlib/2.1.2/minizlib-2.1.2.tgz 7234ms (cache miss)
  1747. 1027 http fetch GET 200 https://cdn.npmmirror.com/packages/merge2/1.4.1/merge2-1.4.1.tgz 7234ms (cache miss)
  1748. 1028 http fetch GET 200 https://cdn.npmmirror.com/packages/klona/2.0.6/klona-2.0.6.tgz 7225ms (cache miss)
  1749. 1029 http fetch GET 200 https://cdn.npmmirror.com/packages/is-builtin-module/3.2.1/is-builtin-module-3.2.1.tgz 7224ms (cache miss)
  1750. 1030 http fetch GET 200 https://cdn.npmmirror.com/packages/knitwork/1.0.0/knitwork-1.0.0.tgz 7230ms (cache miss)
  1751. 1031 http fetch GET 200 https://cdn.npmmirror.com/packages/is-core-module/2.11.0/is-core-module-2.11.0.tgz 7224ms (cache miss)
  1752. 1032 http fetch GET 200 https://cdn.npmmirror.com/packages/is-binary-path/2.1.0/is-binary-path-2.1.0.tgz 7223ms (cache miss)
  1753. 1033 http fetch GET 200 https://cdn.npmmirror.com/packages/kolorist/1.7.0/kolorist-1.7.0.tgz 7232ms (cache miss)
  1754. 1034 http fetch GET 200 https://cdn.npmmirror.com/packages/isarray/1.0.0/isarray-1.0.0.tgz 7230ms (cache miss)
  1755. 1035 http fetch GET 200 https://cdn.npmmirror.com/packages/js-tokens/4.0.0/js-tokens-4.0.0.tgz 7235ms (cache miss)
  1756. 1036 http fetch GET 200 https://cdn.npmmirror.com/packages/bindings/1.5.0/bindings-1.5.0.tgz 7182ms (cache miss)
  1757. 1037 http fetch GET 200 https://cdn.npmmirror.com/packages/ieee754/1.2.1/ieee754-1.2.1.tgz 7237ms (cache miss)
  1758. 1038 http fetch GET 200 https://cdn.npmmirror.com/packages/are-we-there-yet/2.0.0/are-we-there-yet-2.0.0.tgz 7184ms (cache miss)
  1759. 1039 http fetch GET 200 https://cdn.npmmirror.com/packages/balanced-match/1.0.2/balanced-match-1.0.2.tgz 7187ms (cache miss)
  1760. 1040 http fetch GET 200 https://cdn.npmmirror.com/packages/base64-js/1.5.1/base64-js-1.5.1.tgz 7188ms (cache miss)
  1761. 1041 http fetch GET 200 https://cdn.npmmirror.com/packages/https-proxy-agent/5.0.1/https-proxy-agent-5.0.1.tgz 7282ms (cache miss)
  1762. 1042 http fetch GET 200 https://cdn.npmmirror.com/packages/has/1.0.3/has-1.0.3.tgz 7280ms (cache miss)
  1763. 1043 http fetch GET 200 https://cdn.npmmirror.com/packages/globby/13.1.4/globby-13.1.4.tgz 7280ms (cache miss)
  1764. 1044 http fetch GET 200 https://cdn.npmmirror.com/packages/glob-parent/5.1.2/glob-parent-5.1.2.tgz 7279ms (cache miss)
  1765. 1045 http fetch GET 200 https://cdn.npmmirror.com/packages/giget/1.1.2/giget-1.1.2.tgz 7278ms (cache miss)
  1766. 1046 http fetch GET 200 https://cdn.npmmirror.com/packages/get-port-please/3.0.1/get-port-please-3.0.1.tgz 7279ms (cache miss)
  1767. 1047 http fetch GET 200 https://cdn.npmmirror.com/packages/get-port/6.1.2/get-port-6.1.2.tgz 7279ms (cache miss)
  1768. 1048 http fetch GET 200 https://cdn.npmmirror.com/packages/fresh/0.5.2/fresh-0.5.2.tgz 7272ms (cache miss)
  1769. 1049 http fetch GET 200 https://cdn.npmmirror.com/packages/fs.realpath/1.0.0/fs.realpath-1.0.0.tgz 7275ms (cache miss)
  1770. 1050 http fetch GET 200 https://cdn.npmmirror.com/packages/git-config-path/2.0.0/git-config-path-2.0.0.tgz 7282ms (cache miss)
  1771. 1051 http fetch GET 200 https://cdn.npmmirror.com/packages/flat/5.0.2/flat-5.0.2.tgz 7272ms (cache miss)
  1772. 1052 http fetch GET 200 https://cdn.npmmirror.com/packages/fs-constants/1.0.0/fs-constants-1.0.0.tgz 7280ms (cache miss)
  1773. 1053 http fetch GET 200 https://cdn.npmmirror.com/packages/function-bind/1.1.1/function-bind-1.1.1.tgz 7281ms (cache miss)
  1774. 1054 http fetch GET 200 https://cdn.npmmirror.com/packages/estree-walker/3.0.3/estree-walker-3.0.3.tgz 7270ms (cache miss)
  1775. 1055 http fetch GET 200 https://cdn.npmmirror.com/packages/has-unicode/2.0.1/has-unicode-2.0.1.tgz 7287ms (cache miss)
  1776. 1056 http fetch GET 200 https://cdn.npmmirror.com/packages/encodeurl/1.0.2/encodeurl-1.0.2.tgz 7269ms (cache miss)
  1777. 1057 http fetch GET 200 https://cdn.npmmirror.com/packages/finalhandler/1.1.2/finalhandler-1.1.2.tgz 7274ms (cache miss)
  1778. 1058 http fetch GET 200 https://cdn.npmmirror.com/packages/end-of-stream/1.4.4/end-of-stream-1.4.4.tgz 7270ms (cache miss)
  1779. 1059 http fetch GET 200 https://cdn.npmmirror.com/packages/duplexer/0.1.2/duplexer-0.1.2.tgz 7269ms (cache miss)
  1780. 1060 http fetch GET 200 https://cdn.npmmirror.com/packages/devalue/4.3.0/devalue-4.3.0.tgz 7266ms (cache miss)
  1781. 1061 http fetch GET 200 https://cdn.npmmirror.com/packages/domhandler/5.0.3/domhandler-5.0.3.tgz 7268ms (cache miss)
  1782. 1062 http fetch GET 200 https://cdn.npmmirror.com/packages/dir-glob/3.0.1/dir-glob-3.0.1.tgz 7266ms (cache miss)
  1783. 1063 http fetch GET 200 https://cdn.npmmirror.com/packages/destroy/1.2.0/destroy-1.2.0.tgz 7268ms (cache miss)
  1784. 1064 http fetch GET 200 https://cdn.npmmirror.com/packages/file-uri-to-path/1.0.0/file-uri-to-path-1.0.0.tgz 7277ms (cache miss)
  1785. 1065 http fetch GET 200 https://cdn.npmmirror.com/packages/defaults/1.0.4/defaults-1.0.4.tgz 7264ms (cache miss)
  1786. 1066 http fetch GET 200 https://cdn.npmmirror.com/packages/cssnano-utils/4.0.0/cssnano-utils-4.0.0.tgz 7263ms (cache miss)
  1787. 1067 http fetch GET 200 https://cdn.npmmirror.com/packages/cssnano/6.0.0/cssnano-6.0.0.tgz 7263ms (cache miss)
  1788. 1068 http fetch GET 200 https://cdn.npmmirror.com/packages/cookie-es/0.5.0/cookie-es-0.5.0.tgz 7262ms (cache miss)
  1789. 1069 http fetch GET 200 https://cdn.npmmirror.com/packages/css-what/6.1.0/css-what-6.1.0.tgz 7265ms (cache miss)
  1790. 1070 http fetch GET 200 https://cdn.npmmirror.com/packages/core-util-is/1.0.3/core-util-is-1.0.3.tgz 7264ms (cache miss)
  1791. 1071 http fetch GET 200 https://cdn.npmmirror.com/packages/compress-commons/4.1.1/compress-commons-4.1.1.tgz 7263ms (cache miss)
  1792. 1072 http fetch GET 200 https://cdn.npmmirror.com/packages/colorette/2.0.19/colorette-2.0.19.tgz 7263ms (cache miss)
  1793. 1073 http fetch GET 200 https://cdn.npmmirror.com/packages/clone/1.0.4/clone-1.0.4.tgz 7262ms (cache miss)
  1794. 1074 http fetch GET 200 https://cdn.npmmirror.com/packages/cli-width/4.0.0/cli-width-4.0.0.tgz 7262ms (cache miss)
  1795. 1075 http fetch GET 200 https://cdn.npmmirror.com/packages/chownr/2.0.0/chownr-2.0.0.tgz 7260ms (cache miss)
  1796. 1076 http fetch GET 200 https://cdn.npmmirror.com/packages/cluster-key-slot/1.1.2/cluster-key-slot-1.1.2.tgz 7263ms (cache miss)
  1797. 1077 http fetch GET 200 https://cdn.npmmirror.com/packages/onetime/5.1.2/onetime-5.1.2.tgz 7341ms (cache miss)
  1798. 1078 http fetch GET 200 https://cdn.npmmirror.com/packages/merge-stream/2.0.0/merge-stream-2.0.0.tgz 7333ms (cache miss)
  1799. 1079 http fetch GET 200 https://cdn.npmmirror.com/packages/normalize-range/0.1.2/normalize-range-0.1.2.tgz 7340ms (cache miss)
  1800. 1080 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash._reinterpolate/3.0.0/lodash._reinterpolate-3.0.0.tgz 7326ms (cache miss)
  1801. 1081 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash.difference/4.5.0/lodash.difference-4.5.0.tgz 7328ms (cache miss)
  1802. 1082 http fetch GET 200 https://cdn.npmmirror.com/packages/kleur/3.0.3/kleur-3.0.3.tgz 7327ms (cache miss)
  1803. 1083 http fetch GET 200 https://cdn.npmmirror.com/packages/ip-regex/5.0.0/ip-regex-5.0.0.tgz 7321ms (cache miss)
  1804. 1084 http fetch GET 200 https://cdn.npmmirror.com/packages/is-fullwidth-code-point/3.0.0/is-fullwidth-code-point-3.0.0.tgz 7324ms (cache miss)
  1805. 1085 http fetch GET 200 https://cdn.npmmirror.com/packages/loader-utils/2.0.4/loader-utils-2.0.4.tgz 7331ms (cache miss)
  1806. 1086 http fetch GET 200 https://cdn.npmmirror.com/packages/builtin-modules/3.3.0/builtin-modules-3.3.0.tgz 7274ms (cache miss)
  1807. 1087 http fetch GET 200 https://cdn.npmmirror.com/packages/require-directory/2.1.1/require-directory-2.1.1.tgz 7388ms (cache miss)
  1808. 1088 http fetch GET 200 https://cdn.npmmirror.com/packages/c12/1.2.0/c12-1.2.0.tgz 7278ms (cache miss)
  1809. 1089 http fetch GET 200 https://cdn.npmmirror.com/packages/ini/1.3.8/ini-1.3.8.tgz 7337ms (cache miss)
  1810. 1090 http fetch GET 200 https://cdn.npmmirror.com/packages/arch/2.2.0/arch-2.2.0.tgz 7282ms (cache miss)
  1811. 1091 http fetch GET 200 https://cdn.npmmirror.com/packages/binary-extensions/2.2.0/binary-extensions-2.2.0.tgz 7285ms (cache miss)
  1812. 1092 http fetch GET 200 https://cdn.npmmirror.com/packages/ci-info/3.8.0/ci-info-3.8.0.tgz 7295ms (cache miss)
  1813. 1093 http fetch GET 200 https://cdn.npmmirror.com/packages/%40windicss/config/1.8.10/config-1.8.10.tgz 7282ms (cache miss)
  1814. 1094 http fetch GET 200 https://cdn.npmmirror.com/packages/ansi-styles/6.2.1/ansi-styles-6.2.1.tgz 7284ms (cache miss)
  1815. 1095 http fetch GET 200 https://cdn.npmmirror.com/packages/ansi-regex/6.0.1/ansi-regex-6.0.1.tgz 7285ms (cache miss)
  1816. 1096 http fetch GET 200 https://cdn.npmmirror.com/packages/fill-range/7.0.1/fill-range-7.0.1.tgz 7386ms (cache miss)
  1817. 1097 http fetch GET 200 https://cdn.npmmirror.com/packages/escape-html/1.0.3/escape-html-1.0.3.tgz 7384ms (cache miss)
  1818. 1098 http fetch GET 200 https://cdn.npmmirror.com/packages/escalade/3.1.1/escalade-3.1.1.tgz 7384ms (cache miss)
  1819. 1099 http fetch GET 200 https://cdn.npmmirror.com/packages/ee-first/1.1.1/ee-first-1.1.1.tgz 7381ms (cache miss)
  1820. 1100 http fetch GET 200 https://cdn.npmmirror.com/packages/defu/6.1.2/defu-6.1.2.tgz 7377ms (cache miss)
  1821. 1101 http fetch GET 200 https://cdn.npmmirror.com/packages/declass/0.0.1/declass-0.0.1.tgz 7375ms (cache miss)
  1822. 1102 http fetch GET 200 https://cdn.npmmirror.com/packages/crc32-stream/4.0.2/crc32-stream-4.0.2.tgz 7369ms (cache miss)
  1823. 1103 http fetch GET 200 https://cdn.npmmirror.com/packages/data-uri-to-buffer/4.0.1/data-uri-to-buffer-4.0.1.tgz 7373ms (cache miss)
  1824. 1104 http fetch GET 200 https://cdn.npmmirror.com/packages/convert-source-map/1.9.0/convert-source-map-1.9.0.tgz 7370ms (cache miss)
  1825. 1105 http fetch GET 200 https://cdn.npmmirror.com/packages/cli-cursor/4.0.0/cli-cursor-4.0.0.tgz 7366ms (cache miss)
  1826. 1106 http fetch GET 200 https://cdn.npmmirror.com/packages/camelcase/6.3.0/camelcase-6.3.0.tgz 7361ms (cache miss)
  1827. 1107 http fetch GET 200 https://cdn.npmmirror.com/packages/is-docker/3.0.0/is-docker-3.0.0.tgz 7416ms (cache miss)
  1828. 1108 http fetch GET 200 https://cdn.npmmirror.com/packages/is-number/7.0.0/is-number-7.0.0.tgz 7419ms (cache miss)
  1829. 1109 http fetch GET 200 https://cdn.npmmirror.com/packages/async-sema/3.1.1/async-sema-3.1.1.tgz 7364ms (cache miss)
  1830. 1110 http fetch GET 200 https://cdn.npmmirror.com/packages/jsonfile/6.1.0/jsonfile-6.1.0.tgz 7429ms (cache miss)
  1831. 1111 http fetch GET 200 https://cdn.npmmirror.com/packages/gzip-size/7.0.0/gzip-size-7.0.0.tgz 7470ms (cache miss)
  1832. 1112 http fetch GET 200 https://cdn.npmmirror.com/packages/dot-prop/7.2.0/dot-prop-7.2.0.tgz 7453ms (cache miss)
  1833. 1113 http fetch GET 200 https://cdn.npmmirror.com/packages/brace-expansion/2.0.1/brace-expansion-2.0.1.tgz 7431ms (cache miss)
  1834. 1114 http fetch GET 200 https://cdn.npmmirror.com/packages/vue-bundle-renderer/1.0.3/vue-bundle-renderer-1.0.3.tgz 7586ms (cache miss)
  1835. 1115 http fetch GET 200 https://cdn.npmmirror.com/packages/iron-webcrypto/0.6.0/iron-webcrypto-0.6.0.tgz 7498ms (cache miss)
  1836. 1116 http fetch GET 200 https://cdn.npmmirror.com/packages/source-map-support/0.5.21/source-map-support-0.5.21.tgz 7570ms (cache miss)
  1837. 1117 http fetch GET 200 https://cdn.npmmirror.com/packages/archiver/5.3.1/archiver-5.3.1.tgz 7448ms (cache miss)
  1838. 1118 http fetch GET 200 https://cdn.npmmirror.com/packages/anymatch/3.1.3/anymatch-3.1.3.tgz 7448ms (cache miss)
  1839. 1119 http fetch GET 200 https://cdn.npmmirror.com/packages/ansi-escapes/6.1.0/ansi-escapes-6.1.0.tgz 7485ms (cache miss)
  1840. 1120 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/devtools-api/6.5.0/devtools-api-6.5.0.tgz 7484ms (cache miss)
  1841. 1121 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/compiler-ssr/3.2.47/compiler-ssr-3.2.47.tgz 7487ms (cache miss)
  1842. 1122 http fetch GET 200 https://cdn.npmmirror.com/packages/globals/11.12.0/globals-11.12.0.tgz 7571ms (cache miss)
  1843. 1123 http fetch GET 200 https://cdn.npmmirror.com/packages/http-errors/2.0.0/http-errors-2.0.0.tgz 7574ms (cache miss)
  1844. 1124 http fetch GET 200 https://cdn.npmmirror.com/packages/errno/0.1.8/errno-0.1.8.tgz 7557ms (cache miss)
  1845. 1125 http fetch GET 200 https://cdn.npmmirror.com/packages/define-lazy-prop/2.0.0/define-lazy-prop-2.0.0.tgz 7553ms (cache miss)
  1846. 1126 http fetch GET 200 https://cdn.npmmirror.com/packages/debug/4.3.4/debug-4.3.4.tgz 7550ms (cache miss)
  1847. 1127 http fetch GET 200 https://cdn.npmmirror.com/packages/perfect-debounce/0.1.3/perfect-debounce-0.1.3.tgz 7644ms (cache miss)
  1848. 1128 http fetch GET 200 https://cdn.npmmirror.com/packages/abbrev/1.1.1/abbrev-1.1.1.tgz 7571ms (cache miss)
  1849. 1129 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/babel-helper-vue-transform-on/1.0.2/babel-helper-vue-transform-on-1.0.2.tgz 7563ms (cache miss)
  1850. 1130 http fetch GET 200 https://cdn.npmmirror.com/packages/%40unhead/shared/1.1.25/shared-1.1.25.tgz 7567ms (cache miss)
  1851. 1131 http fetch GET 200 https://cdn.npmmirror.com/packages/etag/1.8.1/etag-1.8.1.tgz 7636ms (cache miss)
  1852. 1132 http fetch GET 200 https://cdn.npmmirror.com/packages/mri/1.2.0/mri-1.2.0.tgz 7685ms (cache miss)
  1853. 1133 http fetch GET 200 https://cdn.npmmirror.com/packages/emojis-list/3.0.0/emojis-list-3.0.0.tgz 7636ms (cache miss)
  1854. 1134 http fetch GET 200 https://cdn.npmmirror.com/packages/redis-parser/3.0.0/redis-parser-3.0.0.tgz 7735ms (cache miss)
  1855. 1135 http fetch GET 200 https://cdn.npmmirror.com/packages/%40unhead/dom/1.1.25/dom-1.1.25.tgz 7654ms (cache miss)
  1856. 1136 http fetch GET 200 https://cdn.npmmirror.com/packages/%40types/web-bluetooth/0.0.16/web-bluetooth-0.0.16.tgz 7654ms (cache miss)
  1857. 1137 http fetch GET 200 https://cdn.npmmirror.com/packages/%40unhead/schema/1.1.25/schema-1.1.25.tgz 7654ms (cache miss)
  1858. 1138 http fetch GET 200 https://cdn.npmmirror.com/packages/figures/5.0.0/figures-5.0.0.tgz 7723ms (cache miss)
  1859. 1139 http fetch GET 200 https://cdn.npmmirror.com/packages/aproba/2.0.0/aproba-2.0.0.tgz 7706ms (cache miss)
  1860. 1140 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/reactivity-transform/3.2.47/reactivity-transform-3.2.47.tgz 7796ms (cache miss)
  1861. 1141 http fetch GET 200 https://cdn.npmmirror.com/packages/%40unhead/ssr/1.1.25/ssr-1.1.25.tgz 7792ms (cache miss)
  1862. 1142 http fetch GET 200 https://cdn.npmmirror.com/packages/%40rollup/plugin-wasm/6.1.2/plugin-wasm-6.1.2.tgz 7785ms (cache miss)
  1863. 1143 http fetch GET 200 https://cdn.npmmirror.com/packages/get-stream/6.0.1/get-stream-6.0.1.tgz 7886ms (cache miss)
  1864. 1144 http fetch GET 200 https://cdn.npmmirror.com/packages/externality/1.0.0/externality-1.0.0.tgz 7875ms (cache miss)
  1865. 1145 http fetch GET 200 https://cdn.npmmirror.com/packages/create-require/1.1.1/create-require-1.1.1.tgz 7870ms (cache miss)
  1866. 1146 http fetch GET 200 https://cdn.npmmirror.com/packages/ohash/1.0.0/ohash-1.0.0.tgz 7950ms (cache miss)
  1867. 1147 http fetch GET 200 https://cdn.npmmirror.com/packages/jsesc/2.5.2/jsesc-2.5.2.tgz 7932ms (cache miss)
  1868. 1148 http fetch GET 200 https://cdn.npmmirror.com/packages/picocolors/1.0.0/picocolors-1.0.0.tgz 7971ms (cache miss)
  1869. 1149 http fetch GET 200 https://cdn.npmmirror.com/packages/%40types/resolve/1.20.2/resolve-1.20.2.tgz 7920ms (cache miss)
  1870. 1150 http fetch GET 200 https://cdn.npmmirror.com/packages/%40swc/counter/0.1.2/counter-0.1.2.tgz 7915ms (cache miss)
  1871. 1151 http fetch GET 200 https://cdn.npmmirror.com/packages/%40rollup/plugin-inject/5.0.3/plugin-inject-5.0.3.tgz 7914ms (cache miss)
  1872. 1152 http fetch GET 200 https://cdn.npmmirror.com/packages/%40rollup/plugin-virtual/3.0.2/plugin-virtual-3.0.2.tgz 7917ms (cache miss)
  1873. 1153 http fetch GET 200 https://cdn.npmmirror.com/packages/denque/2.1.0/denque-2.1.0.tgz 7992ms (cache miss)
  1874. 1154 http fetch GET 200 https://cdn.npmmirror.com/packages/commondir/1.0.1/commondir-1.0.1.tgz 7981ms (cache miss)
  1875. 1155 http fetch GET 200 https://cdn.npmmirror.com/packages/color-support/1.1.3/color-support-1.1.3.tgz 7981ms (cache miss)
  1876. 1156 http fetch GET 200 https://cdn.npmmirror.com/packages/cli-spinners/2.8.0/cli-spinners-2.8.0.tgz 7979ms (cache miss)
  1877. 1157 http fetch GET 200 https://cdn.npmmirror.com/packages/caniuse-api/3.0.0/caniuse-api-3.0.0.tgz 7977ms (cache miss)
  1878. 1158 http fetch GET 200 https://cdn.npmmirror.com/packages/nopt/5.0.0/nopt-5.0.0.tgz 8057ms (cache miss)
  1879. 1159 http fetch GET 200 https://cdn.npmmirror.com/packages/minipass/4.2.5/minipass-4.2.5.tgz 8054ms (cache miss)
  1880. 1160 http fetch GET 200 https://cdn.npmmirror.com/packages/%40rollup/pluginutils/5.0.2/pluginutils-5.0.2.tgz 8015ms (cache miss)
  1881. 1161 http fetch GET 200 https://cdn.npmmirror.com/packages/%40nuxt/kit/3.4.1/kit-3.4.1.tgz 8009ms (cache miss)
  1882. 1162 http fetch GET 200 https://cdn.npmmirror.com/packages/%40polka/url/1.0.0-next.21/url-1.0.0-next.21.tgz 8019ms (cache miss)
  1883. 1163 http fetch GET 200 https://cdn.npmmirror.com/packages/ignore/5.2.4/ignore-5.2.4.tgz 8110ms (cache miss)
  1884. 1164 http fetch GET 200 https://cdn.npmmirror.com/packages/cssesc/3.0.0/cssesc-3.0.0.tgz 8075ms (cache miss)
  1885. 1165 http fetch GET 200 https://cdn.npmmirror.com/packages/memory-fs/0.5.0/memory-fs-0.5.0.tgz 8139ms (cache miss)
  1886. 1166 http fetch GET 200 https://cdn.npmmirror.com/packages/vscode-languageserver-types/3.16.0/vscode-languageserver-types-3.16.0.tgz 8214ms (cache miss)
  1887. 1167 http fetch GET 200 https://cdn.npmmirror.com/packages/archiver-utils/2.1.0/archiver-utils-2.1.0.tgz 8117ms (cache miss)
  1888. 1168 http fetch GET 200 https://cdn.npmmirror.com/packages/%40rollup/plugin-terser/0.4.1/plugin-terser-0.4.1.tgz 8104ms (cache miss)
  1889. 1169 http fetch GET 200 https://cdn.npmmirror.com/packages/%40netlify/functions/1.4.0/functions-1.4.0.tgz 8103ms (cache miss)
  1890. 1170 http fetch GET 200 https://cdn.npmmirror.com/packages/%40rollup/plugin-replace/5.0.2/plugin-replace-5.0.2.tgz 8111ms (cache miss)
  1891. 1171 http fetch GET 200 https://cdn.npmmirror.com/packages/%40rollup/plugin-json/6.0.0/plugin-json-6.0.0.tgz 8111ms (cache miss)
  1892. 1172 http fetch GET 200 https://cdn.npmmirror.com/packages/%40nuxt/telemetry/2.2.0/telemetry-2.2.0.tgz 8118ms (cache miss)
  1893. 1173 http fetch GET 200 https://cdn.npmmirror.com/packages/depd/2.0.0/depd-2.0.0.tgz 8180ms (cache miss)
  1894. 1174 warn deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
  1895. 1175 http fetch GET 200 https://cdn.npmmirror.com/packages/yargs-parser/21.1.1/yargs-parser-21.1.1.tgz 8387ms (cache miss)
  1896. 1176 http fetch GET 200 https://cdn.npmmirror.com/packages/%40types/estree/1.0.0/estree-1.0.0.tgz 8212ms (cache miss)
  1897. 1177 http fetch GET 200 https://cdn.npmmirror.com/packages/%40nodelib/fs.scandir/2.1.5/fs.scandir-2.1.5.tgz 8199ms (cache miss)
  1898. 1178 http fetch GET 200 https://cdn.npmmirror.com/packages/%40jridgewell/sourcemap-codec/1.4.14/sourcemap-codec-1.4.14.tgz 8199ms (cache miss)
  1899. 1179 http fetch GET 200 https://cdn.npmmirror.com/packages/glob/8.1.0/glob-8.1.0.tgz 8282ms (cache miss)
  1900. 1180 http fetch GET 200 https://cdn.npmmirror.com/packages/tr46/0.0.3/tr46-0.0.3.tgz 8376ms (cache miss)
  1901. 1181 http fetch GET 200 https://cdn.npmmirror.com/packages/%40nuxt/devalue/2.0.0/devalue-2.0.0.tgz 8268ms (cache miss)
  1902. 1182 http fetch GET 200 https://cdn.npmmirror.com/packages/%40trysound/sax/0.2.0/sax-0.2.0.tgz 8279ms (cache miss)
  1903. 1183 http fetch GET 200 https://cdn.npmmirror.com/packages/%40nodelib/fs.stat/2.0.5/fs.stat-2.0.5.tgz 8269ms (cache miss)
  1904. 1184 http fetch GET 200 https://cdn.npmmirror.com/packages/%40intlify/shared/9.2.2/shared-9.2.2.tgz 8267ms (cache miss)
  1905. 1185 http fetch GET 200 https://cdn.npmmirror.com/packages/%40element-plus/nuxt/1.0.4/nuxt-1.0.4.tgz 8267ms (cache miss)
  1906. 1186 http fetch GET 200 https://cdn.npmmirror.com/packages/graceful-fs/4.2.11/graceful-fs-4.2.11.tgz 8363ms (cache miss)
  1907. 1187 http fetch GET 200 https://cdn.npmmirror.com/packages/follow-redirects/1.15.2/follow-redirects-1.15.2.tgz 8353ms (cache miss)
  1908. 1188 http fetch GET 200 https://cdn.npmmirror.com/packages/node-gyp-build/4.6.0/node-gyp-build-4.6.0.tgz 8402ms (cache miss)
  1909. 1189 http fetch GET 200 https://cdn.npmmirror.com/packages/parse-url/8.1.0/parse-url-8.1.0.tgz 8415ms (cache miss)
  1910. 1190 http fetch GET 200 https://cdn.npmmirror.com/packages/buffer/6.0.3/buffer-6.0.3.tgz 8335ms (cache miss)
  1911. 1191 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vitejs/plugin-vue-jsx/3.0.1/plugin-vue-jsx-3.0.1.tgz 8366ms (cache miss)
  1912. 1192 http fetch GET 200 https://cdn.npmmirror.com/packages/%40jridgewell/resolve-uri/3.1.0/resolve-uri-3.1.0.tgz 8351ms (cache miss)
  1913. 1193 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-validator-option/7.21.0/helper-validator-option-7.21.0.tgz 8352ms (cache miss)
  1914. 1194 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-typescript/7.21.4/plugin-syntax-typescript-7.21.4.tgz 8354ms (cache miss)
  1915. 1195 http fetch GET 200 https://cdn.npmmirror.com/packages/fraction.js/4.2.0/fraction.js-4.2.0.tgz 8434ms (cache miss)
  1916. 1196 http fetch GET 200 https://cdn.npmmirror.com/packages/gensync/1.0.0-beta.2/gensync-1.0.0-beta.2.tgz 8442ms (cache miss)
  1917. 1197 http fetch GET 200 https://cdn.npmmirror.com/packages/connect/3.7.0/connect-3.7.0.tgz 8413ms (cache miss)
  1918. 1198 http fetch GET 200 https://cdn.npmmirror.com/packages/unctx/2.2.0/unctx-2.2.0.tgz 8537ms (cache miss)
  1919. 1199 http fetch GET 200 https://cdn.npmmirror.com/packages/is-ssh/1.4.0/is-ssh-1.4.0.tgz 8533ms (cache miss)
  1920. 1200 http fetch GET 200 https://cdn.npmmirror.com/packages/reusify/1.0.4/reusify-1.0.4.tgz 8593ms (cache miss)
  1921. 1201 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/plugin-syntax-jsx/7.21.4/plugin-syntax-jsx-7.21.4.tgz 8496ms (cache miss)
  1922. 1202 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-plugin-utils/7.20.2/helper-plugin-utils-7.20.2.tgz 8494ms (cache miss)
  1923. 1203 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-replace-supers/7.20.7/helper-replace-supers-7.20.7.tgz 8495ms (cache miss)
  1924. 1204 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-simple-access/7.20.2/helper-simple-access-7.20.2.tgz 8495ms (cache miss)
  1925. 1205 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-module-imports/7.21.4/helper-module-imports-7.21.4.tgz 8497ms (cache miss)
  1926. 1206 http fetch GET 200 https://cdn.npmmirror.com/packages/mlly/1.2.0/mlly-1.2.0.tgz 8633ms (cache miss)
  1927. 1207 http fetch GET 200 https://cdn.npmmirror.com/packages/%40windicss/plugin-utils/1.8.10/plugin-utils-1.8.10.tgz 8604ms (cache miss)
  1928. 1208 http fetch GET 200 https://cdn.npmmirror.com/packages/big.js/5.2.2/big.js-5.2.2.tgz 8609ms (cache miss)
  1929. 1209 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/highlight/7.18.6/highlight-7.18.6.tgz 8577ms (cache miss)
  1930. 1210 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-compilation-targets/7.21.4/helper-compilation-targets-7.21.4.tgz 8574ms (cache miss)
  1931. 1211 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-hoist-variables/7.18.6/helper-hoist-variables-7.18.6.tgz 8576ms (cache miss)
  1932. 1212 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-function-name/7.21.0/helper-function-name-7.21.0.tgz 8577ms (cache miss)
  1933. 1213 http fetch GET 200 https://cdn.npmmirror.com/packages/formdata-polyfill/4.0.10/formdata-polyfill-4.0.10.tgz 8657ms (cache miss)
  1934. 1214 http fetch GET 200 https://cdn.npmmirror.com/packages/delegates/1.0.0/delegates-1.0.0.tgz 8644ms (cache miss)
  1935. 1215 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-value-parser/4.2.0/postcss-value-parser-4.2.0.tgz 8750ms (cache miss)
  1936. 1216 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-environment-visitor/7.18.9/helper-environment-visitor-7.18.9.tgz 8631ms (cache miss)
  1937. 1217 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-annotate-as-pure/7.18.6/helper-annotate-as-pure-7.18.6.tgz 8631ms (cache miss)
  1938. 1218 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/compat-data/7.21.4/compat-data-7.21.4.tgz 8632ms (cache miss)
  1939. 1219 http fetch GET 200 https://cdn.npmmirror.com/packages/%40ampproject/remapping/2.2.0/remapping-2.2.0.tgz 8636ms (cache miss)
  1940. 1220 http fetch GET 200 https://cdn.npmmirror.com/packages/eventemitter3/4.0.7/eventemitter3-4.0.7.tgz 8719ms (cache miss)
  1941. 1221 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-optimise-call-expression/7.18.6/helper-optimise-call-expression-7.18.6.tgz 8692ms (cache miss)
  1942. 1222 http fetch GET 200 https://cdn.npmmirror.com/packages/totalist/1.1.0/totalist-1.1.0.tgz 8863ms (cache miss)
  1943. 1223 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-split-export-declaration/7.18.6/helper-split-export-declaration-7.18.6.tgz 8873ms (cache miss)
  1944. 1224 http fetch GET 200 https://cdn.npmmirror.com/packages/local-pkg/0.4.3/local-pkg-0.4.3.tgz 8984ms (cache miss)
  1945. 1225 http fetch GET 200 https://cdn.npmmirror.com/packages/string-width/4.2.3/string-width-4.2.3.tgz 8873ms (cache miss)
  1946. 1226 http fetch GET 200 https://cdn.npmmirror.com/packages/has-flag/4.0.0/has-flag-4.0.0.tgz 8871ms (cache miss)
  1947. 1227 http fetch GET 200 https://cdn.npmmirror.com/packages/strip-ansi/6.0.1/strip-ansi-6.0.1.tgz 8909ms (cache miss)
  1948. 1228 http fetch GET 200 https://cdn.npmmirror.com/packages/hash-sum/2.0.0/hash-sum-2.0.0.tgz 9007ms (cache miss)
  1949. 1229 http fetch GET 200 https://cdn.npmmirror.com/packages/html-tags/3.3.1/html-tags-3.3.1.tgz 9007ms (cache miss)
  1950. 1230 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-string-parser/7.19.4/helper-string-parser-7.19.4.tgz 8981ms (cache miss)
  1951. 1231 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-skip-transparent-expression-wrappers/7.20.0/helper-skip-transparent-expression-wrappers-7.20.0.tgz 8982ms (cache miss)
  1952. 1232 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/code-frame/7.21.4/code-frame-7.21.4.tgz 8989ms (cache miss)
  1953. 1233 http fetch GET 200 https://cdn.npmmirror.com/packages/sirv/1.0.19/sirv-1.0.19.tgz 8992ms (cache miss)
  1954. 1234 http fetch GET 200 https://cdn.npmmirror.com/packages/chalk/4.1.2/chalk-4.1.2.tgz 8991ms (cache miss)
  1955. 1235 http fetch GET 200 https://cdn.npmmirror.com/packages/color-name/1.1.4/color-name-1.1.4.tgz 8999ms (cache miss)
  1956. 1236 http fetch GET 200 https://cdn.npmmirror.com/packages/color-convert/2.0.1/color-convert-2.0.1.tgz 9000ms (cache miss)
  1957. 1237 http fetch GET 200 https://cdn.npmmirror.com/packages/ansi-escapes/4.3.2/ansi-escapes-4.3.2.tgz 9000ms (cache miss)
  1958. 1238 http fetch GET 200 https://cdn.npmmirror.com/packages/%40rollup/plugin-alias/5.0.0/plugin-alias-5.0.0.tgz 9047ms (cache miss)
  1959. 1239 http fetch GET 200 https://cdn.npmmirror.com/packages/crc-32/1.2.2/crc-32-1.2.2.tgz 9104ms (cache miss)
  1960. 1240 http fetch GET 200 https://cdn.npmmirror.com/packages/cliui/8.0.1/cliui-8.0.1.tgz 9100ms (cache miss)
  1961. 1241 http fetch GET 200 https://cdn.npmmirror.com/packages/esbuild/0.17.17/esbuild-0.17.17.tgz 9123ms (cache miss)
  1962. 1242 http fetch GET 200 https://cdn.npmmirror.com/packages/brace-expansion/1.1.11/brace-expansion-1.1.11.tgz 9055ms (cache miss)
  1963. 1243 http fetch GET 200 https://cdn.npmmirror.com/packages/lru-cache/6.0.0/lru-cache-6.0.0.tgz 9052ms (cache miss)
  1964. 1244 http fetch GET 200 https://cdn.npmmirror.com/packages/glob/7.2.3/glob-7.2.3.tgz 9052ms (cache miss)
  1965. 1245 http fetch GET 200 https://cdn.npmmirror.com/packages/mimic-fn/4.0.0/mimic-fn-4.0.0.tgz 9050ms (cache miss)
  1966. 1246 http fetch GET 200 https://cdn.npmmirror.com/packages/strip-ansi/6.0.1/strip-ansi-6.0.1.tgz 9084ms (cache miss)
  1967. 1247 http fetch GET 200 https://cdn.npmmirror.com/packages/strip-ansi/6.0.1/strip-ansi-6.0.1.tgz 9069ms (cache miss)
  1968. 1248 http fetch GET 200 https://cdn.npmmirror.com/packages/strip-ansi/6.0.1/strip-ansi-6.0.1.tgz 9087ms (cache miss)
  1969. 1249 http fetch GET 200 https://cdn.npmmirror.com/packages/ansi-regex/5.0.1/ansi-regex-5.0.1.tgz 9090ms (cache miss)
  1970. 1250 http fetch GET 200 https://cdn.npmmirror.com/packages/string-width/4.2.3/string-width-4.2.3.tgz 9099ms (cache miss)
  1971. 1251 http fetch GET 200 https://cdn.npmmirror.com/packages/string-width/4.2.3/string-width-4.2.3.tgz 9081ms (cache miss)
  1972. 1252 http fetch GET 200 https://cdn.npmmirror.com/packages/is-docker/2.2.1/is-docker-2.2.1.tgz 9098ms (cache miss)
  1973. 1253 http fetch GET 200 https://cdn.npmmirror.com/packages/path-key/4.0.0/path-key-4.0.0.tgz 9097ms (cache miss)
  1974. 1254 http fetch GET 200 https://cdn.npmmirror.com/packages/npm-run-path/5.1.0/npm-run-path-5.1.0.tgz 9098ms (cache miss)
  1975. 1255 http fetch GET 200 https://cdn.npmmirror.com/packages/strip-final-newline/3.0.0/strip-final-newline-3.0.0.tgz 9099ms (cache miss)
  1976. 1256 http fetch GET 200 https://cdn.npmmirror.com/packages/ansi-styles/4.3.0/ansi-styles-4.3.0.tgz 9107ms (cache miss)
  1977. 1257 http fetch GET 200 https://cdn.npmmirror.com/packages/onetime/6.0.0/onetime-6.0.0.tgz 9100ms (cache miss)
  1978. 1258 http fetch GET 200 https://cdn.npmmirror.com/packages/%40ioredis/commands/1.2.0/commands-1.2.0.tgz 9137ms (cache miss)
  1979. 1259 http fetch GET 200 https://cdn.npmmirror.com/packages/ansi-regex/5.0.1/ansi-regex-5.0.1.tgz 9122ms (cache miss)
  1980. 1260 http fetch GET 200 https://cdn.npmmirror.com/packages/ansi-regex/5.0.1/ansi-regex-5.0.1.tgz 9104ms (cache miss)
  1981. 1261 http fetch GET 200 https://cdn.npmmirror.com/packages/fetch-blob/3.2.0/fetch-blob-3.2.0.tgz 9208ms (cache miss)
  1982. 1262 http fetch GET 200 https://cdn.npmmirror.com/packages/minimatch/3.1.2/minimatch-3.1.2.tgz 9135ms (cache miss)
  1983. 1263 http fetch GET 200 https://cdn.npmmirror.com/packages/supports-color/7.2.0/supports-color-7.2.0.tgz 9136ms (cache miss)
  1984. 1264 http fetch GET 200 https://cdn.npmmirror.com/packages/ansi-regex/5.0.1/ansi-regex-5.0.1.tgz 9135ms (cache miss)
  1985. 1265 http fetch GET 200 https://cdn.npmmirror.com/packages/ms/2.1.3/ms-2.1.3.tgz 9134ms (cache miss)
  1986. 1266 http fetch GET 200 https://cdn.npmmirror.com/packages/string_decoder/1.1.1/string_decoder-1.1.1.tgz 9125ms (cache miss)
  1987. 1267 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vitejs/plugin-vue/4.1.0/plugin-vue-4.1.0.tgz 9202ms (cache miss)
  1988. 1268 http fetch GET 200 https://cdn.npmmirror.com/packages/emoji-regex/8.0.0/emoji-regex-8.0.0.tgz 9150ms (cache miss)
  1989. 1269 http fetch GET 200 https://cdn.npmmirror.com/packages/emoji-regex/8.0.0/emoji-regex-8.0.0.tgz 9143ms (cache miss)
  1990. 1270 http fetch GET 200 https://cdn.npmmirror.com/packages/emoji-regex/8.0.0/emoji-regex-8.0.0.tgz 9169ms (cache miss)
  1991. 1271 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-member-expression-to-functions/7.21.0/helper-member-expression-to-functions-7.21.0.tgz 9177ms (cache miss)
  1992. 1272 http fetch GET 200 https://cdn.npmmirror.com/packages/h3/1.6.4/h3-1.6.4.tgz 9269ms (cache miss)
  1993. 1273 http fetch GET 200 https://cdn.npmmirror.com/packages/mime/3.0.0/mime-3.0.0.tgz 9301ms (cache miss)
  1994. 1274 http fetch GET 200 https://cdn.npmmirror.com/packages/chokidar/3.5.3/chokidar-3.5.3.tgz 9231ms (cache miss)
  1995. 1275 http fetch GET 200 https://cdn.npmmirror.com/packages/ms/2.0.0/ms-2.0.0.tgz 9179ms (cache miss)
  1996. 1276 http fetch GET 200 https://cdn.npmmirror.com/packages/minimatch/3.0.8/minimatch-3.0.8.tgz 9175ms (cache miss)
  1997. 1277 http fetch GET 200 https://cdn.npmmirror.com/packages/yallist/4.0.0/yallist-4.0.0.tgz 9182ms (cache miss)
  1998. 1278 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/shared/3.2.47/shared-3.2.47.tgz 9243ms (cache miss)
  1999. 1279 http fetch GET 200 https://cdn.npmmirror.com/packages/dotenv/16.0.3/dotenv-16.0.3.tgz 9280ms (cache miss)
  2000. 1280 http fetch GET 200 https://cdn.npmmirror.com/packages/cross-spawn/7.0.3/cross-spawn-7.0.3.tgz 9269ms (cache miss)
  2001. 1281 http fetch GET 200 https://cdn.npmmirror.com/packages/commander/7.2.0/commander-7.2.0.tgz 9269ms (cache miss)
  2002. 1282 http fetch GET 200 https://cdn.npmmirror.com/packages/normalize-wheel-es/1.2.0/normalize-wheel-es-1.2.0.tgz 9346ms (cache miss)
  2003. 1283 http fetch GET 200 https://cdn.npmmirror.com/packages/minimatch/3.1.2/minimatch-3.1.2.tgz 9212ms (cache miss)
  2004. 1284 http fetch GET 200 https://cdn.npmmirror.com/packages/brace-expansion/1.1.11/brace-expansion-1.1.11.tgz 9212ms (cache miss)
  2005. 1285 http fetch GET 200 https://cdn.npmmirror.com/packages/brace-expansion/1.1.11/brace-expansion-1.1.11.tgz 9205ms (cache miss)
  2006. 1286 http fetch GET 200 https://cdn.npmmirror.com/packages/yallist/4.0.0/yallist-4.0.0.tgz 9214ms (cache miss)
  2007. 1287 http fetch GET 200 https://cdn.npmmirror.com/packages/yallist/4.0.0/yallist-4.0.0.tgz 9204ms (cache miss)
  2008. 1288 http fetch GET 200 https://cdn.npmmirror.com/packages/yallist/4.0.0/yallist-4.0.0.tgz 9200ms (cache miss)
  2009. 1289 http fetch GET 200 https://cdn.npmmirror.com/packages/glob/7.2.3/glob-7.2.3.tgz 9190ms (cache miss)
  2010. 1290 http fetch GET 200 https://cdn.npmmirror.com/packages/safe-buffer/5.1.2/safe-buffer-5.1.2.tgz 9207ms (cache miss)
  2011. 1291 http fetch GET 200 https://cdn.npmmirror.com/packages/wrap-ansi/7.0.0/wrap-ansi-7.0.0.tgz 9213ms (cache miss)
  2012. 1292 http fetch GET 200 https://cdn.npmmirror.com/packages/picomatch/2.3.1/picomatch-2.3.1.tgz 9404ms (cache miss)
  2013. 1293 http fetch GET 200 https://cdn.npmmirror.com/packages/is-docker/2.2.1/is-docker-2.2.1.tgz 9253ms (cache miss)
  2014. 1294 http fetch GET 200 https://cdn.npmmirror.com/packages/is-stream/3.0.0/is-stream-3.0.0.tgz 9259ms (cache miss)
  2015. 1295 http fetch GET 200 https://cdn.npmmirror.com/packages/on-finished/2.3.0/on-finished-2.3.0.tgz 9253ms (cache miss)
  2016. 1296 http fetch GET 200 https://cdn.npmmirror.com/packages/strip-ansi/6.0.1/strip-ansi-6.0.1.tgz 9249ms (cache miss)
  2017. 1297 http fetch GET 200 https://cdn.npmmirror.com/packages/color-convert/2.0.1/color-convert-2.0.1.tgz 9248ms (cache miss)
  2018. 1298 http fetch GET 200 https://cdn.npmmirror.com/packages/domelementtype/2.3.0/domelementtype-2.3.0.tgz 9376ms (cache miss)
  2019. 1299 http fetch GET 200 https://cdn.npmmirror.com/packages/safe-buffer/5.1.2/safe-buffer-5.1.2.tgz 9295ms (cache miss)
  2020. 1300 http fetch GET 200 https://cdn.npmmirror.com/packages/safe-buffer/5.1.2/safe-buffer-5.1.2.tgz 9287ms (cache miss)
  2021. 1301 http fetch GET 200 https://cdn.npmmirror.com/packages/string_decoder/1.1.1/string_decoder-1.1.1.tgz 9289ms (cache miss)
  2022. 1302 http fetch GET 200 https://cdn.npmmirror.com/packages/color-name/1.1.4/color-name-1.1.4.tgz 9293ms (cache miss)
  2023. 1303 http fetch GET 200 https://cdn.npmmirror.com/packages/ms/2.0.0/ms-2.0.0.tgz 9336ms (cache miss)
  2024. 1304 http fetch GET 200 https://cdn.npmmirror.com/packages/ms/2.0.0/ms-2.0.0.tgz 9336ms (cache miss)
  2025. 1305 http fetch GET 200 https://cdn.npmmirror.com/packages/minimatch/3.1.2/minimatch-3.1.2.tgz 9327ms (cache miss)
  2026. 1306 http fetch GET 200 https://cdn.npmmirror.com/packages/minimatch/3.1.2/minimatch-3.1.2.tgz 9343ms (cache miss)
  2027. 1307 http fetch GET 200 https://cdn.npmmirror.com/packages/minipass/3.3.6/minipass-3.3.6.tgz 9372ms (cache miss)
  2028. 1308 http fetch GET 200 https://cdn.npmmirror.com/packages/string-width/4.2.3/string-width-4.2.3.tgz 9366ms (cache miss)
  2029. 1309 http fetch GET 200 https://cdn.npmmirror.com/packages/brace-expansion/1.1.11/brace-expansion-1.1.11.tgz 9362ms (cache miss)
  2030. 1310 http fetch GET 200 https://cdn.npmmirror.com/packages/%40rollup/pluginutils/4.2.1/pluginutils-4.2.1.tgz 9363ms (cache miss)
  2031. 1311 http fetch GET 200 https://cdn.npmmirror.com/packages/brace-expansion/1.1.11/brace-expansion-1.1.11.tgz 9365ms (cache miss)
  2032. 1312 http fetch GET 200 https://cdn.npmmirror.com/packages/agent-base/6.0.2/agent-base-6.0.2.tgz 9444ms (cache miss)
  2033. 1313 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vueuse/shared/9.13.0/shared-9.13.0.tgz 9447ms (cache miss)
  2034. 1314 http fetch GET 200 https://cdn.npmmirror.com/packages/deepmerge/4.3.1/deepmerge-4.3.1.tgz 9479ms (cache miss)
  2035. 1315 http fetch GET 200 https://cdn.npmmirror.com/packages/commander/2.20.3/commander-2.20.3.tgz 9418ms (cache miss)
  2036. 1316 http fetch GET 200 https://cdn.npmmirror.com/packages/%40nuxt/kit/3.0.0/kit-3.0.0.tgz 9405ms (cache miss)
  2037. 1317 http fetch GET 200 https://cdn.npmmirror.com/packages/ansi-regex/5.0.1/ansi-regex-5.0.1.tgz 9397ms (cache miss)
  2038. 1318 http fetch GET 200 https://cdn.npmmirror.com/packages/minipass/3.3.6/minipass-3.3.6.tgz 9411ms (cache miss)
  2039. 1319 http fetch GET 200 https://cdn.npmmirror.com/packages/%40rollup/plugin-node-resolve/15.0.2/plugin-node-resolve-15.0.2.tgz 9461ms (cache miss)
  2040. 1320 http fetch GET 200 https://cdn.npmmirror.com/packages/buffer/5.7.1/buffer-5.7.1.tgz 9448ms (cache miss)
  2041. 1321 http fetch GET 200 https://cdn.npmmirror.com/packages/string_decoder/1.1.1/string_decoder-1.1.1.tgz 9434ms (cache miss)
  2042. 1322 http fetch GET 200 https://cdn.npmmirror.com/packages/ansi-styles/4.3.0/ansi-styles-4.3.0.tgz 9431ms (cache miss)
  2043. 1323 http fetch GET 200 https://cdn.npmmirror.com/packages/chalk/2.4.2/chalk-2.4.2.tgz 9421ms (cache miss)
  2044. 1324 http fetch GET 200 https://cdn.npmmirror.com/packages/browserslist/4.21.5/browserslist-4.21.5.tgz 9511ms (cache miss)
  2045. 1325 http fetch GET 200 https://cdn.npmmirror.com/packages/%40unhead/vue/1.1.25/vue-1.1.25.tgz 9495ms (cache miss)
  2046. 1326 http fetch GET 200 https://cdn.npmmirror.com/packages/%40intlify/vue-devtools/9.2.2/vue-devtools-9.2.2.tgz 9482ms (cache miss)
  2047. 1327 http fetch GET 200 https://cdn.npmmirror.com/packages/braces/3.0.2/braces-3.0.2.tgz 9521ms (cache miss)
  2048. 1328 http fetch GET 200 https://cdn.npmmirror.com/packages/execa/5.1.1/execa-5.1.1.tgz 9563ms (cache miss)
  2049. 1329 http fetch GET 200 https://cdn.npmmirror.com/packages/chardet/0.7.0/chardet-0.7.0.tgz 9544ms (cache miss)
  2050. 1330 http fetch GET 200 https://cdn.npmmirror.com/packages/escape-string-regexp/1.0.5/escape-string-regexp-1.0.5.tgz 9454ms (cache miss)
  2051. 1331 http fetch GET 200 https://cdn.npmmirror.com/packages/xxhashjs/0.2.2/xxhashjs-0.2.2.tgz 9709ms (cache miss)
  2052. 1332 http fetch GET 200 https://cdn.npmmirror.com/packages/%40intlify/devtools-if/9.2.2/devtools-if-9.2.2.tgz 9516ms (cache miss)
  2053. 1333 http fetch GET 200 https://cdn.npmmirror.com/packages/ansi-styles/3.2.1/ansi-styles-3.2.1.tgz 9481ms (cache miss)
  2054. 1334 http fetch GET 200 https://cdn.npmmirror.com/packages/estree-walker/2.0.2/estree-walker-2.0.2.tgz 9486ms (cache miss)
  2055. 1335 http fetch GET 200 https://cdn.npmmirror.com/packages/estree-walker/2.0.2/estree-walker-2.0.2.tgz 9489ms (cache miss)
  2056. 1336 http fetch GET 200 https://cdn.npmmirror.com/packages/estree-walker/2.0.2/estree-walker-2.0.2.tgz 9488ms (cache miss)
  2057. 1337 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vueuse/metadata/9.13.0/metadata-9.13.0.tgz 9579ms (cache miss)
  2058. 1338 http fetch GET 200 https://cdn.npmmirror.com/packages/%40swc/types/0.1.5/types-0.1.5.tgz 9565ms (cache miss)
  2059. 1339 http fetch GET 200 https://cdn.npmmirror.com/packages/memoize-one/6.0.0/memoize-one-6.0.0.tgz 9668ms (cache miss)
  2060. 1340 http fetch GET 200 https://cdn.npmmirror.com/packages/statuses/1.5.0/statuses-1.5.0.tgz 9534ms (cache miss)
  2061. 1341 http fetch GET 200 https://cdn.npmmirror.com/packages/%40jridgewell/gen-mapping/0.3.2/gen-mapping-0.3.2.tgz 9522ms (cache miss)
  2062. 1342 http fetch GET 200 https://cdn.npmmirror.com/packages/%40rollup/plugin-commonjs/24.1.0/plugin-commonjs-24.1.0.tgz 9588ms (cache miss)
  2063. 1343 http fetch GET 200 https://cdn.npmmirror.com/packages/%40jridgewell/set-array/1.1.2/set-array-1.1.2.tgz 9582ms (cache miss)
  2064. 1344 http fetch GET 200 https://cdn.npmmirror.com/packages/listhen/1.0.4/listhen-1.0.4.tgz 9688ms (cache miss)
  2065. 1345 http fetch GET 200 https://cdn.npmmirror.com/packages/emoji-regex/8.0.0/emoji-regex-8.0.0.tgz 9591ms (cache miss)
  2066. 1346 http fetch GET 200 https://cdn.npmmirror.com/packages/%40jridgewell/gen-mapping/0.3.2/gen-mapping-0.3.2.tgz 9600ms (cache miss)
  2067. 1347 http fetch GET 200 https://cdn.npmmirror.com/packages/%40jridgewell/gen-mapping/0.1.1/gen-mapping-0.1.1.tgz 9682ms (cache miss)
  2068. 1348 http fetch GET 200 https://cdn.npmmirror.com/packages/%40antfu/utils/0.7.2/utils-0.7.2.tgz 9693ms (cache miss)
  2069. 1349 http fetch GET 200 https://cdn.npmmirror.com/packages/semver/6.3.0/semver-6.3.0.tgz 10419ms (cache miss)
  2070. 1350 http fetch GET 200 https://cdn.npmmirror.com/packages/human-signals/4.3.1/human-signals-4.3.1.tgz 10425ms (cache miss)
  2071. 1351 http fetch GET 200 https://cdn.npmmirror.com/packages/glob/7.2.3/glob-7.2.3.tgz 10411ms (cache miss)
  2072. 1352 http fetch GET 200 https://cdn.npmmirror.com/packages/%40jridgewell/source-map/0.3.2/source-map-0.3.2.tgz 10471ms (cache miss)
  2073. 1353 http fetch GET 200 https://cdn.npmmirror.com/packages/chalk/5.2.0/chalk-5.2.0.tgz 10520ms (cache miss)
  2074. 1354 http fetch GET 200 https://cdn.npmmirror.com/packages/source-map-js/1.0.2/source-map-js-1.0.2.tgz 10694ms (cache miss)
  2075. 1355 http fetch GET 200 https://cdn.npmmirror.com/packages/unimport/3.0.6/unimport-3.0.6.tgz 10726ms (cache miss)
  2076. 1356 http fetch GET 200 https://cdn.npmmirror.com/packages/bl/5.1.0/bl-5.1.0.tgz 10587ms (cache miss)
  2077. 1357 http fetch GET 200 https://cdn.npmmirror.com/packages/fastq/1.15.0/fastq-1.15.0.tgz 10635ms (cache miss)
  2078. 1358 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-validator-identifier/7.19.1/helper-validator-identifier-7.19.1.tgz 10561ms (cache miss)
  2079. 1359 http fetch GET 200 https://cdn.npmmirror.com/packages/bl/4.1.0/bl-4.1.0.tgz 10586ms (cache miss)
  2080. 1360 http fetch GET 200 https://cdn.npmmirror.com/packages/mime/1.6.0/mime-1.6.0.tgz 10612ms (cache miss)
  2081. 1361 http fetch GET 200 https://cdn.npmmirror.com/packages/external-editor/3.1.0/external-editor-3.1.0.tgz 10717ms (cache miss)
  2082. 1362 http fetch GET 200 https://cdn.npmmirror.com/packages/emoji-regex/9.2.2/emoji-regex-9.2.2.tgz 10715ms (cache miss)
  2083. 1363 http fetch GET 200 https://cdn.npmmirror.com/packages/electron-to-chromium/1.4.347/electron-to-chromium-1.4.347.tgz 10717ms (cache miss)
  2084. 1364 http fetch GET 200 https://cdn.npmmirror.com/packages/magic-string/0.30.0/magic-string-0.30.0.tgz 10805ms (cache miss)
  2085. 1365 http fetch GET 200 https://cdn.npmmirror.com/packages/cac/6.7.14/cac-6.7.14.tgz 10733ms (cache miss)
  2086. 1366 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/plugin-transform-typescript/7.21.3/plugin-transform-typescript-7.21.3.tgz 10700ms (cache miss)
  2087. 1367 http fetch GET 200 https://cdn.npmmirror.com/packages/semver/6.3.0/semver-6.3.0.tgz 10662ms (cache miss)
  2088. 1368 http fetch GET 200 https://cdn.npmmirror.com/packages/semver/6.3.0/semver-6.3.0.tgz 10663ms (cache miss)
  2089. 1369 http fetch GET 200 https://cdn.npmmirror.com/packages/dom-serializer/2.0.0/dom-serializer-2.0.0.tgz 10798ms (cache miss)
  2090. 1370 http fetch GET 200 https://cdn.npmmirror.com/packages/unplugin/1.3.1/unplugin-1.3.1.tgz 10915ms (cache miss)
  2091. 1371 http fetch GET 200 https://cdn.npmmirror.com/packages/mime/2.5.2/mime-2.5.2.tgz 10723ms (cache miss)
  2092. 1372 http fetch GET 200 https://cdn.npmmirror.com/packages/%40nuxt/schema/3.4.1/schema-3.4.1.tgz 10778ms (cache miss)
  2093. 1373 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/reactivity/3.2.47/reactivity-3.2.47.tgz 10807ms (cache miss)
  2094. 1374 http fetch GET 200 https://cdn.npmmirror.com/packages/vscode-uri/3.0.7/vscode-uri-3.0.7.tgz 10986ms (cache miss)
  2095. 1375 http fetch GET 200 https://cdn.npmmirror.com/packages/pinia/2.0.33/pinia-2.0.33.tgz 10936ms (cache miss)
  2096. 1376 http fetch GET 200 https://cdn.npmmirror.com/packages/acorn/8.8.2/acorn-8.8.2.tgz 10929ms (cache miss)
  2097. 1377 http fetch GET 200 https://cdn.npmmirror.com/packages/node-fetch/3.3.1/node-fetch-3.3.1.tgz 11033ms (cache miss)
  2098. 1378 http fetch GET 200 https://cdn.npmmirror.com/packages/%40nuxt/schema/3.0.0/schema-3.0.0.tgz 10902ms (cache miss)
  2099. 1379 http fetch GET 200 https://cdn.npmmirror.com/packages/windicss-analysis/0.3.5/windicss-analysis-0.3.5.tgz 11142ms (cache miss)
  2100. 1380 http fetch GET 200 https://cdn.npmmirror.com/packages/gauge/3.0.2/gauge-3.0.2.tgz 11052ms (cache miss)
  2101. 1381 http fetch GET 200 https://cdn.npmmirror.com/packages/untyped/1.3.2/untyped-1.3.2.tgz 11157ms (cache miss)
  2102. 1382 http fetch GET 200 https://cdn.npmmirror.com/packages/webpack-sources/3.2.3/webpack-sources-3.2.3.tgz 11173ms (cache miss)
  2103. 1383 http fetch GET 200 https://cdn.npmmirror.com/packages/execa/7.1.1/execa-7.1.1.tgz 10958ms (cache miss)
  2104. 1384 http fetch GET 200 https://cdn.npmmirror.com/packages/immutable/4.3.0/immutable-4.3.0.tgz 11090ms (cache miss)
  2105. 1385 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/server-renderer/3.2.47/server-renderer-3.2.47.tgz 11044ms (cache miss)
  2106. 1386 http fetch GET 200 https://cdn.npmmirror.com/packages/commander/8.3.0/commander-8.3.0.tgz 11026ms (cache miss)
  2107. 1387 http fetch GET 200 https://cdn.npmmirror.com/packages/node-fetch/2.6.9/node-fetch-2.6.9.tgz 11001ms (cache miss)
  2108. 1388 http fetch GET 200 https://cdn.npmmirror.com/packages/%40nuxt/vite-builder/3.4.1/vite-builder-3.4.1.tgz 11061ms (cache miss)
  2109. 1389 http fetch GET 200 https://cdn.npmmirror.com/packages/%40intlify/message-compiler/9.2.2/message-compiler-9.2.2.tgz 11057ms (cache miss)
  2110. 1390 http fetch GET 200 https://cdn.npmmirror.com/packages/source-map/0.7.4/source-map-0.7.4.tgz 11249ms (cache miss)
  2111. 1391 http fetch GET 200 https://cdn.npmmirror.com/packages/http-proxy/1.18.1/http-proxy-1.18.1.tgz 11176ms (cache miss)
  2112. 1392 http fetch GET 200 https://cdn.npmmirror.com/packages/windicss-webpack-plugin/1.7.8/windicss-webpack-plugin-1.7.8.tgz 11297ms (cache miss)
  2113. 1393 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-module-transforms/7.21.2/helper-module-transforms-7.21.2.tgz 11099ms (cache miss)
  2114. 1394 http fetch GET 200 https://cdn.npmmirror.com/packages/%40jridgewell/trace-mapping/0.3.17/trace-mapping-0.3.17.tgz 11169ms (cache miss)
  2115. 1395 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-calc/8.2.4/postcss-calc-8.2.4.tgz 11342ms (cache miss)
  2116. 1396 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helper-create-class-features-plugin/7.21.4/helper-create-class-features-plugin-7.21.4.tgz 11212ms (cache miss)
  2117. 1397 http fetch GET 200 https://cdn.npmmirror.com/packages/magic-string/0.27.0/magic-string-0.27.0.tgz 11210ms (cache miss)
  2118. 1398 http fetch GET 200 https://cdn.npmmirror.com/packages/%40swc/core/1.3.105/core-1.3.105.tgz 11262ms (cache miss)
  2119. 1399 http fetch GET 200 https://cdn.npmmirror.com/packages/magic-string/0.25.9/magic-string-0.25.9.tgz 11211ms (cache miss)
  2120. 1400 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/compiler-core/3.2.47/compiler-core-3.2.47.tgz 11290ms (cache miss)
  2121. 1401 http fetch GET 200 https://cdn.npmmirror.com/packages/json5/2.2.3/json5-2.2.3.tgz 11364ms (cache miss)
  2122. 1402 http fetch GET 200 https://cdn.npmmirror.com/packages/magic-string/0.25.9/magic-string-0.25.9.tgz 11227ms (cache miss)
  2123. 1403 http fetch GET 200 https://cdn.npmmirror.com/packages/vue-router/4.1.6/vue-router-4.1.6.tgz 11455ms (cache miss)
  2124. 1404 http fetch GET 200 https://cdn.npmmirror.com/packages/debug/2.6.9/debug-2.6.9.tgz 11254ms (cache miss)
  2125. 1405 http fetch GET 200 https://cdn.npmmirror.com/packages/jsonc-parser/3.2.0/jsonc-parser-3.2.0.tgz 11379ms (cache miss)
  2126. 1406 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/template/7.20.7/template-7.20.7.tgz 11285ms (cache miss)
  2127. 1407 silly audit bulk request failed undefined
  2128. 1408 http fetch GET 200 https://cdn.npmmirror.com/packages/magic-string/0.27.0/magic-string-0.27.0.tgz 11576ms (cache miss)
  2129. 1409 http fetch GET https://registry.npmjs.org/qs/-/qs-6.7.0.tgz attempt 1 failed with ECONNRESET
  2130. 1410 http fetch GET 200 https://cdn.npmmirror.com/packages/magic-string/0.27.0/magic-string-0.27.0.tgz 11593ms (cache miss)
  2131. 1411 http fetch GET https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz attempt 1 failed with ECONNRESET
  2132. 1412 http fetch GET 200 https://cdn.npmmirror.com/packages/%40intlify/core-base/9.2.2/core-base-9.2.2.tgz 11655ms (cache miss)
  2133. 1413 http fetch GET 200 https://cdn.npmmirror.com/packages/debug/2.6.9/debug-2.6.9.tgz 11620ms (cache miss)
  2134. 1414 http fetch GET 200 https://cdn.npmmirror.com/packages/magic-string/0.27.0/magic-string-0.27.0.tgz 11609ms (cache miss)
  2135. 1415 http fetch GET 200 https://cdn.npmmirror.com/packages/magic-string/0.27.0/magic-string-0.27.0.tgz 11615ms (cache miss)
  2136. 1416 http fetch GET https://registry.npmjs.org/@types/qrcode/-/qrcode-1.5.0.tgz attempt 1 failed with ECONNRESET
  2137. 1417 http fetch GET 200 https://cdn.npmmirror.com/packages/debug/2.6.9/debug-2.6.9.tgz 11646ms (cache miss)
  2138. 1418 http fetch GET https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz attempt 1 failed with ECONNRESET
  2139. 1419 http fetch GET https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz attempt 1 failed with ECONNRESET
  2140. 1420 http fetch GET 200 https://cdn.npmmirror.com/packages/tapable/1.1.3/tapable-1.1.3.tgz 11679ms (cache miss)
  2141. 1421 http fetch GET 200 https://cdn.npmmirror.com/packages/magic-string/0.27.0/magic-string-0.27.0.tgz 11664ms (cache miss)
  2142. 1422 http fetch GET 200 https://cdn.npmmirror.com/packages/readable-stream/3.6.2/readable-stream-3.6.2.tgz 11885ms (cache miss)
  2143. 1423 http fetch GET 200 https://cdn.npmmirror.com/packages/unimport/1.3.0/unimport-1.3.0.tgz 11706ms (cache miss)
  2144. 1424 http fetch GET 200 https://cdn.npmmirror.com/packages/estree-walker/2.0.2/estree-walker-2.0.2.tgz 11756ms (cache miss)
  2145. 1425 http fetch GET 200 https://cdn.npmmirror.com/packages/estree-walker/2.0.2/estree-walker-2.0.2.tgz 11759ms (cache miss)
  2146. 1426 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/runtime-core/3.2.47/runtime-core-3.2.47.tgz 11842ms (cache miss)
  2147. 1427 http fetch GET 200 https://cdn.npmmirror.com/packages/tar/6.1.13/tar-6.1.13.tgz 12003ms (cache miss)
  2148. 1428 http fetch GET 200 https://cdn.npmmirror.com/packages/estree-walker/2.0.2/estree-walker-2.0.2.tgz 11803ms (cache miss)
  2149. 1429 http fetch GET 200 https://cdn.npmmirror.com/packages/estree-walker/2.0.2/estree-walker-2.0.2.tgz 11805ms (cache miss)
  2150. 1430 http fetch GET https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz attempt 1 failed with ECONNRESET
  2151. 1431 http fetch GET 200 https://cdn.npmmirror.com/packages/consola/3.0.2/consola-3.0.2.tgz 11839ms (cache miss)
  2152. 1432 http fetch GET https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz attempt 1 failed with ECONNRESET
  2153. 1433 http fetch GET 200 https://cdn.npmmirror.com/packages/%40nuxt/ui-templates/1.1.1/ui-templates-1.1.1.tgz 11879ms (cache miss)
  2154. 1434 http fetch GET 200 https://cdn.npmmirror.com/packages/nth-check/2.1.1/nth-check-2.1.1.tgz 12032ms (cache miss)
  2155. 1435 http fetch GET https://registry.npmjs.org/qrcode/-/qrcode-1.5.1.tgz attempt 1 failed with ECONNRESET
  2156. 1436 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/compiler-dom/3.2.47/compiler-dom-3.2.47.tgz 12107ms (cache miss)
  2157. 1437 http fetch GET https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz attempt 1 failed with ECONNRESET
  2158. 1438 http fetch GET https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz attempt 1 failed with ECONNRESET
  2159. 1439 http fetch GET https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz attempt 1 failed with ECONNRESET
  2160. 1440 http fetch GET https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz attempt 1 failed with ECONNRESET
  2161. 1441 http fetch GET 200 https://cdn.npmmirror.com/packages/cheerio-select/2.1.0/cheerio-select-2.1.0.tgz 12255ms (cache miss)
  2162. 1442 http fetch GET 200 https://cdn.npmmirror.com/packages/%40nodelib/fs.walk/1.2.8/fs.walk-1.2.8.tgz 12219ms (cache miss)
  2163. 1443 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/babel-plugin-jsx/1.1.1/babel-plugin-jsx-1.1.1.tgz 12249ms (cache miss)
  2164. 1444 http fetch GET 200 https://cdn.npmmirror.com/packages/consola/3.0.2/consola-3.0.2.tgz 12182ms (cache miss)
  2165. 1445 http fetch GET 200 https://cdn.npmmirror.com/packages/consola/2.15.3/consola-2.15.3.tgz 12288ms (cache miss)
  2166. 1446 http fetch GET 200 https://cdn.npmmirror.com/packages/inquirer/9.1.5/inquirer-9.1.5.tgz 12335ms (cache miss)
  2167. 1447 http fetch GET 200 https://cdn.npmmirror.com/packages/consola/3.0.2/consola-3.0.2.tgz 12198ms (cache miss)
  2168. 1448 http fetch GET 200 https://cdn.npmmirror.com/packages/vite-plugin-top-level-await/1.4.1/vite-plugin-top-level-await-1.4.1.tgz 12431ms (cache miss)
  2169. 1449 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vueuse/core/9.13.0/core-9.13.0.tgz 12284ms (cache miss)
  2170. 1450 http fetch GET 200 https://cdn.npmmirror.com/packages/node-fetch-native/1.1.0/node-fetch-native-1.1.0.tgz 12380ms (cache miss)
  2171. 1451 http fetch GET 200 https://cdn.npmmirror.com/packages/clipboardy/3.0.0/clipboardy-3.0.0.tgz 12313ms (cache miss)
  2172. 1452 http fetch GET 200 https://cdn.npmmirror.com/packages/nanoid/3.3.6/nanoid-3.3.6.tgz 12248ms (cache miss)
  2173. 1453 http fetch GET 200 https://cdn.npmmirror.com/packages/vite-node/0.30.1/vite-node-0.30.1.tgz 12458ms (cache miss)
  2174. 1454 http fetch GET 200 https://cdn.npmmirror.com/packages/%40cloudflare/kv-asset-handler/0.3.0/kv-asset-handler-0.3.0.tgz 12317ms (cache miss)
  2175. 1455 http fetch GET 200 https://cdn.npmmirror.com/packages/readable-stream/2.3.8/readable-stream-2.3.8.tgz 12330ms (cache miss)
  2176. 1456 http fetch GET 200 https://cdn.npmmirror.com/packages/iconv-lite/0.4.24/iconv-lite-0.4.24.tgz 12458ms (cache miss)
  2177. 1457 http fetch GET 200 https://cdn.npmmirror.com/packages/readable-stream/2.3.8/readable-stream-2.3.8.tgz 12350ms (cache miss)
  2178. 1458 http fetch GET 200 https://cdn.npmmirror.com/packages/readable-stream/2.3.8/readable-stream-2.3.8.tgz 12361ms (cache miss)
  2179. 1459 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-ordered-values/6.0.0/postcss-ordered-values-6.0.0.tgz 12577ms (cache miss)
  2180. 1460 http fetch GET 200 https://cdn.npmmirror.com/packages/mdn-data/2.0.30/mdn-data-2.0.30.tgz 12576ms (cache miss)
  2181. 1461 http fetch GET 200 https://cdn.npmmirror.com/packages/lru-cache/9.0.3/lru-cache-9.0.3.tgz 12450ms (cache miss)
  2182. 1462 http fetch GET 200 https://cdn.npmmirror.com/packages/csstype/2.6.21/csstype-2.6.21.tgz 12544ms (cache miss)
  2183. 1463 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/runtime-dom/3.2.47/runtime-dom-3.2.47.tgz 12532ms (cache miss)
  2184. 1464 http fetch GET 200 https://cdn.npmmirror.com/packages/fs-extra/11.1.1/fs-extra-11.1.1.tgz 12615ms (cache miss)
  2185. 1465 http fetch GET 200 https://cdn.npmmirror.com/packages/%40mapbox/node-pre-gyp/1.0.10/node-pre-gyp-1.0.10.tgz 12642ms (cache miss)
  2186. 1466 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss-selector-parser/6.0.11/postcss-selector-parser-6.0.11.tgz 12787ms (cache miss)
  2187. 1467 http fetch GET 200 https://cdn.npmmirror.com/packages/vue-i18n/9.2.2/vue-i18n-9.2.2.tgz 12861ms (cache miss)
  2188. 1468 http fetch GET 200 https://cdn.npmmirror.com/packages/htmlparser2/8.0.2/htmlparser2-8.0.2.tgz 12806ms (cache miss)
  2189. 1469 http fetch GET 200 https://cdn.npmmirror.com/packages/node-domexception/1.0.0/node-domexception-1.0.0.tgz 12837ms (cache miss)
  2190. 1470 http fetch GET 200 https://cdn.npmmirror.com/packages/source-map/0.6.1/source-map-0.6.1.tgz 12705ms (cache miss)
  2191. 1471 http fetch GET 200 https://cdn.npmmirror.com/packages/fs-extra/10.1.0/fs-extra-10.1.0.tgz 12731ms (cache miss)
  2192. 1472 http fetch GET 200 https://cdn.npmmirror.com/packages/async-validator/4.2.5/async-validator-4.2.5.tgz 12791ms (cache miss)
  2193. 1473 http fetch GET 200 https://cdn.npmmirror.com/packages/%40floating-ui/dom/1.2.5/dom-1.2.5.tgz 12791ms (cache miss)
  2194. 1474 http fetch GET 200 https://cdn.npmmirror.com/packages/mdn-data/2.0.28/mdn-data-2.0.28.tgz 12762ms (cache miss)
  2195. 1475 http fetch GET 200 https://cdn.npmmirror.com/packages/fs-extra/10.1.0/fs-extra-10.1.0.tgz 12774ms (cache miss)
  2196. 1476 http fetch GET 200 https://cdn.npmmirror.com/packages/source-map/0.6.1/source-map-0.6.1.tgz 12774ms (cache miss)
  2197. 1477 http fetch GET 200 https://cdn.npmmirror.com/packages/source-map/0.6.1/source-map-0.6.1.tgz 12775ms (cache miss)
  2198. 1478 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vue/compiler-sfc/3.2.47/compiler-sfc-3.2.47.tgz 12857ms (cache miss)
  2199. 1479 http fetch GET 200 https://cdn.npmmirror.com/packages/vscode-languageserver/7.0.0/vscode-languageserver-7.0.0.tgz 13046ms (cache miss)
  2200. 1480 http fetch GET 200 https://cdn.npmmirror.com/packages/vscode-jsonrpc/6.0.0/vscode-jsonrpc-6.0.0.tgz 13047ms (cache miss)
  2201. 1481 http fetch GET 200 https://cdn.npmmirror.com/packages/fs-extra/10.1.0/fs-extra-10.1.0.tgz 12822ms (cache miss)
  2202. 1482 http fetch GET 200 https://cdn.npmmirror.com/packages/colord/2.9.3/colord-2.9.3.tgz 12962ms (cache miss)
  2203. 1483 http fetch GET 200 https://cdn.npmmirror.com/packages/source-map/0.6.1/source-map-0.6.1.tgz 12866ms (cache miss)
  2204. 1484 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/parser/7.21.4/parser-7.21.4.tgz 12915ms (cache miss)
  2205. 1485 http fetch GET 200 https://cdn.npmmirror.com/packages/jiti/1.18.2/jiti-1.18.2.tgz 13062ms (cache miss)
  2206. 1486 http fetch GET 200 https://cdn.npmmirror.com/packages/%40floating-ui/core/1.2.5/core-1.2.5.tgz 13268ms (cache miss)
  2207. 1487 http fetch GET 200 https://cdn.npmmirror.com/packages/%40vercel/nft/0.22.6/nft-0.22.6.tgz 13326ms (cache miss)
  2208. 1488 http fetch GET 200 https://cdn.npmmirror.com/packages/%40ctrl/tinycolor/3.6.0/tinycolor-3.6.0.tgz 13323ms (cache miss)
  2209. 1489 http fetch GET 200 https://cdn.npmmirror.com/packages/rollup-plugin-visualizer/5.9.0/rollup-plugin-visualizer-5.9.0.tgz 13518ms (cache miss)
  2210. 1490 http fetch GET 200 https://cdn.npmmirror.com/packages/enhanced-resolve/5.12.0/enhanced-resolve-5.12.0.tgz 13505ms (cache miss)
  2211. 1491 http fetch GET 200 https://cdn.npmmirror.com/packages/semver/7.4.0/semver-7.4.0.tgz 13620ms (cache miss)
  2212. 1492 http fetch GET 200 https://cdn.npmmirror.com/packages/enhanced-resolve/4.5.0/enhanced-resolve-4.5.0.tgz 13482ms (cache miss)
  2213. 1493 http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz 13598ms (cache miss)
  2214. 1494 http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz 13647ms (cache miss)
  2215. 1495 http fetch GET 200 https://cdn.npmmirror.com/packages/type-fest/0.21.3/type-fest-0.21.3.tgz 13732ms (cache miss)
  2216. 1496 http fetch GET 200 https://cdn.npmmirror.com/packages/cuint/0.2.2/cuint-0.2.2.tgz 13901ms (cache miss)
  2217. 1497 http fetch GET 200 https://cdn.npmmirror.com/packages/vscode-languageserver-protocol/3.16.0/vscode-languageserver-protocol-3.16.0.tgz 14033ms (cache miss)
  2218. 1498 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/generator/7.21.4/generator-7.21.4.tgz 13917ms (cache miss)
  2219. 1499 http fetch GET 200 https://cdn.npmmirror.com/packages/postcss/8.4.21/postcss-8.4.21.tgz 14192ms (cache miss)
  2220. 1500 http fetch GET 200 https://cdn.npmmirror.com/packages/yargs/17.7.1/yargs-17.7.1.tgz 14601ms (cache miss)
  2221. 1501 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/helpers/7.21.0/helpers-7.21.0.tgz 14431ms (cache miss)
  2222. 1502 http fetch GET 200 https://cdn.npmmirror.com/packages/fast-glob/3.2.12/fast-glob-3.2.12.tgz 14955ms (cache miss)
  2223. 1503 http fetch GET 200 https://cdn.npmmirror.com/packages/rollup/3.20.2/rollup-3.20.2.tgz 15075ms (cache miss)
  2224. 1504 http fetch GET 200 https://cdn.npmmirror.com/packages/domutils/3.0.1/domutils-3.0.1.tgz 15144ms (cache miss)
  2225. 1505 http fetch GET 200 https://cdn.npmmirror.com/packages/vue/3.2.47/vue-3.2.47.tgz 15288ms (cache miss)
  2226. 1506 http fetch GET 200 https://cdn.npmmirror.com/packages/unstorage/1.5.0/unstorage-1.5.0.tgz 15295ms (cache miss)
  2227. 1507 http fetch GET 200 https://cdn.npmmirror.com/packages/prompts/2.4.2/prompts-2.4.2.tgz 15283ms (cache miss)
  2228. 1508 http fetch GET 200 https://cdn.npmmirror.com/packages/%40sxzz/popperjs-es/2.11.7/popperjs-es-2.11.7.tgz 15149ms (cache miss)
  2229. 1509 http fetch GET 200 https://cdn.npmmirror.com/packages/uuid/9.0.1/uuid-9.0.1.tgz 15332ms (cache miss)
  2230. 1510 http fetch GET 200 https://cdn.npmmirror.com/packages/entities/4.5.0/entities-4.5.0.tgz 15246ms (cache miss)
  2231. 1511 http fetch GET 200 https://cdn.npmmirror.com/packages/vscode-languageclient/7.0.0/vscode-languageclient-7.0.0.tgz 15365ms (cache miss)
  2232. 1512 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/traverse/7.21.4/traverse-7.21.4.tgz 15193ms (cache miss)
  2233. 1513 http fetch GET 200 https://cdn.npmmirror.com/packages/terser/5.16.8/terser-5.16.8.tgz 15408ms (cache miss)
  2234. 1514 http fetch GET 200 https://cdn.npmmirror.com/packages/vite/4.2.1/vite-4.2.1.tgz 15471ms (cache miss)
  2235. 1515 http fetch GET 200 https://cdn.npmmirror.com/packages/parse5/7.1.2/parse5-7.1.2.tgz 15471ms (cache miss)
  2236. 1516 http fetch GET 200 https://cdn.npmmirror.com/packages/autoprefixer/10.4.14/autoprefixer-10.4.14.tgz 15420ms (cache miss)
  2237. 1517 http fetch GET 200 https://cdn.npmmirror.com/packages/svgo/3.0.2/svgo-3.0.2.tgz 15585ms (cache miss)
  2238. 1518 http fetch GET 200 https://cdn.npmmirror.com/packages/type-fest/2.19.0/type-fest-2.19.0.tgz 15395ms (cache miss)
  2239. 1519 http fetch GET 200 https://cdn.npmmirror.com/packages/ioredis/5.3.2/ioredis-5.3.2.tgz 15553ms (cache miss)
  2240. 1520 http fetch GET 200 https://cdn.npmmirror.com/packages/nitropack/2.3.3/nitropack-2.3.3.tgz 15592ms (cache miss)
  2241. 1521 http fetch GET 200 https://cdn.npmmirror.com/packages/node-forge/1.3.1/node-forge-1.3.1.tgz 15598ms (cache miss)
  2242. 1522 http fetch GET 200 https://cdn.npmmirror.com/packages/css-select/5.1.0/css-select-5.1.0.tgz 15579ms (cache miss)
  2243. 1523 http fetch GET 200 https://cdn.npmmirror.com/packages/type-fest/3.8.0/type-fest-3.8.0.tgz 15726ms (cache miss)
  2244. 1524 http fetch GET 200 https://cdn.npmmirror.com/packages/sass/1.60.0/sass-1.60.0.tgz 15749ms (cache miss)
  2245. 1525 http fetch GET 200 https://cdn.npmmirror.com/packages/csso/5.0.5/csso-5.0.5.tgz 15729ms (cache miss)
  2246. 1526 http fetch GET 200 https://cdn.npmmirror.com/packages/resolve/1.22.1/resolve-1.22.1.tgz 15931ms (cache miss)
  2247. 1527 http fetch GET 200 https://cdn.npmmirror.com/packages/nuxi/3.4.1/nuxi-3.4.1.tgz 15991ms (cache miss)
  2248. 1528 http fetch GET 200 https://cdn.npmmirror.com/packages/cheerio/1.0.0-rc.12/cheerio-1.0.0-rc.12.tgz 15982ms (cache miss)
  2249. 1529 http fetch GET 200 https://cdn.npmmirror.com/packages/vite-plugin-checker/0.5.6/vite-plugin-checker-0.5.6.tgz 16312ms (cache miss)
  2250. 1530 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/core/7.21.4/core-7.21.4.tgz 16133ms (cache miss)
  2251. 1531 http fetch GET 200 https://cdn.npmmirror.com/packages/async/3.2.4/async-3.2.4.tgz 16215ms (cache miss)
  2252. 1532 http fetch GET 200 https://cdn.npmmirror.com/packages/nuxt/3.4.1/nuxt-3.4.1.tgz 16406ms (cache miss)
  2253. 1533 http fetch GET 200 https://cdn.npmmirror.com/packages/%40esbuild/win32-x64/0.17.17/win32-x64-0.17.17.tgz 16314ms (cache miss)
  2254. 1534 http fetch GET 200 https://cdn.npmmirror.com/packages/windicss/3.5.6/windicss-3.5.6.tgz 16546ms (cache miss)
  2255. 1535 http fetch GET 200 https://cdn.npmmirror.com/packages/web-streams-polyfill/3.2.1/web-streams-polyfill-3.2.1.tgz 16636ms (cache miss)
  2256. 1536 http fetch GET 200 https://cdn.npmmirror.com/packages/unenv/1.4.1/unenv-1.4.1.tgz 16703ms (cache miss)
  2257. 1537 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/types/7.21.4/types-7.21.4.tgz 16706ms (cache miss)
  2258. 1538 http fetch GET 200 https://cdn.npmmirror.com/packages/css-tree/2.2.1/css-tree-2.2.1.tgz 17477ms (cache miss)
  2259. 1539 http fetch GET 200 https://cdn.npmmirror.com/packages/%40types/lodash-es/4.17.7/lodash-es-4.17.7.tgz 17563ms (cache miss)
  2260. 1540 http fetch GET 200 https://cdn.npmmirror.com/packages/css-tree/2.3.1/css-tree-2.3.1.tgz 17618ms (cache miss)
  2261. 1541 http fetch GET 200 https://cdn.npmmirror.com/packages/%40babel/standalone/7.21.3/standalone-7.21.3.tgz 17795ms (cache miss)
  2262. 1542 http fetch GET 200 https://cdn.npmmirror.com/packages/%40element-plus/icons-vue/2.1.0/icons-vue-2.1.0.tgz 17834ms (cache miss)
  2263. 1543 http fetch GET 200 https://cdn.npmmirror.com/packages/dayjs/1.11.7/dayjs-1.11.7.tgz 18368ms (cache miss)
  2264. 1544 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash-es/4.17.21/lodash-es-4.17.21.tgz 19689ms (cache miss)
  2265. 1545 http fetch GET 200 https://cdn.npmmirror.com/packages/%40swc/core-win32-x64-msvc/1.3.105/core-win32-x64-msvc-1.3.105.tgz 19780ms (cache miss)
  2266. 1546 http fetch GET 200 https://cdn.npmmirror.com/packages/caniuse-lite/1.0.30001473/caniuse-lite-1.0.30001473.tgz 20279ms (cache miss)
  2267. 1547 http fetch GET 200 https://cdn.npmmirror.com/packages/lodash/4.17.21/lodash-4.17.21.tgz 20514ms (cache miss)
  2268. 1548 http fetch GET 200 https://cdn.npmmirror.com/packages/%40types/lodash/4.14.192/lodash-4.14.192.tgz 20964ms (cache miss)
  2269. 1549 http fetch GET 200 https://registry.npmjs.org/qs/-/qs-6.7.0.tgz 24402ms attempt #2 (cache miss)
  2270. 1550 http fetch GET https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz attempt 1 failed with ECONNRESET
  2271. 1551 http fetch GET 200 https://cdn.npmmirror.com/packages/rxjs/7.8.0/rxjs-7.8.0.tgz 24686ms (cache miss)
  2272. 1552 http fetch GET 200 https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz 24574ms (cache miss)
  2273. 1553 http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz 24662ms (cache miss)
  2274. 1554 http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz 24749ms (cache miss)
  2275. 1555 http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz 24925ms (cache miss)
  2276. 1556 http fetch GET 200 https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz 25027ms (cache miss)
  2277. 1557 http fetch POST 400 https://registry.npmjs.org/-/npm/v1/security/audits/quick 13650ms
  2278. 1558 verbose audit error HttpErrorGeneral: 400 Bad Request - POST https://registry.npmjs.org/-/npm/v1/security/audits/quick - Bad Request
  2279. 1558 verbose audit error     at C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-fetch\lib\check-response.js:95:15
  2280. 1558 verbose audit error     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
  2281. 1558 verbose audit error     at async [getReport] (C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\arborist\lib\audit-report.js:336:21)
  2282. 1558 verbose audit error     at async AuditReport.run (C:\Program Files\nodejs\node_modules\npm\node_modules\@npmcli\arborist\lib\audit-report.js:106:19) {
  2283. 1558 verbose audit error   headers: [Object: null prototype] {
  2284. 1558 verbose audit error     date: [ 'Mon, 22 Jul 2024 09:05:11 GMT' ],
  2285. 1558 verbose audit error     'transfer-encoding': [ 'chunked' ],
  2286. 1558 verbose audit error     connection: [ 'keep-alive' ],
  2287. 1558 verbose audit error     'cf-ray': [ '8a72447c8868108e-HKG' ],
  2288. 1558 verbose audit error     'cf-cache-status': [ 'DYNAMIC' ],
  2289. 1558 verbose audit error     vary: [ 'Accept-Encoding' ],
  2290. 1558 verbose audit error     server: [ 'cloudflare' ],
  2291. 1558 verbose audit error     'x-fetch-attempts': [ '1' ]
  2292. 1558 verbose audit error   },
  2293. 1558 verbose audit error   statusCode: 400,
  2294. 1558 verbose audit error   code: 'E400',
  2295. 1558 verbose audit error   method: 'POST',
  2296. 1558 verbose audit error   uri: 'https://registry.npmjs.org/-/npm/v1/security/audits/quick',
  2297. 1558 verbose audit error   body: {
  2298. 1558 verbose audit error     statusCode: 400,
  2299. 1558 verbose audit error     error: 'Bad Request',
  2300. 1558 verbose audit error     message: 'Invalid package tree, run  npm install  to rebuild your package-lock.json'
  2301. 1558 verbose audit error   },
  2302. 1558 verbose audit error   pkgid: undefined
  2303. 1558 verbose audit error }
  2304. 1559 silly audit error [object Object]
  2305. 1560 silly audit report null
  2306. 1561 http fetch GET 200 https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz 25497ms attempt #2 (cache miss)
  2307. 1562 http fetch GET 200 https://registry.npmjs.org/qrcode/-/qrcode-1.5.1.tgz 25985ms attempt #2 (cache miss)
  2308. 1563 http fetch GET 200 https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz 26025ms attempt #2 (cache miss)
  2309. 1564 http fetch GET 200 https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz 26113ms attempt #2 (cache miss)
  2310. 1565 http fetch GET 200 https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz 26003ms attempt #2 (cache miss)
  2311. 1566 http fetch GET 200 https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz 26072ms attempt #2 (cache miss)
  2312. 1567 http fetch GET https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz attempt 2 failed with ECONNRESET
  2313. 1568 http fetch GET https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz attempt 2 failed with ECONNRESET
  2314. 1569 http fetch GET https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz attempt 2 failed with ECONNRESET
  2315. 1570 http fetch GET 200 https://cdn.npmmirror.com/packages/element-plus/2.3.2/element-plus-2.3.2.tgz 35292ms (cache miss)
  2316. 1571 http fetch GET https://registry.npmjs.org/@types/qrcode/-/qrcode-1.5.0.tgz attempt 2 failed with ECONNRESET
  2317. 1572 http fetch GET https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz attempt 2 failed with ECONNRESET
  2318. 1573 http fetch GET 200 https://registry.npmjs.org/@types/qrcode/-/qrcode-1.5.0.tgz 98046ms attempt #3 (cache miss)
  2319. 1574 http fetch GET https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz attempt 3 failed with ECONNRESET
  2320. 1575 http fetch GET https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz attempt 3 failed with ECONNRESET
  2321. 1576 http fetch GET https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz attempt 3 failed with ECONNRESET
  2322. 1577 http fetch GET https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz attempt 3 failed with ECONNRESET
  2323. 1578 warn cleanup Failed to remove some directories [
  2324. 1578 warn cleanup   [
  2325. 1578 warn cleanup     '\\\\?\\路径\\niucloud\\niucloud-master\\web\\node_modules\\encode-utf8',
  2326. 1578 warn cleanup     [Error: ENOTEMPTY: directory not empty, rmdir 'E:\SaaS业务\niucloud\niucloud-master\web\node_modules\encode-utf8'] {
  2327. 1578 warn cleanup       errno: -4051,
  2328. 1578 warn cleanup       code: 'ENOTEMPTY',
  2329. 1578 warn cleanup       syscall: 'rmdir',
  2330. 1578 warn cleanup       path: '路径\\niucloud\\niucloud-master\\web\\node_modules\\encode-utf8'
  2331. 1578 warn cleanup     }
  2332. 1578 warn cleanup   ],
  2333. 1578 warn cleanup   [
  2334. 1578 warn cleanup     '\\\\?\\路径\\niucloud\\niucloud-master\\web\\node_modules\\pngjs',
  2335. 1578 warn cleanup     [Error: EPERM: operation not permitted, unlink 'E:\SaaS业务\niucloud\niucloud-master\web\node_modules\pngjs\browser.js'] {
  2336. 1578 warn cleanup       errno: -4048,
  2337. 1578 warn cleanup       code: 'EPERM',
  2338. 1578 warn cleanup       syscall: 'unlink',
  2339. 1578 warn cleanup       path: '路径\\niucloud\\niucloud-master\\web\\node_modules\\pngjs\\browser.js'
  2340. 1578 warn cleanup     }
  2341. 1578 warn cleanup   ],
  2342. 1578 warn cleanup   [
  2343. 1578 warn cleanup     '\\\\?\\路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\emoji-regex',
  2344. 1578 warn cleanup     [Error: EPERM: operation not permitted, unlink 'E:\SaaS业务\niucloud\niucloud-master\web\node_modules\qrcode\node_modules\emoji-regex\index.js'] {
  2345. 1578 warn cleanup       errno: -4048,
  2346. 1578 warn cleanup       code: 'EPERM',
  2347. 1578 warn cleanup       syscall: 'unlink',
  2348. 1578 warn cleanup       path: '路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\emoji-regex\\index.js'
  2349. 1578 warn cleanup     }
  2350. 1578 warn cleanup   ],
  2351. 1578 warn cleanup   [
  2352. 1578 warn cleanup     '\\\\?\\路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\yargs',
  2353. 1578 warn cleanup     [Error: EPERM: operation not permitted, unlink 'E:\SaaS业务\niucloud\niucloud-master\web\node_modules\qrcode\node_modules\yargs\CHANGELOG.md'] {
  2354. 1578 warn cleanup       errno: -4048,
  2355. 1578 warn cleanup       code: 'EPERM',
  2356. 1578 warn cleanup       syscall: 'unlink',
  2357. 1578 warn cleanup       path: '路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\yargs\\CHANGELOG.md'
  2358. 1578 warn cleanup     }
  2359. 1578 warn cleanup   ],
  2360. 1578 warn cleanup   [
  2361. 1578 warn cleanup     '\\\\?\\路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\yargs-parser',
  2362. 1578 warn cleanup     [Error: EPERM: operation not permitted, unlink 'E:\SaaS业务\niucloud\niucloud-master\web\node_modules\qrcode\node_modules\yargs-parser\index.js'] {
  2363. 1578 warn cleanup       errno: -4048,
  2364. 1578 warn cleanup       code: 'EPERM',
  2365. 1578 warn cleanup       syscall: 'unlink',
  2366. 1578 warn cleanup       path: '路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\yargs-parser\\index.js'
  2367. 1578 warn cleanup     }
  2368. 1578 warn cleanup   ],
  2369. 1578 warn cleanup   [
  2370. 1578 warn cleanup     '\\\\?\\路径\\niucloud\\niucloud-master\\web\\node_modules',
  2371. 1578 warn cleanup     [Error: EPERM: operation not permitted, lstat 'E:\SaaS业务\niucloud\niucloud-master\web\node_modules\encode-utf8\test.js'] {
  2372. 1578 warn cleanup       errno: -4048,
  2373. 1578 warn cleanup       code: 'EPERM',
  2374. 1578 warn cleanup       syscall: 'lstat',
  2375. 1578 warn cleanup       path: '路径\\niucloud\\niucloud-master\\web\\node_modules\\encode-utf8\\test.js'
  2376. 1578 warn cleanup     }
  2377. 1578 warn cleanup   ],
  2378. 1578 warn cleanup   [
  2379. 1578 warn cleanup     '\\\\?\\路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode',
  2380. 1578 warn cleanup     [Error: EPERM: operation not permitted, unlink 'E:\SaaS业务\niucloud\niucloud-master\web\node_modules\qrcode\node_modules\emoji-regex\index.js'] {
  2381. 1578 warn cleanup       errno: -4048,
  2382. 1578 warn cleanup       code: 'EPERM',
  2383. 1578 warn cleanup       syscall: 'unlink',
  2384. 1578 warn cleanup       path: '路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\emoji-regex\\index.js'
  2385. 1578 warn cleanup     }
  2386. 1578 warn cleanup   ]
  2387. 1578 warn cleanup ]
  2388. 1579 verbose type system
  2389. 1580 verbose stack FetchError: request to https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz failed, reason: read ECONNRESET
  2390. 1580 verbose stack     at ClientRequest.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\minipass-fetch\lib\index.js:130:14)
  2391. 1580 verbose stack     at ClientRequest.emit (node:events:520:28)
  2392. 1580 verbose stack     at _destroy (node:_http_client:875:13)
  2393. 1580 verbose stack     at onSocketNT (node:_http_client:895:5)
  2394. 1580 verbose stack     at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
  2395. 1581 error code ECONNRESET
  2396. 1582 error syscall read
  2397. 1583 error errno ECONNRESET
  2398. 1584 error network request to https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz failed, reason: read ECONNRESET
  2399. 1585 error network This is a problem related to network connectivity.
  2400. 1585 error network In most cases you are behind a proxy or have bad network settings.
  2401. 1585 error network
  2402. 1585 error network If you are behind a proxy, please make sure that the
  2403. 1585 error network 'proxy' config is set properly.  See: 'npm help config'
  2404. 1586 silly unfinished npm timer reify 1721639082471
  2405. 1587 silly unfinished npm timer reify:unpack 1721639085440
  2406. 1588 silly unfinished npm timer reifyNode:node_modules/which-module 1721639085440
  2407. 1589 silly unfinished npm timer reifyNode:node_modules/qrcode/node_modules/yargs-parser 1721639085441
  2408. 1590 silly unfinished npm timer reifyNode:node_modules/qrcode/node_modules/yargs 1721639085441
  2409. 1591 silly unfinished npm timer reifyNode:node_modules/qrcode/node_modules/emoji-regex 1721639085441
  2410. 1592 silly unfinished npm timer reifyNode:node_modules/qrcode/node_modules/color-convert 1721639085441
  2411. 1593 silly unfinished npm timer reifyNode:node_modules/pngjs 1721639085441
  2412. 1594 silly unfinished npm timer reifyNode:node_modules/path-exists 1721639085441
  2413. 1595 silly unfinished npm timer reifyNode:node_modules/encode-utf8 1721639085442
  2414. 1596 silly unfinished npm timer reifyNode:node_modules/@types/node 1721639085444
  2415. 1597 verbose cwd E:\SaaS业务\niucloud\niucloud-master\web
  2416. 1598 verbose os Windows_NT 10.0.19045
  2417. 1599 verbose node v22.5.1
  2418. 1600 verbose npm  v10.8.2
  2419. 1601 verbose exit 1
  2420. 1602 verbose code 1
  2421. 1603 error A complete log of this run can
复制代码




1

主题

1

回帖

15

积分

新手上路

积分
15
 楼主| 发表于 2024-7-22 17:16:06 | 显示全部楼层
本帖最后由 NC103375 于 2024-7-22 17:50 编辑

最后一次测试的报错
  1. Failed to remove some directories [
  2. npm warn cleanup   [
  3. npm warn cleanup     '\\\\?\\E:\\路径\\niucloud\\niucloud-master\\web\\node_modules\\encode-utf8',
  4. npm warn cleanup     [Error: ENOTEMPTY: directory not empty, rmdir 'E:\SaaS业务\niucloud\niucloud-master\web\node_modules\encode-utf8'] {
  5. npm warn cleanup       errno: -4051,
  6. npm warn cleanup       code: 'ENOTEMPTY',
  7. npm warn cleanup       syscall: 'rmdir',
  8. npm warn cleanup       path: 'E:\\路径\\niucloud\\niucloud-master\\web\\node_modules\\encode-utf8'
  9. npm warn cleanup     }
  10. npm warn cleanup   ],
  11. npm warn cleanup   [
  12. npm warn cleanup     '\\\\?\\E:\\路径\\niucloud\\niucloud-master\\web\\node_modules\\pngjs',
  13. npm warn cleanup     [Error: EPERM: operation not permitted, unlink 'E:\路径\niucloud\niucloud-master\web\node_modules\pngjs\browser.js'] {
  14. npm warn cleanup       errno: -4048,
  15. npm warn cleanup       code: 'EPERM',
  16. npm warn cleanup       syscall: 'unlink',
  17. npm warn cleanup       path: 'E:\\路径\\niucloud\\niucloud-master\\web\\node_modules\\pngjs\\browser.js'
  18. npm warn cleanup     }
  19. npm warn cleanup   ],
  20. npm warn cleanup   [
  21. npm warn cleanup     '\\\\?\\E:\\路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\emoji-regex',
  22. npm warn cleanup     [Error: EPERM: operation not permitted, unlink 'E:\SaaS业务\niucloud\niucloud-master\web\node_modules\qrcode\node_modules\emoji-regex\index.js'] {
  23. npm warn cleanup       errno: -4048,
  24. npm warn cleanup       code: 'EPERM',
  25. npm warn cleanup       syscall: 'unlink',
  26. npm warn cleanup       path: 'E:\\路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\emoji-regex\\index.js'
  27. npm warn cleanup     }
  28. npm warn cleanup   ],
  29. npm warn cleanup   [
  30. npm warn cleanup     '\\\\?\\E:\\路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\yargs',
  31. npm warn cleanup     [Error: EPERM: operation not permitted, unlink 'E:\SaaS业务\niucloud\niucloud-master\web\node_modules\qrcode\node_modules\yargs\CHANGELOG.md'] {
  32. npm warn cleanup       errno: -4048,
  33. npm warn cleanup       code: 'EPERM',
  34. npm warn cleanup       syscall: 'unlink',
  35. npm warn cleanup       path: 'E:\\路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\yargs\\CHANGELOG.md'
  36. npm warn cleanup     }
  37. npm warn cleanup   ],
  38. npm warn cleanup   [
  39. npm warn cleanup     '\\\\?\\E:\\SaaS业务\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\yargs-parser',
  40. npm warn cleanup     [Error: EPERM: operation not permitted, unlink 'E:\路径\niucloud\niucloud-master\web\node_modules\qrcode\node_modules\yargs-parser\index.js'] {
  41. npm warn cleanup       errno: -4048,
  42. npm warn cleanup       code: 'EPERM',
  43. npm warn cleanup       syscall: 'unlink',
  44. npm warn cleanup       path: 'E:\\路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\yargs-parser\\index.js'
  45. npm warn cleanup     }
  46. npm warn cleanup   ],
  47. npm warn cleanup   [
  48. npm warn cleanup     '\\\\?\\E:\\路径\\niucloud\\niucloud-master\\web\\node_modules',
  49. npm warn cleanup     [Error: EPERM: operation not permitted, lstat 'E:\路径\niucloud\niucloud-master\web\node_modules\encode-utf8\test.js'] {
  50. npm warn cleanup       errno: -4048,
  51. npm warn cleanup       code: 'EPERM',
  52. npm warn cleanup       syscall: 'lstat',
  53. npm warn cleanup       path: 'E:\\路径\\niucloud\\niucloud-master\\web\\node_modules\\encode-utf8\\test.js'
  54. npm warn cleanup     }
  55. npm warn cleanup   ],
  56. npm warn cleanup   [
  57. npm warn cleanup     '\\\\?\\E:\\路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode',
  58. npm warn cleanup     [Error: EPERM: operation not permitted, unlink 'E:\SaaS业务\niucloud\niucloud-master\web\node_modules\qrcode\node_modules\emoji-regex\index.js'] {
  59. npm warn cleanup       errno: -4048,
  60. npm warn cleanup       code: 'EPERM',
  61. npm warn cleanup       syscall: 'unlink',
  62. npm warn cleanup       path: 'E:\\路径\\niucloud\\niucloud-master\\web\\node_modules\\qrcode\\node_modules\\emoji-regex\\index.js'
  63. npm warn cleanup     }
  64. npm warn cleanup   ]
  65. npm warn cleanup ]
  66. npm error code ECONNRESET
  67. npm error syscall read
  68. npm error errno ECONNRESET
  69. npm error network request to https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz failed, reason: read ECONNRESET
  70. npm error network This is a problem related to network connectivity.
  71. npm error network In most cases you are behind a proxy or have bad network settings.
  72. npm error network
  73. npm error network If you are behind a proxy, please make sure that the
  74. npm error network 'proxy' config is set properly.  See: 'npm help config'
复制代码

53

主题

96

回帖

541

积分

高级会员

积分
541
发表于 2024-7-23 09:42:20 | 显示全部楼层
NC103375 发表于 2024-7-22 17:16
最后一次测试的报错

添加客服18235961702
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|niucloud-admin ( 浙ICP备2021010886号-7 )

GMT+8, 2025-7-5 21:56 , Processed in 0.112762 second(s), 19 queries .

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表