Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bun install hangs after showing 100% progress #15598

Open
luckyyyyy opened this issue Dec 5, 2024 · 10 comments
Open

Bun install hangs after showing 100% progress #15598

luckyyyyy opened this issue Dec 5, 2024 · 10 comments
Labels
bug Something isn't working bun install Something that relates to the npm-compatible client

Comments

@luckyyyyy
Copy link

What version of Bun is running?

1.1.38

What platform is your computer?

Linux 5.15.153.1-microsoft-standard-WSL2 x86_64 x86_64

What steps can reproduce the bug?

Description
When running bun install, the process hangs after showing 100% progress. This happens both during initial dependency resolution and native modules installation phase.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new project directory
  2. Run bun install --no-cache
  3. Process shows full progress but hangs at two points:

First run:

bun install v1.1.38 (bf2f153f)
  🔍 electron-to-chromium [2283/2283] 

Second run (native modules installation):

bun install v1.1.38 (bf2f153f)
  🔍 node-opencv [9/9] 

In both cases, the progress shows 100% but the process doesn't complete.

Additional context

  • Using --no-cache flag
  • Project contains Node native modules/addons
  • Progress reaches 100% and hangs at multiple stages:
    1. During initial dependency resolution
    2. During native modules installation
  • No error messages, just hangs indefinitely
  • Process has to be manually terminated

What is the expected behavior?

No response

What do you see instead?

No response

Additional information

No response

@luckyyyyy luckyyyyy added bug Something isn't working needs triage labels Dec 5, 2024
@nektro nektro added bun install Something that relates to the npm-compatible client and removed needs triage labels Dec 10, 2024
@jhohlfeld
Copy link

I got the same issue. Bun@1.1.38 hangs while bun install:

% bun i
bun install v1.1.38 (bf2f153f)
  🔍 Resolving [1/44]
# does nothing...

@ashkalor
Copy link

Yes, extremely problematic issue that we have been facing - Actually advocated for bun in my company and transitioned to it. But lot of our automated builds are failing. Bun install hangs periodically and we have to rerun it multiple times for it to work. It actually hangs at multiple points during the install and becomes unresponsive. Using it in linux aarch64 Ubuntu 20.04 with node 22 via fnm. Please let me know if you need any additional details to try and solve this issue.

@Jarred-Sumner
Copy link
Collaborator

@ashkalor can you provide a package.json potentially?

could you try bun install --verbose and paste the logs?

also, if you do bun install --ignore-scripts does it still hang?

what's likely happening is:

  1. Some post-install is running
  2. That post-install script is silently failing in a way that causes the package's script to hang forever
  3. bun is waiting for that post-install script to finish, forever

@ashkalor
Copy link

ashkalor commented Dec 12, 2024

Yes i can definitely help with that. I have both a preinstall and a postinstall. I have a workspace package, I ll post the package.json for that as well.

{
  "name": "robot-agent",
  "private": true,
  "module": "index.ts",
  "type": "module",
  "workspaces": [
    "webrtc_node"
  ],
  "scripts": {
    "preinstall": "bun install -g pm2 node-gyp",
    "dev": "bun --watch run src/index.ts",
    "start": "bun run src/index.ts",
    "type-check": "tsc --noEmit",
    "format": "prettier --write \"src/**/*.{ts,tsx}\"",
    "format:check": "prettier --check \"src/**/*.{ts,tsx}\"",
    "postinstall": "bun run build"
  },
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "socket.io-client": "^4.8.1",
    "pm2": "latest"
  },
  "trustedDependencies": [
    "wrtc",
    "unix-dgram"
  ]
}

This particlular node still runs on nodejs and is only using bun as a package manager

{
  "name": "webrtc_node",
  "version": "0.0.0",
  "main": "app.js",
  "type": "module",
  "keywords": [
    "ros"
  ],
  "scripts": {
    "dev": "nodemon",
    "start": "node --env-file=../.env ./src/app.js"
  },
  "trustedDependencies": ["wrtc", "unix-dgram"],
  "dependencies": {
    "base64-arraybuffer": "^1.0.2",
    "dotenv": "^16.0.3",
    "janode": "^1.6.7",
    "janus-gateway": "^1.2.0",
    "nodemon": "^2.0.21",
    "roslib": "^1.3.0",
    "wrtc": "^0.4.7",
    "zustand": "^5.0.1"
  }
}

@jhohlfeld
Copy link

jhohlfeld commented Dec 12, 2024

Hey, disabling ipv6 solved this problem for me yesterday.


Update:

Sorry, I just recognize @luckyyyyy was talking about hanging installs at the end. I was having issues before anything was loaded.

However, after a really long wait time (600s), my install suddenly went from 1/44 to finished in like two seconds. Disabling ipv6 seemed to have mitigated this in another test - no wait/stall there.

@ashkalor
Copy link

Hey I dont understand how these things are related? We use ipv6 in our networking stack. Affecting the networking stack to make bun work doesnt seem like the right solution to me. We any ways have it working temporarily by running the installs again.

@jhohlfeld
Copy link

I understand that can be more frustrating for a larger stack/pipeline/dev team. Maybe you'll find some more info by searching "github bun ipv6".

I just found this 8 mo old issue: #10731. I think they are aware.

@luckyyyyy
Copy link
Author

luckyyyyy commented Dec 14, 2024

@ashkalor can you provide a package.json potentially?

could you try bun install --verbose and paste the logs?

also, if you do bun install --ignore-scripts does it still hang?

what's likely happening is:

  1. Some post-install is running
  2. That post-install script is silently failing in a way that causes the package's script to hang forever
  3. bun is waiting for that post-install script to finish, forever
verbose logs
[@mongosh/browser-runtime-core] Extracted to .19b10ffffeb6ec55-00000088.browser-runtime-core (443.409us)
[PackageManager] waiting for 47 tasks
[PackageManager] waiting for 46 tasks
    [334.24ms]
Downloaded @babel/helper-module-imports versions
[PackageManager] waiting for 46 tasks
   - "@babel/helper-module-imports": "^7.25.9" - @babel/helper-module-imports@7.25.9
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df818f9f92b95-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"b6738e948c1722edb46e32827f72a384"
[fetch] < Last-Modified: Thu, 12 Dec 2024 14:31:38 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81918300fbd-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 29
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "06ba45ed6fdf0f63eaba8f2590ba1f3e"
[fetch] < Last-Modified: Mon, 12 Feb 2024 18:24:43 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 45 tasks
    [184.99ms]
Downloaded bare-stream versions
[PackageManager] waiting for 45 tasks
    [165.68ms]
Downloaded pac-resolver versions
   - "pac-resolver": "^7.0.1" - pac-resolver@7.0.1
Enqueue package manifest for download: degenerator
Enqueue package manifest for download: netmask
[PackageManager] waiting for 46 tasks
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/degenerator
[fetch] > If-None-Match: W/"ae0bd20bf232816342474fd3b1aa92db"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

   - "bare-stream": "^2.0.0" - bare-stream@2.6.1
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/netmask
[fetch] > If-None-Match: W/"be0c313689dbee45e13bf4e22b49b165"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] > HTTP/1.1 GET https://registry.npmjs.org/bare-stream/-/bare-stream-2.6.1.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819197a2ab7-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 41
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "c7088b4233a1cd21eeb7fe2700e222d3"
[fetch] < Last-Modified: Tue, 03 Dec 2024 23:31:34 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 46 tasks
    [168.21ms]
Downloaded get-uri versions
   - "get-uri": "^6.0.1" - get-uri@6.0.4
Enqueue package manifest for download: basic-ftp
   - "data-uri-to-buffer": "^6.0.2" - data-uri-to-buffer@6.0.2
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/basic-ftp
[fetch] > If-None-Match: W/"cd62d3a14bb2db6f44558bf8550e83fa"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[PackageManager] waiting for 46 tasks
    [589.56ms]
Downloaded @mongosh/shell-evaluator versions
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8191f867eb4-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 166
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"da70cb2cd9c485674c6eb3a96727bf1c"
[fetch] < Last-Modified: Fri, 13 Dec 2024 19:06:25 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[PackageManager] waiting for 46 tasks
    [180.02ms]
Downloaded through versions
[PackageManager] waiting for 46 tasks
   - "through": "^2.3.8" - through@2.3.8
[PackageManager] waiting for 45 tasks
   - "@mongosh/shell-evaluator": "2.3.6" - @mongosh/shell-evaluator@2.3.6
Enqueue package manifest for download: @mongosh/async-rewriter2
Enqueue package manifest for download: @mongosh/history
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@mongosh%2fasync-rewriter2
[fetch] > If-None-Match: W/"5818985d47dd654059d1c620f7503541"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@mongosh%2fhistory
[fetch] > If-None-Match: W/"83b71ee70827fdae89734135a192757e"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@mongosh/shell-evaluator/-/shell-evaluator-2.3.6.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 7845
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81929d2cb7a-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 491127
[fetch] < Cache-Control: public, immutable, max-age=31557600
[fetch] < ETag: "be43cea04ae8f7a9be1739d279b283c0"
[fetch] < Last-Modified: Sat, 07 Dec 2024 03:32:15 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 47 tasks
    [174.78ms] Downloaded pac-proxy-agent tarball
 LICENSE
 dist/index.js
 dist/index.js
 package.json
 dist/index.d.ts.map
 dist/index.js.map
 README.md
 dist/index.d.ts
[pac-proxy-agent] Extract .d89ddbffdffff7ba-00000089.pac-proxy-agent (decompressed 7.85 KB tgz file in 31.781us)
[pac-proxy-agent] Extracted to .d89ddbffdffff7ba-00000089.pac-proxy-agent (215.084us)
[PackageManager] waiting for 47 tasks
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 14347
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df818cf24cb9b-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 416538
[fetch] < Cache-Control: public, must-revalidate, max-age=31557600
[fetch] < ETag: "70fddb0237d64ac2ff43fe45916afdd0"
[fetch] < Last-Modified: Mon, 09 Dec 2024 15:58:32 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 46 tasks
    [234.88ms] Downloaded @smithy/eventstream-codec tarball
 LICENSE
 dist-cjs/EventStreamCodec.js
 dist-es/EventStreamCodec.js
 dist-cjs/HeaderMarshaller.js
 dist-es/HeaderMarshaller.js
 dist-cjs/index.js
 dist-es/index.js
 dist-cjs/Int64.js
 dist-es/Int64.js
 dist-cjs/Message.js
 dist-es/Message.js
 dist-cjs/MessageDecoderStream.js
 dist-es/MessageDecoderStream.js
 dist-cjs/MessageEncoderStream.js
 dist-es/MessageEncoderStream.js
 dist-cjs/SmithyMessageDecoderStream.js
 dist-es/SmithyMessageDecoderStream.js
 dist-cjs/SmithyMessageEncoderStream.js
 dist-es/SmithyMessageEncoderStream.js
 dist-cjs/splitMessage.js
 dist-es/splitMessage.js
 dist-cjs/TestVectors.fixture.js
 dist-es/TestVectors.fixture.js
 dist-cjs/vectorTypes.fixture.js
 dist-es/vectorTypes.fixture.js
 package.json
 README.md
 dist-types/EventStreamCodec.d.ts
 dist-types/ts3.4/EventStreamCodec.d.ts
 dist-types/HeaderMarshaller.d.ts
 dist-types/ts3.4/HeaderMarshaller.d.ts
 dist-types/index.d.ts
 dist-types/ts3.4/index.d.ts
 dist-types/Int64.d.ts
 dist-types/ts3.4/Int64.d.ts
 dist-types/Message.d.ts
 dist-types/ts3.4/Message.d.ts
 dist-types/MessageDecoderStream.d.ts
 dist-types/ts3.4/MessageDecoderStream.d.ts
 dist-types/MessageEncoderStream.d.ts
 dist-types/ts3.4/MessageEncoderStream.d.ts
 dist-types/SmithyMessageDecoderStream.d.ts
 dist-types/ts3.4/SmithyMessageDecoderStream.d.ts
 dist-types/SmithyMessageEncoderStream.d.ts
 dist-types/ts3.4/SmithyMessageEncoderStream.d.ts
 dist-types/splitMessage.d.ts
 dist-types/ts3.4/splitMessage.d.ts
 dist-types/TestVectors.fixture.d.ts
 dist-types/ts3.4/TestVectors.fixture.d.ts
 dist-types/ts3.4/vectorTypes.fixture.d.ts
 dist-types/vectorTypes.fixture.d.ts
[@smithy/eventstream-codec] Extract .dd752fffff2da5f7-0000008A.eventstream-codec (decompressed 14.35 KB tgz file in 50.381us)
[@smithy/eventstream-codec] Extracted to .dd752fffff2da5f7-0000008A.eventstream-codec (599.732us)
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819290b2f67-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 267
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "2d7de58e4db067ef65f908cecef72488"
[fetch] < Last-Modified: Mon, 13 Jun 2022 03:32:31 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 46 tasks
    [172.80ms]
Downloaded asn1 versions
   - "asn1": "^0.2.6" - asn1@0.2.6
[PackageManager] waiting for 45 tasks
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8192df8090c-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 267
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "c8b2aac8e0cfa3f4b2306a35c1c358f0"
[fetch] < Last-Modified: Mon, 13 Jun 2022 04:26:48 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 44 tasks
    [173.58ms]
Downloaded bcrypt-pbkdf versions
   - "bcrypt-pbkdf": "^1.0.2" - bcrypt-pbkdf@1.0.2
Enqueue package manifest for download: tweetnacl
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/tweetnacl
[fetch] > If-None-Match: W/"e2be4ebd0c88d5ca59c904f76a9765ff"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8191ece69c7-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 38
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "708938cf39b1302c7e2b2b81a751d10b"
[fetch] < Last-Modified: Tue, 18 Jul 2023 08:26:49 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 44 tasks
    [201.44ms]
Downloaded @tootallnate/quickjs-emscripten versions
   - "@tootallnate/quickjs-emscripten": "^0.23.0" - @tootallnate/quickjs-emscripten@0.23.0
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 6814
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8194b652a89-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 490907
[fetch] < Cache-Control: public, immutable, max-age=31557600
[fetch] < ETag: "18ba58e50c55ff901ec7cfbb6bb07ba5"
[fetch] < Last-Modified: Sat, 07 Dec 2024 03:32:13 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 43 tasks
    [175.55ms] Downloaded socks-proxy-agent tarball
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8169fb1cba7-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"a2cbbf70d57451700c1cc58976c815f7"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:10 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 7840
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8194da10914-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 491097
[fetch] < Cache-Control: public, immutable, max-age=31557600
[fetch] < ETag: "930ccad0ee62b9eb8f033d2c66ae8fa3"
[fetch] < Last-Modified: Sun, 08 Dec 2024 04:04:13 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

 LICENSE
 dist/index.js
 dist/index.js
 package.json
 dist/index.d.ts.map
 dist/index.js.map
 README.md
 dist/index.d.ts
[socks-proxy-agent] Extract .dcb99cffe7ad7fdd-0000008B.socks-proxy-agent (decompressed 6.81 KB tgz file in 29.751us)
[socks-proxy-agent] Extracted to .dcb99cffe7ad7fdd-0000008B.socks-proxy-agent (255.856us)
[PackageManager] waiting for 43 tasks
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819582acb82-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 236
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "db70f2db60338c79ca8bfe32c1b02384"
[fetch] < Last-Modified: Mon, 13 Jun 2022 03:07:20 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 42 tasks
    [168.02ms]
Downloaded any-promise versions
   - "any-promise": "^1.0.0" - any-promise@1.3.0
[PackageManager] waiting for 41 tasks
    [174.30ms] Downloaded agent-base tarball
  🚚 agent-base [1533/1573]  LICENSE
 dist/helpers.js
 dist/index.js
 dist/index.js
 package.json
 dist/helpers.d.ts.map
 dist/helpers.js.map
 dist/index.d.ts.map
 dist/index.js.map
 README.md
 dist/helpers.d.ts
 dist/index.d.ts
[agent-base] Extract .5cdf8ebffdfbfdf4-0000008C.agent-base (decompressed 7.84 KB tgz file in 31.04us)
[agent-base] Extracted to .5cdf8ebffdfbfdf4-0000008C.agent-base (221.134us)
[PackageManager] waiting for 41 tasks
[PackageManager] waiting for 40 tasks
    [576.60ms]
Downloaded @aws-sdk/token-providers versions
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81958a82eaf-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 74
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "7cd05dc0a448fbac4d8d234fded152ba"
[fetch] < Last-Modified: Tue, 07 Nov 2023 07:17:12 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 40 tasks
    [175.71ms]
Downloaded thenify-all versions
   - "thenify-all": "^1.0.0" - thenify-all@1.6.0
Enqueue package manifest for download: thenify
[PackageManager] waiting for 40 tasks
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/thenify
[fetch] > If-None-Match: W/"27f95dc40d8ef73edac7567fe39ce7dc"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

   - "@aws-sdk/token-providers": "3.709.0" - @aws-sdk/token-providers@3.709.0
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.709.0.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df817f85a1014-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"927347dbb01b67e18a476e160ae1ba8e"
[fetch] < Last-Modified: Sun, 03 Dec 2023 21:39:19 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8169adcf7a5-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"396cefa283ce8f5273e274fcb3684606"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:11 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[PackageManager] waiting for 40 tasks
    [408.64ms]
Downloaded regexparam versions
[PackageManager] waiting for 40 tasks
   - "regexparam": "^2.0.0" - regexparam@2.0.2
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/regexparam/-/regexparam-2.0.2.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8193f2808cb-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "edaf05bb6ce66a80801780a90f464b46"
[fetch] < Last-Modified: Fri, 03 May 2024 04:57:37 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 40 tasks
    [209.07ms]
Downloaded cpu-features versions
   - "cpu-features": "~0.0.10" - cpu-features@0.0.10
Enqueue package manifest for download: buildcheck
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/buildcheck
[fetch] > If-None-Match: W/"d118c0f840562203733105bc7ce85fa8"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 16063
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81979f62b9c-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 69641
[fetch] < Cache-Control: public, immutable, max-age=31557600
[fetch] < ETag: "55e12e39be5f443b050fb7e59e206c6f"
[fetch] < Last-Modified: Fri, 13 Dec 2024 16:26:21 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 40 tasks
    [649.45ms]
Downloaded @mongosh/shell-api versions
[PackageManager] waiting for 40 tasks
    [651.83ms]
Downloaded @mongosh/autocomplete versions
[PackageManager] waiting for 40 tasks
   - "@mongosh/shell-api": "2.3.6" - @mongosh/shell-api@2.3.6
Enqueue package manifest for download: @mongosh/arg-parser
Enqueue package manifest for download: @mongosh/i18n
Enqueue package manifest for download: mongodb-redact
[PackageManager] waiting for 43 tasks
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@mongosh%2farg-parser
[fetch] > If-None-Match: W/"8ff2dd760ab21de7af5676ed08f8a5a9"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@mongosh%2fi18n
[fetch] > If-None-Match: W/"c0310876c30e2e9a825f62b91a7ea78c"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] > HTTP/1.1 GET https://registry.npmjs.org/mongodb-redact
[fetch] > If-None-Match: W/"950ba606f26111b633e9822ca6a52a66"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@mongosh/shell-api/-/shell-api-2.3.6.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

   - "@mongosh/autocomplete": "2.3.6" - @mongosh/autocomplete@2.3.6
Enqueue package manifest for download: @mongodb-js/mongodb-constants
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@mongodb-js%2fmongodb-constants
[fetch] > If-None-Match: W/"8b901a4fd8d95b8bba144eebaae892e4"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@mongosh/autocomplete/-/autocomplete-2.3.6.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8192f8a092c-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "3765c07f25b3fa268bed036bd06dc7be"
[fetch] < Last-Modified: Fri, 11 Oct 2024 04:44:25 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 44 tasks
    [219.28ms]
Downloaded nan versions
   - "nan": "^2.20.0" - nan@2.22.0
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81979a22f73-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 243
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"5fca5019b2a44e00d21cb198a0507299"
[fetch] < Last-Modified: Tue, 10 Dec 2024 03:28:43 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[PackageManager] waiting for 43 tasks
    [172.02ms] Downloaded browserslist tarball
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81979ce2a8f-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 179
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"99c5fabb046bad8691af912b90d47670"
[fetch] < Last-Modified: Thu, 12 Dec 2024 06:53:00 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

 LICENSE
 browser.js
 cli.js
 error.js
 index.js
 node.js
 parse.js
 package.json
 README.md
 error.d.ts
 index.d.ts
[browserslist] Extract .b9dbdcbfef7de0bf-0000008D.browserslist (decompressed 16.1 KB tgz file in 50.791us)
[browserslist] Extracted to .b9dbdcbfef7de0bf-0000008D.browserslist (187.994us)
[PackageManager] waiting for 43 tasks
[PackageManager] waiting for 42 tasks
    [177.05ms]
Downloaded node-releases versions
[PackageManager] waiting for 42 tasks
   - "node-releases": "^2.0.19" - node-releases@2.0.19
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8197a630fb8-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 179
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"220366546d6940c869eec9bdadce6479"
[fetch] < Last-Modified: Wed, 11 Dec 2024 23:02:26 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8197b8e2a89-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 160
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "a940b796197fce392efc5ab2c6e5bcc1"
[fetch] < Last-Modified: Fri, 27 Sep 2024 09:32:36 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 42 tasks
    [181.23ms]
Downloaded update-browserslist-db versions
   - "update-browserslist-db": "^1.1.1" - update-browserslist-db@1.1.1
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8194d592ebf-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 124
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "6979112ea79bf33fd6b726606de8c8cb"
[fetch] < Last-Modified: Mon, 11 Nov 2024 10:02:45 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 41 tasks
    [222.60ms]
Downloaded @types/which versions
   - "@types/which": "^2.0.1" - @types/which@2.0.2
  🔍 @types/which [1551/1590] [fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819af9d1015-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 218
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "5705d0c1ce44fb3a571af8ce009c476e"
[fetch] < Last-Modified: Wed, 12 Jul 2023 19:12:29 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 40 tasks
    [171.04ms]
Downloaded extend-shallow versions
   - "extend-shallow": "^2.0.1" - extend-shallow@2.0.1
Enqueue package manifest for download: is-extendable
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/is-extendable
[fetch] > If-None-Match: W/"53dac647433b5a2b096440f996cc01e5"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df817ef88cb7d-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "6ba77199c0f9936c5db9413efea5ad25"
[fetch] < Last-Modified: Wed, 27 Nov 2024 22:24:27 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 40 tasks
    [486.21ms]
Downloaded @mongodb-js/socksv5 versions
   - "@mongodb-js/socksv5": "^0.0.10" - @mongodb-js/socksv5@0.0.10
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819f8592f71-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 215
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "6c07829b76eda8244ed92ed79c23808a"
[fetch] < Last-Modified: Fri, 08 Mar 2024 16:49:09 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 39 tasks
    [163.35ms]
Downloaded is-map versions
   - "is-map": "^2.0.3" - is-map@2.0.3
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819fbb7f7d7-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 259
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "42b198bd222197966e0e61a162f4bce9"
[fetch] < Last-Modified: Fri, 08 Mar 2024 20:18:33 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 38 tasks
    [164.88ms]
Downloaded is-weakmap versions
   - "is-weakmap": "^2.0.2" - is-weakmap@2.0.2
  🔍 is-weakmap [1555/1591] [fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819e8c97c1e-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 216
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "9697b00c15944586a6ae1c1ba9818a72"
[fetch] < Last-Modified: Fri, 08 Mar 2024 20:18:44 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 37 tasks
    [165.75ms]
Downloaded is-weakset versions
   - "is-weakset": "^2.0.3" - is-weakset@2.0.3
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819f99b7c7a-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 215
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "c267b1c12fdc0e75ae86e797f8ac920b"
[fetch] < Last-Modified: Fri, 08 Mar 2024 20:18:25 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 36 tasks
    [167.64ms]
Downloaded is-set versions
   - "is-set": "^2.0.3" - is-set@2.0.3
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 14918
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8194c9c2b6d-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 56730
[fetch] < Cache-Control: public, must-revalidate, max-age=31557600
[fetch] < ETag: "9016de630a490ae5cc1b88d3e99b130c"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:04 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 35 tasks
    [290.92ms] Downloaded @mongosh/errors tarball
 .depcheckrc
 .eslintignore
 generated/.gitkeep
 .prettierignore
 AUTHORS
 LICENSE
 .eslintrc.js
 lib/common-errors.js
 lib/index.js
 .prettierrc.json
 package.json
 tsconfig-lint.json
 tsconfig.json
 lib/common-errors.js.map
 lib/index.js.map
 generated/error-overview.md
 scripts/error-overview.tmpl.md
 README.md
 generated/error-overview.rst
 scripts/error-overview.tmpl.rst
 lib/common-errors.d.ts
 src/common-errors.ts
 scripts/extract-errors.ts
 lib/index.d.ts
 src/index.spec.ts
 src/index.ts
 scripts/ux.ts
[@mongosh/errors] Extract .5f9b9bbff8f66fff-0000008E.errors (decompressed 14.92 KB tgz file in 49.161us)
[@mongosh/errors] Extracted to .5f9b9bbff8f66fff-0000008E.errors (445.03us)
[PackageManager] waiting for 35 tasks
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819d8ddd7af-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "b38fe9892e2d0c579da930196be35c05"
[fetch] < Last-Modified: Wed, 12 Jul 2023 19:10:35 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 34 tasks
    [203.03ms]
Downloaded fd-slicer versions
   - "fd-slicer": "~1.1.0" - fd-slicer@1.1.0
Enqueue package manifest for download: pend
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/pend
[fetch] > If-None-Match: W/"e32d9c2f2da57024ef7c5c32cc92d4e7"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a1aac2ab7-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 187
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "cd62d3a14bb2db6f44558bf8550e83fa"
[fetch] < Last-Modified: Tue, 27 Feb 2024 21:10:19 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 34 tasks
    [164.71ms]
Downloaded basic-ftp versions
   - "basic-ftp": "^5.0.2" - basic-ftp@5.0.5
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a1bcedb62-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 30
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "be0c313689dbee45e13bf4e22b49b165"
[fetch] < Last-Modified: Tue, 21 Jun 2022 01:05:26 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 33 tasks
    [169.52ms]
Downloaded netmask versions
   - "netmask": "^2.0.2" - netmask@2.0.2
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a29060ffc-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 29
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "ae0bd20bf232816342474fd3b1aa92db"
[fetch] < Last-Modified: Wed, 19 Jul 2023 21:01:12 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 32 tasks
    [170.46ms]
Downloaded degenerator versions
   - "degenerator": "^5.0.0" - degenerator@5.0.1
Enqueue package manifest for download: ast-types
Enqueue package manifest for download: escodegen
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/ast-types
[fetch] > If-None-Match: W/"ca2af10e3dbec82509ba83e08e01ee7a"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] > HTTP/1.1 GET https://registry.npmjs.org/escodegen
[fetch] > If-None-Match: W/"ad4b1cb90bbd4827547081e70fabdf19"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819fdc72b6a-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "79bed45bf19f1ed8b6e84e8e0b8d3e39"
[fetch] < Last-Modified: Wed, 28 Feb 2024 21:53:06 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 33 tasks
    [199.39ms]
Downloaded web-streams-polyfill versions
   - "web-streams-polyfill": "^3.0.3" - web-streams-polyfill@3.3.3
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 870846
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819df707d2f-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 482365
[fetch] < Cache-Control: public, must-revalidate, max-age=31557600
[fetch] < ETag: "f0705dfc48d3c2ccfa226cdb56f3e998"
[fetch] < Last-Modified: Thu, 05 Dec 2024 15:13:38 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a3c60cb7a-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 297
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "e2be4ebd0c88d5ca59c904f76a9765ff"
[fetch] < Last-Modified: Wed, 12 Apr 2023 02:21:09 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 32 tasks
    [171.51ms]
Downloaded tweetnacl versions
   - "tweetnacl": "^0.14.3" - tweetnacl@0.14.5
  🔍 tweetnacl [1565/1595] [fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 6676
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a29caf206-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 162467
[fetch] < Cache-Control: public, immutable, max-age=31557600
[fetch] < ETag: "e0954bdd8987cc68c1e929cf7dd54046"
[fetch] < Last-Modified: Thu, 12 Dec 2024 14:31:38 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 31 tasks
    [201.52ms] Downloaded bare-stream tarball
 LICENSE
 global.js
 index.js
 promises.js
 web.js
 package.json
 README.md
[bare-stream] Extract .1b9b6cbfebffdfb7-0000008F.bare-stream (decompressed 6.68 KB tgz file in 28.751us)
[bare-stream] Extracted to .1b9b6cbfebffdfb7-0000008F.bare-stream (122.863us)
[PackageManager] waiting for 31 tasks
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819fb6c7cd7-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "95a0cdc59c61e0e5bf5b9fbaea25be12"
[fetch] < Last-Modified: Mon, 17 Jul 2023 16:12:36 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 30 tasks
    [233.12ms]
Downloaded node-domexception versions
   - "node-domexception": "^1.0.0" - node-domexception@1.0.0
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a581d69c7-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 279
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "27f95dc40d8ef73edac7567fe39ce7dc"
[fetch] < Last-Modified: Mon, 27 Jun 2022 06:03:50 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 29 tasks
    [168.15ms]
Downloaded thenify versions
   - "thenify": ">= 3.1.0 < 4" - thenify@3.3.1
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 5457
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a6ab41014-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 490701
[fetch] < Cache-Control: public, immutable, max-age=31557600
[fetch] < ETag: "ec3f3ef53f5dbfb800348ecac0b99116"
[fetch] < Last-Modified: Sun, 03 Dec 2023 20:55:13 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 28 tasks
    [165.03ms] Downloaded regexparam tarball
 license
 dist/index.js
 dist/index.min.js
 package.json
 readme.md
 dist/index.mjs
 index.d.ts
[regexparam] Extract .78f5abbfef78bfbb-00000090.regexparam (decompressed 5.46 KB tgz file in 25.371us)
[regexparam] Extracted to .78f5abbfef78bfbb-00000090.regexparam (163.234us)
[PackageManager] waiting for 28 tasks
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8170c6dcb9f-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "d8d30fa02385aa7b0ddd13aa0ce6e5ae"
[fetch] < Last-Modified: Tue, 08 Oct 2024 19:42:52 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 27 tasks
    [739.12ms]
Downloaded @wdio/logger versions
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 4948
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a88b0092c-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 375322
[fetch] < Cache-Control: public, immutable, max-age=31557600
[fetch] < ETag: "c2aaae9561f5a6f9874f4f5bf07dd794"
[fetch] < Last-Modified: Tue, 10 Dec 2024 03:28:43 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 26 tasks
    [162.95ms] Downloaded node-releases tarball
 LICENSE
 data/processed/envs.json
 package.json
 data/release-schedule/release-schedule.json
 README.md
[node-releases] Extract .5dbfecbfff56dffc-00000091.node-releases (decompressed 4.95 KB tgz file in 23.811us)
[node-releases] Extracted to .5dbfecbfff56dffc-00000091.node-releases (260.346us)
[PackageManager] waiting for 26 tasks
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a790508cb-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "d118c0f840562203733105bc7ce85fa8"
[fetch] < Last-Modified: Sat, 22 Apr 2023 13:46:23 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 25 tasks
    [204.86ms]
Downloaded buildcheck versions
   - "buildcheck": "~0.0.6" - buildcheck@0.0.6
  🔍 buildcheck [1575/1598] [fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81aac712a89-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 202
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "53dac647433b5a2b096440f996cc01e5"
[fetch] < Last-Modified: Wed, 12 Jul 2023 19:15:35 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 24 tasks
    [175.82ms]
Downloaded is-extendable versions
   - "is-extendable": "^0.1.0" - is-extendable@0.1.1
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 10517
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a6b7acb9b-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 313494
[fetch] < Cache-Control: public, must-revalidate, max-age=31557600
[fetch] < ETag: "cb00d5da23d732da2385405d744a461c"
[fetch] < Last-Modified: Tue, 10 Dec 2024 20:36:21 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 23 tasks
    [232.36ms] Downloaded @aws-sdk/token-providers tarball
 LICENSE
 dist-es/constants.js
 dist-es/fromSso.js
 dist-es/fromStatic.js
 dist-es/getNewSsoOidcToken.js
 dist-es/getSsoOidcClient.js
 dist-cjs/index.js
 dist-es/index.js
 dist-es/nodeProvider.js
 dist-es/validateTokenExpiry.js
 dist-es/validateTokenKey.js
 dist-es/writeSSOTokenToFile.js
 package.json
 README.md
 dist-types/constants.d.ts
 dist-types/ts3.4/constants.d.ts
 dist-types/fromSso.d.ts
 dist-types/ts3.4/fromSso.d.ts
 dist-types/fromStatic.d.ts
 dist-types/ts3.4/fromStatic.d.ts
 dist-types/getNewSsoOidcToken.d.ts
 dist-types/ts3.4/getNewSsoOidcToken.d.ts
 dist-types/getSsoOidcClient.d.ts
 dist-types/ts3.4/getSsoOidcClient.d.ts
 dist-types/index.d.ts
 dist-types/ts3.4/index.d.ts
 dist-types/nodeProvider.d.ts
 dist-types/ts3.4/nodeProvider.d.ts
 dist-types/ts3.4/validateTokenExpiry.d.ts
 dist-types/validateTokenExpiry.d.ts
 dist-types/ts3.4/validateTokenKey.d.ts
 dist-types/validateTokenKey.d.ts
 dist-types/ts3.4/writeSSOTokenToFile.d.ts
 dist-types/writeSSOTokenToFile.d.ts
[@aws-sdk/token-providers] Extract .1bf75fbfeffff7dc-00000092.token-providers (decompressed 10.52 KB tgz file in 38.19us)
[@aws-sdk/token-providers] Extracted to .1bf75fbfeffff7dc-00000092.token-providers (478.97us)
[PackageManager] waiting for 23 tasks
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8196dd47d17-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "bbf4791e4279e2d00a3d18bd68f8a0f9"
[fetch] < Last-Modified: Wed, 27 Nov 2024 22:26:09 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 22 tasks
    [406.13ms]
Downloaded win-export-certificate-and-key versions
   - "win-export-certificate-and-key": "^2.1.0" - win-export-certificate-and-key@2.1.0
   - "node-addon-api": "^3.1.0" - node-addon-api@3.2.1
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 70599
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df819a9ab7d8f-LAX
[fetch] < CF-Cache-Status: MISS
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, immutable, max-age=31557600
[fetch] < ETag: "e362fc9918675407c09e59b4d0d01979"
[fetch] < Last-Modified: Tue, 07 Jan 2020 12:33:47 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 8589
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a2d977bb3-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 56730
[fetch] < Cache-Control: public, must-revalidate, max-age=31557600
[fetch] < ETag: "25a2a3712c674e3890c5501e6928ee0a"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:12 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 21 tasks
    [297.44ms] Downloaded @mongosh/shell-evaluator tarball
[PackageManager] waiting for 21 tasks
    [380.08ms] Downloaded china-location tarball
 .depcheckrc
 .eslintignore
 .prettierignore
 AUTHORS
 LICENSE
 .eslintrc.js
 lib/index.js
 lib/shell-evaluator.js
 .prettierrc.json
 package.json
 tsconfig-lint.json
 lib/index.js.map
 lib/shell-evaluator.js.map
 lib/index.d.ts
 lib/shell-evaluator.d.ts
[@mongosh/shell-evaluator] Extract .7c751fbffb7375fd-00000093.shell-evaluator (decompressed 8.59 KB tgz file in 35.991us)
[@mongosh/shell-evaluator] Extracted to .7c751fbffb7375fd-00000093.shell-evaluator (296.856us)
[PackageManager] waiting for 21 tasks
 package.json
 LICENSE
 README.md
 __tests__/ChinaLocation.test.ts
 dist/ChinaLocation.d.ts
 dist/ChinaLocation.modern.mjs
 dist/ChinaLocation.modern.mjs.map
 dist/ChinaLocation.umd.js
 dist/ChinaLocation.umd.js.map
 dist/location.json
 dist/location.min.json
 lib/ChinaLocation.ts
 scripts/reformat.ts
[china-location] Extract .ddff2bbffbebf5f7-00000094.china-location (decompressed 70.60 KB tgz file in 206.364us)
[china-location] Extracted to .ddff2bbffbebf5f7-00000094.china-location (682.734us)
[PackageManager] waiting for 20 tasks
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df8196fd7db66-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "6dbd6857e017438a0219303d5b3c03f5"
[fetch] < Last-Modified: Wed, 27 Nov 2024 22:25:39 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 19 tasks
    [423.96ms]
Downloaded macos-export-certificate-and-key versions
   - "macos-export-certificate-and-key": "^1.2.0" - macos-export-certificate-and-key@1.2.4
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81b1b8b2ab7-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 48
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "ca2af10e3dbec82509ba83e08e01ee7a"
[fetch] < Last-Modified: Sat, 17 Jun 2023 23:08:25 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 18 tasks
    [165.03ms]
Downloaded ast-types versions
   - "ast-types": "^0.13.4" - ast-types@0.13.4
  🔍 ast-types [1585/1601] [fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81b1b412b9c-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 136
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "ad4b1cb90bbd4827547081e70fabdf19"
[fetch] < Last-Modified: Thu, 29 Jun 2023 20:18:38 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 17 tasks
    [166.17ms]
Downloaded escodegen versions
   - "escodegen": "^2.1.0" - escodegen@2.1.0
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81b0db5cb7d-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "e32d9c2f2da57024ef7c5c32cc92d4e7"
[fetch] < Last-Modified: Wed, 12 Jul 2023 19:11:44 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 16 tasks
    [199.46ms]
Downloaded pend versions
   - "pend": "~1.2.0" - pend@1.2.0
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 153652
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a7f30090c-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 56731
[fetch] < Cache-Control: public, must-revalidate, max-age=31557600
[fetch] < ETag: "1118ed7e7ab2bb657d0810d574eed946"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:10 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 32796
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df816ca9f69be-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 55915
[fetch] < Cache-Control: public, must-revalidate, max-age=31557600
[fetch] < ETag: "fcf9844d404cadc60b198ece650c09b4"
[fetch] < Last-Modified: Fri, 13 Dec 2024 20:14:02 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 15 tasks
    [503.65ms]
Downloaded electron-to-chromium versions
  🔍 electron-to-chromium [1588/1602] [PackageManager] waiting for 15 tasks
    [441.81ms] Downloaded @zip.js/zip.js tarball
 LICENSE
 index.cjs
 lib/core/streams/aes-crypto-stream.js
 lib/core/codec-pool.js
 lib/core/streams/codec-stream.js
 lib/core/codec-worker.js
 lib/core/streams/common-crypto.js
 lib/core/configuration.js
 lib/core/constants.js
 lib/core/util/cp437-decode.js
 lib/core/streams/crc32-stream.js
 lib/core/streams/codecs/crc32.js
 lib/core/util/decode-text.js
 lib/core/util/default-mime-type.js
 lib/core/streams/codecs/deflate.js
 lib/core/util/encode-text.js
 index-fflate.js
 index.js
 index.min.js
 lib/core/streams/codecs/inflate.js
 lib/core/io.js
 lib/core/util/mime-type.js
 lib/core/streams/codecs/sjcl.js
 lib/core/streams/stream-adapter.js
 lib/core/util/stream-codec-shim.js
 lib/z-worker-bootstrap-fflate.js
 lib/z-worker-bootstrap-pako.js
 lib/core/z-worker-core.js
 dist/z-worker-fflate.js
 lib/z-worker-fflate.js
 lib/z-worker-inline-template.js
 lib/z-worker-inline.js
 dist/z-worker-pako.js
 dist/z-worker.js
 lib/z-worker.js
 lib/core/streams/zip-crypto-stream.js
 lib/zip-data-uri.js
 lib/core/streams/zip-entry-stream.js
 lib/core/zip-entry.js
 lib/zip-fflate-shim.js
 lib/core/zip-fs-core.js
 dist/zip-fs-full.js
 dist/zip-fs-full.min.js
 dist/zip-fs.js
 lib/zip-fs.js
 dist/zip-fs.min.js
 lib/zip-full-fflate.js
 dist/zip-full.js
 lib/zip-full.js
 dist/zip-full.min.js
 lib/zip-no-worker-deflate.js
 dist/zip-no-worker-deflate.min.js
 lib/zip-no-worker-fflate-deflate.js
 lib/zip-no-worker-fflate-inflate.js
 lib/zip-no-worker-fflate.js
 lib/zip-no-worker-inflate.js
 dist/zip-no-worker-inflate.min.js
 lib/zip-no-worker.js
 dist/zip-no-worker.min.js
 lib/core/zip-reader.js
 lib/core/zip-writer.js
 dist/zip.js
 lib/zip.js
 dist/zip.min.js
 deno.json
 package.json
 dist/README.md
 README.md
 index.d.ts
[@zip.js/zip.js] Extract .fdd97afff7bf5db7-00000095.zip.js (decompressed 0.87 MB tgz file in 2.464ms)
[@zip.js/zip.js] Extracted to .fdd97afff7bf5db7-00000095.zip.js (6.704ms)
[PackageManager] waiting for 15 tasks
[PackageManager] waiting for 14 tasks
   - "electron-to-chromium": "^1.5.73" - electron-to-chromium@1.5.73
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.73.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[PackageManager] waiting for 14 tasks
    [987.80ms] Downloaded @aws-sdk/client-sso tarball
 LICENSE
 dist-es/protocols/Aws_restJson1.js
 dist-es/endpoint/EndpointParameters.js
 dist-cjs/endpoint/endpointResolver.js
 dist-es/endpoint/endpointResolver.js
 dist-es/extensionConfiguration.js
 dist-es/commands/GetRoleCredentialsCommand.js
 dist-es/auth/httpAuthExtensionConfiguration.js
 dist-cjs/auth/httpAuthSchemeProvider.js
 dist-es/auth/httpAuthSchemeProvider.js
 dist-cjs/index.js
 dist-es/commands/index.js
 dist-es/index.js
 dist-es/models/index.js
 dist-es/pagination/index.js
 dist-es/pagination/Interfaces.js
 dist-es/commands/ListAccountRolesCommand.js
 dist-es/pagination/ListAccountRolesPaginator.js
 dist-es/commands/ListAccountsCommand.js
 dist-es/pagination/ListAccountsPaginator.js
 dist-es/commands/LogoutCommand.js
 dist-es/models/models_0.js
 dist-cjs/endpoint/ruleset.js
 dist-es/endpoint/ruleset.js
 dist-cjs/runtimeConfig.browser.js
 dist-es/runtimeConfig.browser.js
 dist-cjs/runtimeConfig.js
 dist-es/runtimeConfig.js
 dist-cjs/runtimeConfig.native.js
 dist-es/runtimeConfig.native.js
 dist-cjs/runtimeConfig.shared.js
 dist-es/runtimeConfig.shared.js
 dist-es/runtimeExtensions.js
 dist-es/SSO.js
 dist-es/SSOClient.js
 dist-es/models/SSOServiceException.js
 package.json
 README.md
 dist-types/protocols/Aws_restJson1.d.ts
 dist-types/ts3.4/protocols/Aws_restJson1.d.ts
 dist-types/endpoint/EndpointParameters.d.ts
 dist-types/ts3.4/endpoint/EndpointParameters.d.ts
 dist-types/endpoint/endpointResolver.d.ts
 dist-types/ts3.4/endpoint/endpointResolver.d.ts
 dist-types/extensionConfiguration.d.ts
 dist-types/ts3.4/extensionConfiguration.d.ts
 dist-types/commands/GetRoleCredentialsCommand.d.ts
 dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts
 dist-types/auth/httpAuthExtensionConfiguration.d.ts
 dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts
 dist-types/auth/httpAuthSchemeProvider.d.ts
 dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts
 dist-types/commands/index.d.ts
 dist-types/index.d.ts
 dist-types/models/index.d.ts
 dist-types/pagination/index.d.ts
 dist-types/ts3.4/commands/index.d.ts
 dist-types/ts3.4/index.d.ts
 dist-types/ts3.4/models/index.d.ts
 dist-types/ts3.4/pagination/index.d.ts
 dist-types/pagination/Interfaces.d.ts
 dist-types/ts3.4/pagination/Interfaces.d.ts
 dist-types/commands/ListAccountRolesCommand.d.ts
 dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts
 dist-types/pagination/ListAccountRolesPaginator.d.ts
 dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts
 dist-types/commands/ListAccountsCommand.d.ts
 dist-types/ts3.4/commands/ListAccountsCommand.d.ts
 dist-types/pagination/ListAccountsPaginator.d.ts
 dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts
 dist-types/commands/LogoutCommand.d.ts
 dist-types/ts3.4/commands/LogoutCommand.d.ts
 dist-types/models/models_0.d.ts
 dist-types/ts3.4/models/models_0.d.ts
 dist-types/endpoint/ruleset.d.ts
 dist-types/ts3.4/endpoint/ruleset.d.ts
 dist-types/runtimeConfig.browser.d.ts
 dist-types/ts3.4/runtimeConfig.browser.d.ts
 dist-types/runtimeConfig.d.ts
 dist-types/ts3.4/runtimeConfig.d.ts
 dist-types/runtimeConfig.native.d.ts
 dist-types/ts3.4/runtimeConfig.native.d.ts
 dist-types/runtimeConfig.shared.d.ts
 dist-types/ts3.4/runtimeConfig.shared.d.ts
 dist-types/runtimeExtensions.d.ts
 dist-types/ts3.4/runtimeExtensions.d.ts
 dist-types/SSO.d.ts
 dist-types/ts3.4/SSO.d.ts
 dist-types/SSOClient.d.ts
 dist-types/ts3.4/SSOClient.d.ts
 dist-types/models/SSOServiceException.d.ts
 dist-types/ts3.4/models/SSOServiceException.d.ts
[@aws-sdk/client-sso] Extract .bf197efff8feebe6-00000096.client-sso (decompressed 32.80 KB tgz file in 102.633us)
[@aws-sdk/client-sso] Extracted to .bf197efff8feebe6-00000096.client-sso (1.747ms)
[PackageManager] waiting for 14 tasks
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a7a1b2f67-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "950ba606f26111b633e9822ca6a52a66"
[fetch] < Last-Modified: Wed, 27 Nov 2024 22:25:50 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 13 tasks
    [412.87ms]
Downloaded mongodb-redact versions
   - "mongodb-redact": "^1.1.2" - mongodb-redact@1.1.4
  🔍 mongodb-redact [1594/1605] [fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 35699
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a7dba7c95-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 56730
[fetch] < Cache-Control: public, must-revalidate, max-age=31557600
[fetch] < ETag: "844deeb71d853ef9ecad704f14929e7f"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:12 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 12 tasks
    [452.19ms] Downloaded @mongosh/shell-api tarball
 .depcheckrc
 .eslintignore
 .prettierignore
 AUTHORS
 LICENSE
 .eslintrc.js
 lib/abstract-cursor.js
 lib/aggregate-or-find-cursor.js
 lib/aggregation-cursor.js
 lib/bulk.js
 lib/change-stream-cursor.js
 lib/collection.js
 lib/cursor.js
 lib/database.js
 lib/dbquery.js
 lib/decorators.js
 lib/enums.js
 lib/error-codes.js
 lib/explainable-cursor.js
 lib/explainable.js
 lib/field-level-encryption.js
 lib/help.js
 lib/helpers.js
 lib/index.js
 lib/interruptor.js
 lib/log-entry.js
 lib/mongo-errors.js
 lib/mongo.js
 lib/no-db.js
 lib/plan-cache.js
 lib/replica-set.js
 lib/result.js
 lib/run-command-cursor.js
 lib/session.js
 lib/shard.js
 lib/shell-api.js
 lib/shell-bson.js
 lib/shell-instance-state.js
 lib/stream-processor.js
 lib/streams.js
 .prettierrc.json
 package.json
 tsconfig-lint.json
 lib/abstract-cursor.js.map
 lib/aggregate-or-find-cursor.js.map
 lib/aggregation-cursor.js.map
 lib/bulk.js.map
 lib/change-stream-cursor.js.map
 lib/collection.js.map
 lib/cursor.js.map
 lib/database.js.map
 lib/dbquery.js.map
 lib/decorators.js.map
 lib/enums.js.map
 lib/error-codes.js.map
 lib/explainable-cursor.js.map
 lib/explainable.js.map
 lib/field-level-encryption.js.map
 lib/help.js.map
 lib/helpers.js.map
 lib/index.js.map
 lib/interruptor.js.map
 lib/log-entry.js.map
 lib/mongo-errors.js.map
 lib/mongo.js.map
 lib/no-db.js.map
 lib/plan-cache.js.map
 lib/replica-set.js.map
 lib/result.js.map
 lib/run-command-cursor.js.map
 lib/session.js.map
 lib/shard.js.map
 lib/shell-api.js.map
 lib/shell-bson.js.map
 lib/shell-instance-state.js.map
 lib/stream-processor.js.map
 lib/streams.js.map
 lib/abstract-cursor.d.ts
 lib/aggregate-or-find-cursor.d.ts
 lib/aggregation-cursor.d.ts
 lib/bulk.d.ts
 lib/change-stream-cursor.d.ts
 lib/collection.d.ts
 lib/cursor.d.ts
 lib/database.d.ts
 lib/dbquery.d.ts
 lib/decorators.d.ts
 lib/enums.d.ts
 lib/error-codes.d.ts
 lib/explainable-cursor.d.ts
 lib/explainable.d.ts
 lib/field-level-encryption.d.ts
 lib/help.d.ts
 lib/helpers.d.ts
 lib/index.d.ts
 lib/interruptor.d.ts
 lib/log-entry.d.ts
 lib/mongo-errors.d.ts
 lib/mongo.d.ts
 lib/no-db.d.ts
 lib/plan-cache.d.ts
 lib/replica-set.d.ts
 bin/report-missing-help.ts
 bin/report-supported-api.ts
 lib/result.d.ts
 lib/run-command-cursor.d.ts
 lib/session.d.ts
 lib/shard.d.ts
 lib/shell-api.d.ts
 lib/shell-bson.d.ts
 lib/shell-instance-state.d.ts
 lib/stream-processor.d.ts
 lib/streams.d.ts
[@mongosh/shell-api] Extract .fd73dbfffdff9bef-00000097.shell-api (decompressed 153.65 KB tgz file in 400.488us)
[@mongosh/shell-api] Extracted to .fd73dbfffdff9bef-00000097.shell-api (2.822ms)
[PackageManager] waiting for 12 tasks
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a2a4252a1-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"72e266df85d6da4976973a16265dc4ca"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:04 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[PackageManager] waiting for 11 tasks
    [469.61ms] Downloaded @mongosh/autocomplete tarball
  🚚 @mongosh/autocomplete [1597/1607]  .depcheckrc
 .eslintignore
 .prettierignore
 AUTHORS
 LICENSE
 .eslintrc.js
 lib/index.js
 .prettierrc.json
 package.json
 tsconfig-lint.json
 tsconfig.json
 lib/index.js.map
 README.md
 lib/index.d.ts
 src/node_modules/mongodb-ace-autocompleter/index.d.ts
 src/index.spec.ts
 src/index.ts
[@mongosh/autocomplete] Extract .993bfebfff3ceffb-00000098.autocomplete (decompressed 35.70 KB tgz file in 101.353us)
[@mongosh/autocomplete] Extracted to .993bfebfff3ceffb-00000098.autocomplete (588.693us)
[PackageManager] waiting for 11 tasks
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a2ff67eb4-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"2b07075a4518398751e53a7648915ac1"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:04 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a78a0cba7-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"85897d87fc5a8d9cc4796f7780d21cfb"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:08 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[PackageManager] waiting for 10 tasks
[PackageManager] waiting for 10 tasks
    [505.50ms]
Downloaded @mongosh/arg-parser versions
[PackageManager] waiting for 10 tasks
    [561.95ms]
Downloaded @mongosh/async-rewriter2 versions
[PackageManager] waiting for 10 tasks
   - "@mongosh/arg-parser": "2.3.6" - @mongosh/arg-parser@2.3.6
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@mongosh/arg-parser/-/arg-parser-2.3.6.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[PackageManager] waiting for 10 tasks
   - "@mongosh/async-rewriter2": "2.3.6" - @mongosh/async-rewriter2@2.3.6
Enqueue package manifest for download: @babel/plugin-transform-destructuring
Enqueue package manifest for download: @babel/plugin-transform-parameters
Enqueue package manifest for download: @babel/plugin-transform-shorthand-properties
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@babel%2fplugin-transform-destructuring
[fetch] > If-None-Match: W/"f2c3943a437fc0e9b46b10218a7b455f"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@babel%2fplugin-transform-parameters
[fetch] > If-None-Match: W/"91de200921875d4f98dceb756acc0ede"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@babel%2fplugin-transform-shorthand-properties
[fetch] > If-None-Match: W/"ba9b638e67a48c8e2246ed12aa7bac67"
[fetch] > Accept: application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@mongosh/async-rewriter2/-/async-rewriter2-2.3.6.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[PackageManager] waiting for 13 tasks
    [572.34ms]
Downloaded @mongosh/history versions
[PackageManager] waiting for 13 tasks
   - "@mongosh/history": "2.3.6" - @mongosh/history@2.3.6
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@mongosh/history/-/history-2.3.6.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 27147
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81c9ff12b6a-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 116256
[fetch] < Cache-Control: public, immutable, max-age=31557600
[fetch] < ETag: "ce8ff950a4f00cb3b82c728b398328b2"
[fetch] < Last-Modified: Wed, 11 Dec 2024 23:02:26 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 13 tasks
    [196.96ms] Downloaded electron-to-chromium tarball
  🚚 electron-to-chromium [1605/1617]  LICENSE
 chromium-versions.js
 full-chromium-versions.js
 full-versions.js
 index.js
 versions.js
 chromium-versions.json
 full-chromium-versions.json
 full-versions.json
 package.json
 versions.json
 README.md
[electron-to-chromium] Extract .3f7789d33fc77bda-00000099.electron-to-chromium (decompressed 27.15 KB tgz file in 99.372us)
[electron-to-chromium] Extracted to .3f7789d33fc77bda-00000099.electron-to-chromium (284.746us)
[PackageManager] waiting for 13 tasks
[PackageManager] waiting for 12 tasks
    [783.17ms]
Downloaded caniuse-lite versions
  🔍 caniuse-lite [1607/1618] [PackageManager] waiting for 12 tasks
   - "caniuse-lite": "^1.0.30001688" - caniuse-lite@1.0.30001688
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001688.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a8c87f7a5-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"4e8b2df4baeca8c931552c94743d3640"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:06 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[PackageManager] waiting for 12 tasks
    [637.08ms]
Downloaded @mongosh/i18n versions
[PackageManager] waiting for 12 tasks
   - "@mongosh/i18n": "2.3.6" - @mongosh/i18n@2.3.6
[fetch] > HTTP/1.1 GET https://registry.npmjs.org/@mongosh/i18n/-/i18n-2.3.6.tgz
[fetch] > Connection: keep-alive
[fetch] > User-Agent: Bun/1.1.39
[fetch] > Accept: */*
[fetch] > Host: registry.npmjs.org
[fetch] > Accept-Encoding: gzip, deflate, br

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81d7cc02f73-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 41
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"896ae1499335559e6a21161dba636ce7"
[fetch] < Last-Modified: Fri, 06 Dec 2024 16:54:03 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81d8c00cb7a-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 68
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"7b4f7140eb9a84a44e8f06b158eda3fd"
[fetch] < Last-Modified: Fri, 06 Dec 2024 16:53:56 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[PackageManager] waiting for 12 tasks
    [183.76ms]
Downloaded @babel/plugin-transform-parameters versions
  🔍 @babel/plugin-transform-parameters [1611/1622] [PackageManager] waiting for 12 tasks
   - "@babel/plugin-transform-parameters": "^7.22.5" - @babel/plugin-transform-parameters@7.25.9
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:11 GMT
[fetch] < Content-Type: application/vnd.npm.install-v1+json
[fetch] < Transfer-Encoding: chunked
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81d78ce2ebf-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 244
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: W/"98da2049ffdd8e26f6401e527fddc60f"
[fetch] < Last-Modified: Fri, 06 Dec 2024 16:54:07 GMT
[fetch] < Vary: accept-encoding, accept
[fetch] < Server: cloudflare
[fetch] < Content-Encoding: br

[PackageManager] waiting for 11 tasks
    [204.00ms]
Downloaded @babel/plugin-transform-destructuring versions
[PackageManager] waiting for 11 tasks
   - "@babel/plugin-transform-destructuring": "^7.22.5" - @babel/plugin-transform-destructuring@7.25.9
[PackageManager] waiting for 10 tasks
    [213.56ms]
Downloaded @babel/plugin-transform-shorthand-properties versions
[PackageManager] waiting for 10 tasks
   - "@babel/plugin-transform-shorthand-properties": "^7.22.5" - @babel/plugin-transform-shorthand-properties@7.25.9
[fetch] < 304 Not Modified
[fetch] < Date: Sat, 14 Dec 2024 11:49:12 GMT
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81a78fe2eb5-LAX
[fetch] < CF-Cache-Status: REVALIDATED
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Cache-Control: public, max-age=300
[fetch] < ETag: "8b901a4fd8d95b8bba144eebaae892e4"
[fetch] < Last-Modified: Wed, 27 Nov 2024 22:24:12 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 9 tasks
    [773.29ms]
Downloaded @mongodb-js/mongodb-constants versions
   - "@mongodb-js/mongodb-constants": "^0.10.1" - @mongodb-js/mongodb-constants@0.10.3
  🔍 @mongodb-js/mongodb-constants [1617/1624] [fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:12 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 334741
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81e29402b6a-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 190344
[fetch] < Cache-Control: public, immutable, max-age=31557600
[fetch] < ETag: "4b56a255bb43ba303a660d22ef990be1"
[fetch] < Last-Modified: Thu, 12 Dec 2024 06:53:00 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:12 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 6824
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81d897a7eb4-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 61044
[fetch] < Cache-Control: public, must-revalidate, max-age=31557600
[fetch] < ETag: "c1910a0319367b36f7e634a69b507e4b"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:04 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 8 tasks
    [299.64ms] Downloaded @mongosh/history tarball
 .depcheckrc
 .eslintignore
 .prettierignore
 AUTHORS
 LICENSE
 .eslintrc.js
 lib/history.js
 lib/index.js
 .prettierrc.json
 package.json
 tsconfig-lint.json
 lib/history.js.map
 lib/index.js.map
 lib/history.d.ts
 lib/index.d.ts
[@mongosh/history] Extract .7d1f19c0f7af7be7-0000009A.history (decompressed 6.82 KB tgz file in 29.14us)
[@mongosh/history] Extracted to .7d1f19c0f7af7be7-0000009A.history (235.585us)
[PackageManager] waiting for 8 tasks
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:12 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 35820
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81e4d4cf7a5-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 56731
[fetch] < Cache-Control: public, must-revalidate, max-age=31557600
[fetch] < ETag: "66271fabc6a4be86b1d1438c8d4d317d"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:06 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 7 tasks
    [298.85ms] Downloaded @mongosh/i18n tarball
  🚚 @mongosh/i18n [1620/1626]  .depcheckrc
 .eslintignore
 .prettierignore
 AUTHORS
 LICENSE
 .eslintrc.js
 lib/catalog.js
 lib/locales/de_DE.js
 lib/locales/en_US.js
 lib/index.js
 lib/translator.js
 .prettierrc.json
 package.json
 tsconfig-lint.json
 lib/catalog.js.map
 lib/locales/de_DE.js.map
 lib/locales/en_US.js.map
 lib/index.js.map
 lib/translator.js.map
 README.md
 lib/catalog.d.ts
 lib/locales/de_DE.d.ts
 lib/locales/en_US.d.ts
 lib/index.d.ts
 lib/translator.d.ts
[@mongosh/i18n] Extract .ff9b69d93edfff51-0000009B.i18n (decompressed 35.82 KB tgz file in 106.932us)
[@mongosh/i18n] Extracted to .ff9b69d93edfff51-0000009B.i18n (459.25us)
[PackageManager] waiting for 7 tasks
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:12 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 13648
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81d8fc169be-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 61044
[fetch] < Cache-Control: public, must-revalidate, max-age=31557600
[fetch] < ETag: "e6e23957c87919eee2788acf25832a6c"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:08 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 6 tasks
    [462.42ms] Downloaded @mongosh/arg-parser tarball
 .depcheckrc
 .eslintignore
 .prettierignore
 AUTHORS
 LICENSE
 .eslintrc.js
 lib/arg-mapper.js
 lib/cli-options.js
 lib/index.js
 lib/uri-generator.js
 .prettierrc.json
 package.json
 tsconfig-lint.json
 lib/arg-mapper.js.map
 lib/cli-options.js.map
 lib/index.js.map
 lib/uri-generator.js.map
 lib/arg-mapper.d.ts
 lib/cli-options.d.ts
 lib/index.d.ts
 lib/uri-generator.d.ts
[@mongosh/arg-parser] Extract .98936dd6bdbeff33-0000009C.arg-parser (decompressed 13.65 KB tgz file in 46.501us)
[@mongosh/arg-parser] Extracted to .98936dd6bdbeff33-0000009C.arg-parser (347.897us)
[PackageManager] waiting for 6 tasks
[fetch] < 200 OK
[fetch] < Date: Sat, 14 Dec 2024 11:49:12 GMT
[fetch] < Content-Type: application/octet-stream
[fetch] < Content-Length: 52836
[fetch] < Connection: keep-alive
[fetch] < CF-Ray: 8f1df81d7ae61015-LAX
[fetch] < CF-Cache-Status: HIT
[fetch] < Accept-Ranges: bytes
[fetch] < Access-Control-Allow-Origin: *
[fetch] < Age: 56732
[fetch] < Cache-Control: public, must-revalidate, max-age=31557600
[fetch] < ETag: "618be5b78d3415240fe42e09bafeefa8"
[fetch] < Last-Modified: Fri, 13 Dec 2024 18:51:04 GMT
[fetch] < Vary: Accept-Encoding
[fetch] < Server: cloudflare

[PackageManager] waiting for 5 tasks
    [526.10ms] Downloaded @mongosh/async-rewriter2 tarball
  🚚 @mongosh/async-rewriter2 [1624/1628]  .depcheckrc
 .eslintignore
 .prettierignore
 AUTHORS
 LICENSE
 .eslintrc.js
 bin/async-rewrite.js
 lib/async-writer-babel.js
 lib/error-codes.js
 lib/index.js
 bin/make-runtime-support.js
 lib/runtime-support.nocov.js
 lib/runtime-support.out.nocov.js
 lib/stages/transform-maybe-await.js
 lib/stages/uncatchable-exceptions.js
 lib/stages/wrap-as-iife.js
 .prettierrc.json
 package.json
 tsconfig-lint.json
 lib/async-writer-babel.js.map
 lib/error-codes.js.map
 lib/index.js.map
 lib/runtime-support.nocov.js.map
 lib/runtime-support.out.nocov.js.map
 lib/stages/transform-maybe-await.js.map
 lib/stages/uncatchable-exceptions.js.map
 lib/stages/wrap-as-iife.js.map
 README.md
 lib/async-writer-babel.d.ts
 lib/error-codes.d.ts
 lib/index.d.ts
 benchmark/index.ts
 lib/runtime-support.nocov.d.ts
 lib/runtime-support.out.nocov.d.ts
 lib/stages/transform-maybe-await.d.ts
 lib/stages/uncatchable-exceptions.d.ts
 lib/stages/wrap-as-iife.d.ts
[@mongosh/async-rewriter2] Extract .7993a9c2eebad3d8-0000009D.async-rewriter2 (decompressed 52.84 KB tgz file in 146.613us)
[@mongosh/async-rewriter2] Extracted to .7993a9c2eebad3d8-0000009D.async-rewriter2 (694.345us)
[PackageManager] waiting for 5 tasks
[PackageManager] waiting for 4 tasks
    [485.34ms] Downloaded caniuse-lite tarball
  🚚 caniuse-lite [1626/1629]  LICENSE
 data/features/aac.js
 data/features/abortcontroller.js
 data/features/ac3-ec3.js
 data/features/accelerometer.js
 data/regions/AD.js
 data/features/addeventlistener.js
 data/regions/AE.js
 data/regions/AF.js
 data/regions/AG.js
 data/agents.js
 dist/unpacker/agents.js
 data/regions/AI.js
 data/regions/AL.js
 data/regions/alt-af.js
 data/regions/alt-an.js
 data/regions/alt-as.js
 data/regions/alt-eu.js
 data/regions/alt-na.js
 data/regions/alt-oc.js
 data/regions/alt-sa.js
 data/regions/alt-ww.js
 data/features/alternate-stylesheet.js
 data/regions/AM.js
 data/features/ambient-light.js
 data/regions/AO.js
 data/features/apng.js
 data/regions/AR.js
 data/features/array-find-index.js
 data/features/array-find.js
 data/features/array-flat.js
 data/features/array-includes.js
 data/features/arrow-functions.js
 data/regions/AS.js
 data/features/asmjs.js
 data/features/async-clipboard.js
 data/features/async-functions.js
 data/regions/AT.js
 data/features/atob-btoa.js
 data/regions/AU.js
 data/features/audio-api.js
 data/features/audio.js
 data/features/audiotracks.js
 data/features/autofocus.js
 data/features/auxclick.js
 data/features/av1.js
 data/features/avif.js
 data/regions/AW.js
 data/regions/AX.js
 data/regions/AZ.js
 data/regions/BA.js
 data/features/background-attachment.js
 data/features/background-clip-text.js
 data/features/background-img-opts.js
 data/features/background-position-x-y.js
 data/features/background-repeat-round-space.js
 data/features/background-sync.js
 data/features/battery-status.js
 data/regions/BB.js
 data/regions/BD.js
 data/regions/BE.js
 data/features/beacon.js
 data/features/beforeafterprint.js
 data/regions/BF.js
 data/regions/BG.js
 data/regions/BH.js
 data/regions/BI.js
 data/features/bigint.js
 data/regions/BJ.js
 data/features/blobbuilder.js
 data/features/bloburls.js
 data/regions/BM.js
 data/regions/BN.js
 data/regions/BO.js
 data/features/border-image.js
 data/features/border-radius.js
 data/regions/BR.js
 data/features/broadcastchannel.js
 data/features/brotli.js
 data/browsers.js
 dist/unpacker/browsers.js
 data/browserVersions.js
 dist/unpacker/browserVersions.js
 data/regions/BS.js
 data/regions/BT.js
 data/regions/BW.js
 data/regions/BY.js
 data/regions/BZ.js
 data/regions/CA.js
 data/features/calc.js
 data/features/canvas-blending.js
 data/features/canvas-text.js
 data/features/canvas.js
 data/regions/CD.js
 data/regions/CF.js
 data/regions/CG.js
 data/features/ch-unit.js
 data/regions/CH.js
 data/features/chacha20-poly1305.js
 data/features/channel-messaging.js
 data/features/childnode-remove.js
 data/regions/CI.js
 data/regions/CK.js
 data/regions/CL.js
 data/features/classlist.js
 data/features/client-hints-dpr-width-viewport.js
 data/features/clipboard.js
 data/regions/CM.js
 data/regions/CN.js
 data/regions/CO.js
 data/features/colr-v1.js
 data/features/colr.js
 data/features/comparedocumentposition.js
 data/features/console-basic.js
 data/features/console-time.js
 data/features/const.js
 data/features/constraint-validation.js
 data/features/contenteditable.js
 data/features/contentsecuritypolicy.js
 data/features/contentsecuritypolicy2.js
 data/features/cookie-store-api.js
 data/features/cors.js
 data/regions/CR.js
 data/features/createimagebitmap.js
 data/features/credential-management.js
 data/features/cryptography.js
 data/features/css-all.js
 data/features/css-anchor-positioning.js
 data/features/css-animation.js
 data/features/css-any-link.js
 data/features/css-appearance.js
 data/features/css-at-counter-style.js
 data/features/css-autofill.js
 data/features/css-backdrop-filter.js
 data/features/css-background-offsets.js
 data/features/css-backgroundblendmode.js
 data/features/css-boxdecorationbreak.js
 data/features/css-boxshadow.js
 data/features/css-canvas.js
 data/features/css-caret-color.js
 data/features/css-cascade-layers.js
 data/features/css-cascade-scope.js
 data/features/css-case-insensitive.js
 data/features/css-clip-path.js
 data/features/css-color-adjust.js
 data/features/css-color-function.js
 data/features/css-conic-gradients.js
 data/features/css-container-queries-style.js
 data/features/css-container-queries.js
 data/features/css-container-query-units.js
 data/features/css-containment.js
 data/features/css-content-visibility.js
 data/features/css-counters.js
 data/features/css-crisp-edges.js
 data/features/css-cross-fade.js
 data/features/css-default-pseudo.js
 data/features/css-descendant-gtgt.js
 data/features/css-deviceadaptation.js
 data/features/css-dir-pseudo.js
 data/features/css-display-contents.js
 data/features/css-element-function.js
 data/features/css-env-function.js
 data/features/css-exclusions.js
 data/features/css-featurequeries.js
 data/features/css-file-selector-button.js
 data/features/css-filter-function.js
 data/features/css-filters.js
 data/features/css-first-letter.js
 data/features/css-first-line.js
 data/features/css-fixed.js
 data/features/css-focus-visible.js
 data/features/css-focus-within.js
 data/features/css-font-palette.js
 data/features/css-font-rendering-controls.js
 data/features/css-font-stretch.js
 data/features/css-gencontent.js
 data/features/css-gradients.js
 data/features/css-grid-animation.js
 data/features/css-grid.js
 data/features/css-hanging-punctuation.js
 data/features/css-has.js
 data/features/css-hyphens.js
 data/features/css-image-orientation.js
 data/features/css-image-set.js
 data/features/css-in-out-of-range.js
 data/features/css-indeterminate-pseudo.js
 data/features/css-initial-letter.js
 data/features/css-initial-value.js
 data/features/css-lch-lab.js
 data/features/css-letter-spacing.js
 data/features/css-line-clamp.js
 data/features/css-logical-props.js
 data/features/css-marker-pseudo.js
 data/features/css-masks.js
 data/features/css-matches-pseudo.js
 data/features/css-math-functions.js
 data/features/css-media-interaction.js
 data/features/css-media-range-syntax.js
 data/features/css-media-resolution.js
 data/features/css-media-scripting.js
 data/features/css-mediaqueries.js
 data/features/css-mixblendmode.js
 data/features/css-module-scripts.js
 data/features/css-motion-paths.js
 data/features/css-namespaces.js
 data/features/css-nesting.js
 data/features/css-not-sel-list.js
 data/features/css-nth-child-of.js
 data/features/css-opacity.js
 data/features/css-optional-pseudo.js
 data/features/css-overflow-anchor.js
 data/features/css-overflow-overlay.js
 data/features/css-overflow.js
 data/features/css-overscroll-behavior.js
 data/features/css-page-break.js
 data/features/css-paged-media.js
 data/features/css-paint-api.js
 data/features/css-placeholder-shown.js
 data/features/css-placeholder.js
 data/features/css-print-color-adjust.js
 data/features/css-read-only-write.js
 data/features/css-rebeccapurple.js
 data/features/css-reflections.js
 data/features/css-regions.js
 data/features/css-relative-colors.js
 data/features/css-repeating-gradients.js
 data/features/css-resize.js
 data/features/css-revert-value.js
 data/features/css-rrggbbaa.js
 data/features/css-scroll-behavior.js
 data/features/css-scrollbar.js
 data/features/css-sel2.js
 data/features/css-sel3.js
 data/features/css-selection.js
 data/features/css-shapes.js
 data/features/css-snappoints.js
 data/features/css-sticky.js
 data/features/css-subgrid.js
 data/features/css-supports-api.js
 data/features/css-table.js
 data/features/css-text-align-last.js
 data/features/css-text-box-trim.js
 data/features/css-text-indent.js
 data/features/css-text-justify.js
 data/features/css-text-orientation.js
 data/features/css-text-spacing.js
 data/features/css-text-wrap-balance.js
 data/features/css-textshadow.js
 data/features/css-touch-action.js
 data/features/css-transitions.js
 data/features/css-unicode-bidi.js
 data/features/css-unset-value.js
 data/features/css-variables.js
 data/features/css-when-else.js
 data/features/css-widows-orphans.js
 data/features/css-width-stretch.js
 data/features/css-writing-mode.js
 data/features/css-zoom.js
 data/features/css3-attr.js
 data/features/css3-boxsizing.js
 data/features/css3-colors.js
 data/features/css3-cursors-grab.js
 data/features/css3-cursors-newer.js
 data/features/css3-cursors.js
 data/features/css3-tabsize.js
 data/regions/CU.js
 data/features/currentcolor.js
 data/features/custom-elements.js
 data/features/custom-elementsv1.js
 data/features/customevent.js
 data/regions/CV.js
 data/regions/CX.js
 data/regions/CY.js
 data/regions/CZ.js
 data/features/datalist.js
 data/features/dataset.js
 data/features/datauri.js
 data/features/date-tolocaledatestring.js
 data/regions/DE.js
 data/features/declarative-shadow-dom.js
 data/features/decorators.js
 data/features/details.js
 data/features/deviceorientation.js
 data/features/devicepixelratio.js
 data/features/dialog.js
 data/features/dispatchevent.js
 data/regions/DJ.js
 data/regions/DK.js
 data/regions/DM.js
 data/features/dnssec.js
 data/features/do-not-track.js
 data/regions/DO.js
 data/features/document-currentscript.js
 data/features/document-evaluate-xpath.js
 data/features/document-execcommand.js
 data/features/document-policy.js
 data/features/document-scrollingelement.js
 data/features/documenthead.js
 data/features/dom-manip-convenience.js
 data/features/dom-range.js
 data/features/domcontentloaded.js
 data/features/dommatrix.js
 data/features/download.js
 data/features/dragndrop.js
 data/regions/DZ.js
 data/regions/EC.js
 data/regions/EE.js
 data/regions/EG.js
 data/features/element-closest.js
 data/features/element-from-point.js
 data/features/element-scroll-methods.js
 data/features/eme.js
 data/features/eot.js
 data/regions/ER.js
 data/regions/ES.js
 data/features/es5.js
 data/features/es6-class.js
 data/features/es6-generators.js
 data/features/es6-module-dynamic-import.js
 data/features/es6-module.js
 data/features/es6-number.js
 data/features/es6-string-includes.js
 data/features/es6.js
 data/regions/ET.js
 data/features/eventsource.js
 data/features/extended-system-fonts.js
 data/features/feature-policy.js
 dist/unpacker/feature.js
 data/features.js
 dist/unpacker/features.js
 data/features/fetch.js
 data/regions/FI.js
 data/features/fieldset-disabled.js
 data/features/fileapi.js
 data/features/filereader.js
 data/features/filereadersync.js
 data/features/filesystem.js
 data/regions/FJ.js
 data/regions/FK.js
 data/features/flac.js
 data/features/flexbox-gap.js
 data/features/flexbox.js
 data/features/flow-root.js
 data/regions/FM.js
 data/regions/FO.js
 data/features/focusin-focusout-events.js
 data/features/font-family-system-ui.js
 data/features/font-feature.js
 data/features/font-kerning.js
 data/features/font-loading.js
 data/features/font-size-adjust.js
 data/features/font-smooth.js
 data/features/font-unicode-range.js
 data/features/font-variant-alternates.js
 data/features/font-variant-numeric.js
 data/features/fontface.js
 data/features/form-attribute.js
 data/features/form-submit-attributes.js
 data/features/form-validation.js
 data/features/forms.js
 data/regions/FR.js
 data/features/fullscreen.js
 data/regions/GA.js
 data/features/gamepad.js
 data/regions/GB.js
 data/regions/GD.js
 data/regions/GE.js
 data/features/geolocation.js
 data/features/getboundingclientrect.js
 data/features/getcomputedstyle.js
 data/features/getelementsbyclassname.js
 data/features/getrandomvalues.js
 data/regions/GF.js
 data/regions/GG.js
 data/regions/GH.js
 data/regions/GI.js
 data/regions/GL.js
 data/regions/GM.js
 data/regions/GN.js
 data/regions/GP.js
 data/regions/GQ.js
 data/regions/GR.js
 data/regions/GT.js
 data/regions/GU.js
 data/regions/GW.js
 data/regions/GY.js
 data/features/gyroscope.js
 data/features/hardwareconcurrency.js
 data/features/hashchange.js
 data/features/heif.js
 data/features/hevc.js
 data/features/hidden.js
 data/features/high-resolution-time.js
 data/features/history.js
 data/regions/HK.js
 data/regions/HN.js
 data/regions/HR.js
 data/regions/HT.js
 data/features/html-media-capture.js
 data/features/html5semantic.js
 data/features/http-live-streaming.js
 data/features/http2.js
 data/features/http3.js
 data/regions/HU.js
 data/regions/ID.js
 data/regions/IE.js
 data/features/iframe-sandbox.js
 data/features/iframe-seamless.js
 data/features/iframe-srcdoc.js
 data/regions/IL.js
 data/regions/IM.js
 data/features/imagecapture.js
 data/features/ime.js
 data/features/img-naturalwidth-naturalheight.js
 data/features/import-maps.js
 data/features/imports.js
 data/regions/IN.js
 data/features/indeterminate-checkbox.js
 dist/unpacker/index.js
 data/features/indexeddb.js
 data/features/indexeddb2.js
 data/features/inline-block.js
 data/features/innertext.js
 data/features/input-autocomplete-onoff.js
 data/features/input-color.js
 data/features/input-datetime.js
 data/features/input-email-tel-url.js
 data/features/input-event.js
 data/features/input-file-accept.js
 data/features/input-file-directory.js
 data/features/input-file-multiple.js
 data/features/input-inputmode.js
 data/features/input-minlength.js
 data/features/input-number.js
 data/features/input-pattern.js
 data/features/input-placeholder.js
 data/features/input-range.js
 data/features/input-search.js
 data/features/input-selection.js
 data/features/insert-adjacent.js
 data/features/insertadjacenthtml.js
 data/features/internationalization.js
 data/features/intersectionobserver-v2.js
 data/features/intersectionobserver.js
 data/features/intl-pluralrules.js
 data/features/intrinsic-width.js
 data/regions/IQ.js
 data/regions/IR.js
 data/regions/IS.js
 data/regions/IT.js
 data/regions/JE.js
 data/regions/JM.js
 data/regions/JO.js
 data/regions/JP.js
 data/features/jpeg2000.js
 data/features/jpegxl.js
 data/features/jpegxr.js
 data/features/js-regexp-lookbehind.js
 data/features/json.js
 data/features/justify-content-space-evenly.js
 data/regions/KE.js
 data/features/kerning-pairs-ligatures.js
 data/features/keyboardevent-charcode.js
 data/features/keyboardevent-code.js
 data/features/keyboardevent-getmodifierstate.js
 data/features/keyboardevent-key.js
 data/features/keyboardevent-location.js
 data/features/keyboardevent-which.js
 data/regions/KG.js
 data/regions/KH.js
 data/regions/KI.js
 data/regions/KM.js
 data/regions/KN.js
 data/regions/KP.js
 data/regions/KR.js
 data/regions/KW.js
 data/regions/KY.js
 data/regions/KZ.js
 data/regions/LA.js
 data/features/lazyload.js
 data/regions/LB.js
 data/regions/LC.js
 data/features/let.js
 data/regions/LI.js
 data/features/link-icon-png.js
 data/features/link-icon-svg.js
 data/features/link-rel-dns-prefetch.js
 data/features/link-rel-modulepreload.js
 data/features/link-rel-preconnect.js
 data/features/link-rel-prefetch.js
 data/features/link-rel-preload.js
 data/features/link-rel-prerender.js
 data/regions/LK.js
 data/features/loading-lazy-attr.js
 data/features/localecompare.js
 data/regions/LR.js
 data/regions/LS.js
 data/regions/LT.js
 data/regions/LU.js
 data/regions/LV.js
 data/regions/LY.js
 data/regions/MA.js
 data/features/magnetometer.js
 data/features/matchesselector.js
 data/features/matchmedia.js
 data/features/mathml.js
 data/features/maxlength.js
 data/regions/MC.js
 data/regions/MD.js
 data/features/mdn-css-backdrop-pseudo-element.js
 data/features/mdn-css-unicode-bidi-isolate-override.js
 data/features/mdn-css-unicode-bidi-isolate.js
 data/features/mdn-css-unicode-bidi-plaintext.js
 data/features/mdn-text-decoration-color.js
 data/features/mdn-text-decoration-line.js
 data/features/mdn-text-decoration-shorthand.js
 data/features/mdn-text-decoration-style.js
 data/regions/ME.js
 data/features/media-fragments.js
 data/features/mediacapture-fromelement.js
 data/features/mediarecorder.js
 data/features/mediasource.js
 data/features/menu.js
 data/features/meta-theme-color.js
 data/features/meter.js
 data/regions/MG.js
 data/regions/MH.js
 data/features/midi.js
 data/features/minmaxwh.js
 data/regions/MK.js
 data/regions/ML.js
 data/regions/MM.js
 data/regions/MN.js
 data/regions/MO.js
 data/regions/MP.js
 data/features/mp3.js
 data/features/mpeg-dash.js
 data/features/mpeg4.js
 data/regions/MQ.js
 data/regions/MR.js
 data/regions/MS.js
 data/regions/MT.js
 data/regions/MU.js
 data/features/multibackgrounds.js
 data/features/multicolumn.js
 data/features/mutation-events.js
 data/features/mutationobserver.js
 data/regions/MV.js
 data/regions/MW.js
 data/regions/MX.js
 data/regions/MY.js
 data/regions/MZ.js
 data/regions/NA.js
 data/features/namevalue-storage.js
 data/features/native-filesystem-api.js
 data/features/nav-timing.js
 data/regions/NC.js
 data/regions/NE.js
 data/features/netinfo.js
 data/regions/NF.js
 data/regions/NG.js
 data/regions/NI.js
 data/regions/NL.js
 data/regions/NO.js
 data/features/notifications.js
 data/regions/NP.js
 data/regions/NR.js
 data/regions/NU.js
 data/regions/NZ.js
 data/features/object-entries.js
 data/features/object-fit.js
 data/features/object-observe.js
 data/features/object-values.js
 data/features/objectrtc.js
 data/features/offline-apps.js
 data/features/offscreencanvas.js
 data/features/ogg-vorbis.js
 data/features/ogv.js
 data/features/ol-reversed.js
 data/regions/OM.js
 data/features/once-event-listener.js
 data/features/online-status.js
 data/features/opus.js
 data/features/orientation-sensor.js
 data/features/outline.js
 data/regions/PA.js
 data/features/pad-start-end.js
 data/features/page-transition-events.js
 data/features/pagevisibility.js
 data/features/passive-event-listener.js
 data/features/passkeys.js
 data/features/passwordrules.js
 data/features/path2d.js
 data/features/payment-request.js
 data/features/pdf-viewer.js
 data/regions/PE.js
 data/features/permissions-api.js
 data/features/permissions-policy.js
 data/regions/PF.js
 data/regions/PG.js
 data/regions/PH.js
 data/features/picture-in-picture.js
 data/features/picture.js
 data/features/ping.js
 data/regions/PK.js
 data/regions/PL.js
 data/regions/PM.js
 data/regions/PN.js
 data/features/png-alpha.js
 data/features/pointer-events.js
 data/features/pointer.js
 data/features/pointerlock.js
 data/features/portals.js
 data/regions/PR.js
 data/features/prefers-color-scheme.js
 data/features/prefers-reduced-motion.js
 data/features/progress.js
 data/features/promise-finally.js
 data/features/promises.js
 data/features/proximity.js
 data/features/proxy.js
 data/regions/PS.js
 data/regions/PT.js
 data/features/publickeypinning.js
 data/features/push-api.js
 data/regions/PW.js
 data/regions/PY.js
 data/regions/QA.js
 data/features/queryselector.js
 data/regions/RE.js
 data/features/readonly-attr.js
 data/features/referrer-policy.js
 dist/unpacker/region.js
 data/features/registerprotocolhandler.js
 data/features/rel-noopener.js
 data/features/rel-noreferrer.js
 data/features/rellist.js
 data/features/rem.js
 data/features/requestanimationframe.js
 data/features/requestidlecallback.js
 data/features/resizeobserver.js
 data/features/resource-timing.js
 data/features/rest-parameters.js
 data/regions/RO.js
 data/regions/RS.js
 data/features/rtcpeerconnection.js
 data/regions/RU.js
 data/features/ruby.js
 data/features/run-in.js
 data/regions/RW.js
 data/regions/SA.js
 data/features/same-site-cookie-attribute.js
 data/regions/SB.js
 data/regions/SC.js
 data/features/screen-orientation.js
 data/features/script-async.js
 data/features/script-defer.js
 data/features/scrollintoview.js
 data/features/scrollintoviewifneeded.js
 data/regions/SD.js
 data/features/sdch.js
 data/regions/SE.js
 data/features/selection-api.js
 data/features/selectlist.js
 data/features/server-timing.js
 data/features/serviceworkers.js
 data/features/setimmediate.js
 data/regions/SG.js
 data/regions/SH.js
 data/features/shadowdom.js
 data/features/shadowdomv1.js
 data/features/sharedarraybuffer.js
 data/features/sharedworkers.js
 data/regions/SI.js
 data/regions/SK.js
 data/regions/SL.js
 data/regions/SM.js
 data/regions/SN.js
 data/features/sni.js
 data/regions/SO.js
 data/features/spdy.js
 data/features/speech-recognition.js
 data/features/speech-synthesis.js
 data/features/spellcheck-attribute.js
 data/features/sql-storage.js
 data/regions/SR.js
 data/features/srcset.js
 data/regions/ST.js
 dist/lib/statuses.js
 data/features/stream.js
 data/features/streams.js
 data/features/stricttransportsecurity.js
 data/features/style-scoped.js
 data/features/subresource-bundling.js
 data/features/subresource-integrity.js
 dist/lib/supported.js
 data/regions/SV.js
 data/features/svg-css.js
 data/features/svg-filters.js
 data/features/svg-fonts.js
 data/features/svg-fragment.js
 data/features/svg-html.js
 data/features/svg-html5.js
 data/features/svg-img.js
 data/features/svg-smil.js
 data/features/svg.js
 data/features/sxg.js
 data/regions/SY.js
 data/regions/SZ.js
 data/features/tabindex-attr.js
 data/regions/TC.js
 data/regions/TD.js
 data/features/template-literals.js
 data/features/template.js
 data/features/temporal.js
 data/features/testfeat.js
 data/features/text-decoration.js
 data/features/text-emphasis.js
 data/features/text-overflow.js
 data/features/text-size-adjust.js
 data/features/text-stroke.js
 data/features/textcontent.js
 data/features/textencoder.js
 data/regions/TG.js
 data/regions/TH.js
 data/regions/TJ.js
 data/regions/TL.js
 data/features/tls1-1.js
 data/features/tls1-2.js
 data/features/tls1-3.js
 data/regions/TM.js
 data/regions/TN.js
 data/regions/TO.js
 data/features/touch.js
 data/regions/TR.js
 data/features/transforms2d.js
 data/features/transforms3d.js
 data/features/trusted-types.js
 data/regions/TT.js
 data/features/ttf.js
 data/regions/TV.js
 data/regions/TW.js
 data/features/typedarrays.js
 data/regions/TZ.js
 data/features/u2f.js
 data/regions/UA.js
 data/regions/UG.js
 data/features/unhandledrejection.js
 data/features/upgradeinsecurerequests.js
 data/features/url-scroll-to-text-fragment.js
 data/features/url.js
 data/features/urlsearchparams.js
 data/regions/US.js
 data/features/use-strict.js
 data/features/user-select-none.js
 data/features/user-timing.js
 data/regions/UY.js
 data/regions/UZ.js
 data/regions/VA.js
 data/features/variable-fonts.js
 data/regions/VC.js
 data/regions/VE.js
 data/features/vector-effect.js
 data/regions/VG.js
 data/regions/VI.js
 data/features/vibration.js
 data/features/video.js
 data/features/videotracks.js
 data/features/view-transitions.js
 data/features/viewport-unit-variants.js
 data/features/viewport-units.js
 data/regions/VN.js
 data/regions/VU.js
 data/features/wai-aria.js
 data/features/wake-lock.js
 data/features/wasm-bigint.js
 data/features/wasm-bulk-memory.js
 data/features/wasm-extended-const.js
 data/features/wasm-gc.js
 data/features/wasm-multi-memory.js
 data/features/wasm-multi-value.js
 data/features/wasm-mutable-globals.js
 data/features/wasm-nontrapping-fptoint.js
 data/features/wasm-reference-types.js
 data/features/wasm-relaxed-simd.js
 data/features/wasm-signext.js
 data/features/wasm-simd.js
 data/features/wasm-tail-calls.js
 data/features/wasm-threads.js
 data/features/wasm.js
 data/features/wav.js
 data/features/wbr-element.js
 data/features/web-animation.js
 data/features/web-app-manifest.js
 data/features/web-bluetooth.js
 data/features/web-serial.js
 data/features/web-share.js
 data/features/webauthn.js
 data/features/webcodecs.js
 data/features/webgl.js
 data/features/webgl2.js
 data/features/webgpu.js
 data/features/webhid.js
 data/features/webkit-user-drag.js
 data/features/webm.js
 data/features/webnfc.js
 data/features/webp.js
 data/features/websockets.js
 data/features/webtransport.js
 data/features/webusb.js
 data/features/webvr.js
 data/features/webvtt.js
 data/features/webworkers.js
 data/features/webxr.js
 data/regions/WF.js
 data/features/will-change.js
 data/features/woff.js
 data/features/woff2.js
 data/features/word-break.js
 data/features/wordwrap.js
 data/regions/WS.js
 data/features/x-doc-messaging.js
 data/features/x-frame-options.js
 data/features/xhr2.js
 data/features/xhtml.js
 data/features/xhtmlsmil.js
 data/features/xml-serializer.js
 data/regions/YE.js
 data/regions/YT.js
 data/regions/ZA.js
 data/regions/ZM.js
 data/features/zstd.js
 data/regions/ZW.js
 package.json
 README.md
[caniuse-lite] Extract .1ef7dbe736ef2dfe-0000009E.caniuse-lite (decompressed 0.33 MB tgz file in 967.89us)
[caniuse-lite] Extracted to .1ef7dbe736ef2dfe-0000009E.caniuse-lite (9.082ms)
[PackageManager] waiting for 4 tasks
[PackageManager] waiting for 3 tasks
    [2.01s] Downloaded @swc/core-linux-x64-musl tarball
  🚚 @swc/core-linux-x64-musl [1628/1630] [PackageManager] waiting for 3 tasks
    [1.83s] Downloaded @swc/core-linux-x64-gnu tarball
  🚚 @swc/core-linux-x64-gnu [1629/1631] [PackageManager] waiting for 3 tasks
 package.json
 README.md
 swc.linux-x64-musl.node
[@swc/core-linux-x64-musl] Extract .bf3b5ac037dae7eb-0000009F.core-linux-x64-musl (decompressed 20.67 MB tgz file in 84.548ms)
[@swc/core-linux-x64-musl] Extracted to .bf3b5ac037dae7eb-0000009F.core-linux-x64-musl (130.242ms)
[PackageManager] waiting for 3 tasks
  🚚 @swc/core-linux-x64-musl [1630/1631] [PackageManager] waiting for 2 tasks
 package.json
 README.md
 swc.linux-x64-gnu.node
[@swc/core-linux-x64-gnu] Extract .f83b78f6fd4fc4fd-000000A0.core-linux-x64-gnu (decompressed 16.73 MB tgz file in 70.952ms)
[@swc/core-linux-x64-gnu] Extracted to .f83b78f6fd4fc4fd-000000A0.core-linux-x64-gnu (103.697ms)
[PackageManager] waiting for 2 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
[PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
[PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
[PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
[PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
[PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
[PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
[PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [PackageManager] waiting for 1 tasks
  🚚 @swc/core-linux-x64-gnu [1631/1631] [Packag

@dylan-conway
Copy link
Member

I believe #15874 will potentially fix this issue. Could you try again with the executable from bunx bun-pr 15874?

If it fixes this issue, it confirms this is a bug in handling disabled dependencies (most likely optional peer dependencies).

@ashkalor
Copy link

Just an update, I haven't observed these issues on Bun v 1.1.40
Didn't disable Ipv6. Haven't made any changes. The installs are working as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working bun install Something that relates to the npm-compatible client
Projects
None yet
Development

No branches or pull requests

6 participants