https://github.com/chicoxyzzy/node-releases
Node.js releases data
https://github.com/chicoxyzzy/node-releases
babel-preset-env browserslist nodejs
Last synced: 9 months ago
JSON representation
Node.js releases data
- Host: GitHub
- URL: https://github.com/chicoxyzzy/node-releases
- Owner: chicoxyzzy
- License: mit
- Created: 2016-11-15T01:57:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-09-26T03:19:42.000Z (10 months ago)
- Last Synced: 2025-10-03T01:28:11.749Z (10 months ago)
- Topics: babel-preset-env, browserslist, nodejs
- Language: JavaScript
- Size: 253 KB
- Stars: 37
- Watchers: 4
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js releases data
All data is located in `data` directory.
`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.
`data/release-schedule` contains `release-schedule.json` with node.js releases date and end of life date.
## Installation
```bash
npm install node-releases
```