You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
505 B

1 month ago
  1. # Node.js releases data
  2. All data is located in `data` directory.
  3. `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.
  4. `data/release-schedule` contains `release-schedule.json` with node.js releases date and end of life date.
  5. ## Installation
  6. ```bash
  7. npm install node-releases
  8. ```