From 4c20a6601bd9cf4595a9ae85297ac7a9dd9eb848 Mon Sep 17 00:00:00 2001 From: Tierney Cyren Date: Tue, 19 Nov 2024 12:22:29 -0500 Subject: [PATCH] doc: update root readme Signed-off-by: Tierney Cyren --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 822df19..16b6a62 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,8 @@ nodevu is composed of a set of modules: * [newest](./newest/): this is a utility for finding the newest LTS or Security release in a Node.js release line. * [ranges](./ranges/): a module that provides information about ranges of Node.js versions. * [aliases](./aliases/): a module that provides information about aliases for Node.js versions. + * [translate](./translate/): a module that translates from the version structure that the Node.js project proposed for the `support` property in `package.json` to [aliases](./aliases/). - Helper Modules * [parsefiles](./parsefiles/): this is a utility for parsing the `files` property of the [Node.js distributions JSON](https://nodejs.org/dist/index.json) file to understand the available files for any given set of identifiers from that list. It also provides additional, potentially useful information. + * [opt](./opt/): this is a utility for generating a usable `options` for `@nodevu/core`. + * [fetchindex](./fetchindex/): this is a utility for fetching `/dist/index.json` from `nodejs.org` for `@nodevu/core`. Might be useful for other projects. \ No newline at end of file