chicoxyzzy / node-releases

Node.js releases data
MIT License
36 stars 11 forks source link

Include extra fields #34

Closed piranna closed 1 year ago

piranna commented 1 year ago

Add extra info from allVersions.json file when fetching it, specifically v8 version.

chicoxyzzy commented 1 year ago

What is allVersions.json?

chicoxyzzy commented 1 year ago

There's a v8 version in https://nodejs.org/dist/index.json. We can add it if necessary, not sure about other fields. files will add a lot of data which is usually not useful and only adds to the bundle's overall size.

piranna commented 1 year ago

Just v8 field is enough for me :-) At this moment i'm downloading the index.json file and parsing it, but make it imposible to use offline or on bad networks, that's why I would prefer to have it in a package.