版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 год назад
123456789101112
  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. ```