You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,5 +12,8 @@ nodevu is composed of a set of modules:
12
12
*[newest](./newest/): this is a utility for finding the newest LTS or Security release in a Node.js release line.
13
13
*[ranges](./ranges/): a module that provides information about ranges of Node.js versions.
14
14
*[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/).
15
16
- Helper Modules
16
17
*[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