source: node_modules/node-releases/README.md@ e4c61dd

Last change on this file since e4c61dd was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Working / before login

  • Property mode set to 100644
File size: 505 bytes
Line 
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```
Note: See TracBrowser for help on using the repository browser.