main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
505 bytes
|
Rev | Line | |
---|
[d565449] | 1 | # Node.js releases data
|
---|
| 2 |
|
---|
| 3 | All data is located in `data` directory.
|
---|
| 4 |
|
---|
| 5 | `data/processed` contains `envs.json` with node.js releases data preprocessed to be used by [Browserslist](https://github.com/ai/browserslist) and other projects. Each version in this file contains only necessary info: version, release date, LTS flag/name, and security flag.
|
---|
| 6 |
|
---|
| 7 | `data/release-schedule` contains `release-schedule.json` with node.js releases date and end of life date.
|
---|
| 8 |
|
---|
| 9 | ## Installation
|
---|
| 10 | ```bash
|
---|
| 11 | npm install node-releases
|
---|
| 12 | ```
|
---|
Note:
See
TracBrowser
for help on using the repository browser.