node-releases 1.1.74 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/data/processed/envs.json +1 -1566
- package/data/release-schedule/release-schedule.json +1 -105
- package/package.json +4 -10
- package/.github/workflows/nightly-sync.yml +0 -35
- package/data/raw/iojs.json +0 -43
- package/data/raw/nodejs.json +0 -591
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ All data is located in `data` directory.
|
|
|
4
4
|
|
|
5
5
|
`data/raw` contains raw data `nodejs.json` and `iojs.json`.
|
|
6
6
|
|
|
7
|
-
`data/processed` contains `envs.js` with both node.js and io.js data preprocessed to be used by [
|
|
7
|
+
`data/processed` contains `envs.js` with both node.js and io.js 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 and optionally LTS flag.
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
```bash
|