{"id":15359186,"url":"https://github.com/hugovk/nodewegianblue","last_synced_at":"2026-05-15T08:05:58.290Z","repository":{"id":143881618,"uuid":"429740601","full_name":"hugovk/nodewegianblue","owner":"hugovk","description":"CLI to show end-of-life dates for a number of products.","archived":false,"fork":false,"pushed_at":"2021-11-19T11:37:34.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-29T02:24:40.390Z","etag":null,"topics":["cli","end-of-life","eol","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hugovk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-19T09:30:07.000Z","updated_at":"2023-04-13T00:15:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"11f8b256-d152-4383-9be2-95f5a0b8556a","html_url":"https://github.com/hugovk/nodewegianblue","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"ff18f3ff6aeb3b163d36173146a39f377a68a53f"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugovk%2Fnodewegianblue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugovk%2Fnodewegianblue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugovk%2Fnodewegianblue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugovk%2Fnodewegianblue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugovk","download_url":"https://codeload.github.com/hugovk/nodewegianblue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245916256,"owners_count":20693389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","end-of-life","eol","nodejs"],"created_at":"2024-10-01T12:44:02.737Z","updated_at":"2026-05-15T08:05:58.261Z","avatar_url":"https://github.com/hugovk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# norwegianblue\n\n[![GitHub](https://img.shields.io/github/license/hugovk/nodewegianblue.svg)](LICENSE.txt)\n[![Code style: Prettier](https://img.shields.io/badge/code_style-Prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n\nCLI for [endoflife.date](https://endoflife.date/docs/api/) to show end-of-life dates\nfor a number of products.\n\nNode.js version of [norwegianblue](https://github.com/hugovk/norwegianblue) for Python.\n\n## Installation\n\n### From PyPI\n\n```bash\nnpm install norwegianblue --global\n```\n\n### From source\n\n```bash\ngit clone https://github.com/hugovk/nodewegianblue\ncd nodewegianblue\nnpm install --global\n```\n\n## Example command-line use\n\nRun `eol`, `norwegianblue`, `nodewegianblue` or `nodeol`, they do the same thing.\n\nTop-level help:\n\n```console\n$ eol --help\nUsage: eol [options] [product]\n\nCLI to show end-of-life dates for a number of products, from https://endoflife.date\n\nFor example:\n\n* `eol python` to see Python EOLs\n* `eol ubuntu` to see Ubuntu EOLs\n* `eol all` to list all available products\n\nSomething missing? Please contribute! https://endoflife.date/contribute\n\nArguments:\n  product                Product to check, or \"all\" to list all available (default: \"all\")\n\nOptions:\n  -f, --format \u003cformat\u003e  The format of output (choices: \"json\", \"markdown\", default: \"markdown\")\n  -c, --color \u003cenabled\u003e  Color terminal output (choices: \"yes\", \"no\", \"auto\", default: \"auto\")\n  -v, --verbose          Print debug messages to stderr\n  -V, --version          output the version number\n  -h, --help             display help for command\n```\n\nList all available products with end-of-life dates:\n\n```console\n$ # eol all\n$ # or:\n$ eol\nalpine\namazon-linux\nandroid\nbootstrap\ncentos\n...\n```\n\nShow end-of-life dates:\n\n```console\n$ norwegianblue node\n| cycle  | latest  | release    | support    | eol        |\n| ------ | ------- | ---------- | ---------- | ---------- |\n| 17     | 17.1.0  | 2021-10-19 | 2022-04-01 | 2022-06-01 |\n| 16 LTS | 16.13.0 | 2021-04-20 | 2022-10-18 | 2024-04-30 |\n| 15     | 15.14.0 | 2020-10-20 | 2021-04-01 | 2021-06-01 |\n| 14 LTS | 14.18.1 | 2020-04-21 | 2021-10-19 | 2023-04-30 |\n| 12 LTS | 12.22.7 | 2019-04-23 | 2020-10-20 | 2022-04-30 |\n| 10 LTS | 10.24.1 | 2018-04-24 | 2020-05-19 | 2021-04-30 |\n```\n\nThe table is Markdown, ready for pasting in GitHub issues and PRs:\n\n| cycle  | latest  | release    | support    | eol        |\n| ------ | ------- | ---------- | ---------- | ---------- |\n| 17     | 17.1.0  | 2021-10-19 | 2022-04-01 | 2022-06-01 |\n| 16 LTS | 16.13.0 | 2021-04-20 | 2022-10-18 | 2024-04-30 |\n| 15     | 15.14.0 | 2020-10-20 | 2021-04-01 | 2021-06-01 |\n| 14 LTS | 14.18.1 | 2020-04-21 | 2021-10-19 | 2023-04-30 |\n| 12 LTS | 12.22.7 | 2019-04-23 | 2020-10-20 | 2022-04-30 |\n| 10 LTS | 10.24.1 | 2018-04-24 | 2020-05-19 | 2021-04-30 |\n\nWith options:\n\n```console\n$ eol ubuntu --format json | jq\n[\n  {\n    \"cycle\": \"21.10 'Impish Indri'\",\n    \"cycleShortHand\": \"ImpishIndri\",\n    \"lts\": false,\n    \"release\": \"2021-10-14\",\n    \"support\": \"2022-07-31\",\n    \"eol\": \"2022-07-31\",\n    \"latest\": \"21.10\",\n    \"link\": \"https://wiki.ubuntu.com/ImpishIndri/ReleaseNotes/\"\n  },\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugovk%2Fnodewegianblue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugovk%2Fnodewegianblue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugovk%2Fnodewegianblue/lists"}