node-releases
Node.js releases data
Last updated 4 years ago by chicoxyzzy .
MIT · Repository · Bugs · Original npm
$ cnpm install node-releases 
SYNC missed versions from official npm registry.

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 Browserslist 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.

Current Tags

  • 2.0.12                                ...           latest (2 years ago)

18 Versions

  • 2.0.12                                ...           2 years ago
  • 2.0.10                                ...           3 years ago
  • 2.0.6                                ...           3 years ago
  • 2.0.5                                ...           3 years ago
  • 2.0.4                                ...           3 years ago
  • 2.0.2                                ...           4 years ago
  • 2.0.1                                ...           4 years ago
  • 1.1.76                                ...           4 years ago
  • 1.1.75                                ...           4 years ago
  • 1.1.73                                ...           4 years ago
  • 1.1.71                                ...           5 years ago
  • 1.1.69                                ...           5 years ago
  • 1.1.67                                ...           5 years ago
  • 1.1.64                                ...           5 years ago
  • 1.1.61                                ...           5 years ago
  • 1.1.60                                ...           5 years ago
  • 1.1.53                                ...           5 years ago
  • 1.1.55                                ...           5 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org