node-libcurl
Version:
The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl
33 lines (32 loc) • 528 B
JSON
{
"name": "node-libcurl",
"version-string": "$$NODE_LIBCURL_VERSION$$",
"dependencies": [
{
"name": "curl",
"version>=": "8.17.0",
"features": [
"brotli",
"c-ares",
"http2",
"http3",
"ldap",
"gsasl",
"idn",
"idn2",
"openssl",
"ssh",
"sspi",
"websockets",
"zstd",
"tool"
]
}
],
"overrides": [
{
"name": "openssl",
"version": "$$OPENSSL_VERSION$$"
}
]
}