UNPKG

505 BMarkdownView Raw
1# Node.js releases data
2
3All 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
11npm install node-releases
12```