@projectlint/os-lifecycle

2021.6.7 • Public • Published

OS-lifecycle

Operating System support lifecycle

CI

Data sources

API

Module export a function with a single now optional argument to ask for the maintained operating systems in a specified date (current date by default), inspired by @pkgjs/nv. The module also return by default the data for all the registered operating systems versions. Raw-ish data can be get in the index.json file.

Returned data format (both for function calls or exported by default) is an object with the next entries:

  • all entry, with a list of all data entries at the specified date
  • OS families, each one with a special newest entry with the most recently released one
  • Operating systems entries for each one

Each operating system entry is a plain object with some or all the fields:

  • codename
  • created
  • eol
  • lts
  • name
  • release
  • series
  • version

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2021.6.7
    2
    • latest

Version History

Package Sidebar

Install

npm i @projectlint/os-lifecycle

Weekly Downloads

20

Version

2021.6.7

License

ISC

Unpacked Size

21.4 kB

Total Files

6

Last publish

Collaborators

  • piranna