Skip to content

Commit 8700863

Browse files
authored
doc: update root readme (#81)
Signed-off-by: Tierney Cyren <hello@bnb.im>
1 parent 8b7ee74 commit 8700863

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ nodevu is composed of a set of modules:
1212
* [newest](./newest/): this is a utility for finding the newest LTS or Security release in a Node.js release line.
1313
* [ranges](./ranges/): a module that provides information about ranges of Node.js versions.
1414
* [aliases](./aliases/): a module that provides information about aliases for Node.js versions.
15+
* [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/).
1516
- Helper Modules
1617
* [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.
18+
* [opt](./opt/): this is a utility for generating a usable `options` for `@nodevu/core`.
19+
* [fetchindex](./fetchindex/): this is a utility for fetching `/dist/index.json` from `nodejs.org` for `@nodevu/core`. Might be useful for other projects.

0 commit comments

Comments
 (0)