This repository has been archived on 2021-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
simpledash/bulma/node_modules/node-releases
Elara bb2c9351d6 Remove unnecessary resources, add bulma, and add AdvMakefile 2021-03-29 15:02:41 -07:00
..
.github/workflows Remove unnecessary resources, add bulma, and add AdvMakefile 2021-03-29 15:02:41 -07:00
data Remove unnecessary resources, add bulma, and add AdvMakefile 2021-03-29 15:02:41 -07:00
LICENSE Remove unnecessary resources, add bulma, and add AdvMakefile 2021-03-29 15:02:41 -07:00
README.md Remove unnecessary resources, add bulma, and add AdvMakefile 2021-03-29 15:02:41 -07:00
package.json Remove unnecessary resources, add bulma, and add AdvMakefile 2021-03-29 15:02:41 -07:00

README.md

Node.js releases data

All data is located in data directory.

data/raw contains raw data nodejs.json and iojs.json.

data/processed contains envs.js with both node.js and io.js data preprocessed to be used by browserlist and other projects. Each version in this file contains only necessary info: version, release date and optionally LTS flag.

Installation

npm install --save node-releases

Updating data

npm run build

This is a build script which fetches data from web, processes it and saves processed data to data/processed/envs.json. If you want to run this steps separately you can use commands described below.

Fetching data

npm run fetch

This npm script will download new data to data/raw directory. Also it'll download Node.js release schedule into release-schedule folder.

Processing data

npm run process

This script generates envs.json file from raw data files and saves it to data/processed directory.