Загрузка данных


dmitriev-aal@VDI-Dmitriev-A:~/Desktop$ curl -v -o /dev/null \
>   https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying 104.16.6.34:443...
* TCP_NODELAY set
* Connected to registry.npmjs.org (104.16.6.34) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [104 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2474 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [115 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [37 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-ECDSA-CHACHA20-POLY1305
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=npmjs.org
*  start date: Jun 25 18:19:02 2026 GMT
*  expire date: Sep 23 19:18:50 2026 GMT
*  subjectAltName: host "registry.npmjs.org" matched cert's "*.npmjs.org"
*  issuer: C=US; O=Google Trust Services; CN=WE1
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
} [5 bytes data]
* Using Stream ID: 1 (easy handle 0x55d9b99bbdc0)
} [5 bytes data]
> GET /es5-ext/-/es5-ext-0.10.64.tgz HTTP/2
> Host: registry.npmjs.org
> user-agent: curl/7.68.0
> accept: */*
> 
{ [5 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
} [5 bytes data]
< HTTP/2 200 
< date: Thu, 13 Aug 2026 07:41:28 GMT
< content-type: application/octet-stream
< content-length: 95739
< set-cookie: __cf_bm=vffpP1cZ5sLtSq35VxEdl5q3zupNvy0CYNGCK7Jl1PY-1786606888.0821323-1.0.1.1-l7j8Urfn6aw8FarzGWinZIhez9QddECurFalFmwQO82E_BTAfU_Cgy.M374MX_ocuGjDqpIDpCVJp_D7B.gF8Si9WVqBNuXuf3SCf4LVFnv6Qy8gKOOvyd9J3Xc70Fv3; HttpOnly; SameSite=None; Secure; Path=/; Domain=npmjs.org; Expires=Thu, 13 Aug 2026 08:11:28 GMT
< set-cookie: _cfuvid=QQdN9VcPR6pNu1bOZrI_Qftfh8CzHpPybsIv8h.xlXU-1786606888.0821323-1.0.1.1-m9BTHYtHyM8vrJMCTrmuBCSzMOR6KQTmUwNnEKVXwps; HttpOnly; SameSite=None; Secure; Path=/; Domain=npmjs.org
< cf-ray: a2a613da7cd3e925-DME
< cf-cache-status: HIT
< accept-ranges: bytes
< access-control-allow-origin: *
< age: 345795
< cache-control: public, immutable, max-age=31557600
< etag: "3e9ab5a9dccafbd4ee5580155d2a1b9d"
< last-modified: Tue, 27 Feb 2024 16:42:15 GMT
< server: cloudflare
< 
{ [5 bytes data]
100 95739  100 95739    0     0   890k      0 --:--:-- --:--:-- --:--:--  890k
* Connection #0 to host registry.npmjs.org left intact
dmitriev-aal@VDI-Dmitriev-A:~/Desktop$ curl -I https://registry.npmjs.org/es5-ext
HTTP/2 200 
date: Thu, 13 Aug 2026 07:41:35 GMT
content-type: application/json
cf-ray: a2a6140b2c8f9d91-DME
cf-cache-status: HIT
accept-ranges: bytes
access-control-allow-origin: *
age: 286
cache-control: public, max-age=300
etag: "e5e06c24af531f83a87f182786af7f30"
last-modified: Tue, 27 Feb 2024 16:42:15 GMT
server: cloudflare
vary: accept-encoding, accept
set-cookie: __cf_bm=OKo7dyT4Kb7PGMttm63prK_G7faArTeIPFNUxmn7ovg-1786606895.8632734-1.0.1.1-R7iEp637sUom75Fo6JIAGZr5FRzCVK2rD2y7SeLoW7NNPvS3N5C6uoKuU2qwqOrd16mhtBeKEymyqrOIDVQXj7DgNjqTPwjCocAqAXWWisse7QjTWqY0ym2PRQUHf.h3; HttpOnly; SameSite=None; Secure; Path=/; Domain=npmjs.org; Expires=Thu, 13 Aug 2026 08:11:35 GMT

dmitriev-aal@VDI-Dmitriev-A:~/Desktop$