Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pages/en/docs/meta/topics/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ There are several dependencies that Node.js relies on to work the way it does.
* [c-ares](#c-ares)
* [OpenSSL](#openssl)
* [zlib](#zlib)
* [Ada](#ada)
* [Tools](#tools)
* [npm](#npm)
* [gyp](#gyp)
Expand Down Expand Up @@ -74,6 +75,14 @@ create sync, async and streaming compression and decompression interfaces.

* [Documentation](https://www.zlib.net/manual.html)

### Ada

For fast URL parsing, Node.js relies on [WHATWG Spec](https://url.spec.whatwg.org)
Comment thread
anonrig marked this conversation as resolved.
Outdated
compliant URL parser called Ada. Ada is used in all areas of Node.js including
but not limited to module resolution, network requests and filesystem.
Comment thread
anonrig marked this conversation as resolved.
Outdated

* [Documentation](http://github.com/ada-url/ada)

## Tools

### npm
Expand Down