UNPKG

temurin-jdk-downloader

Version:

Utilities for downloading, extracting, and finding Eclipse Adoptium (Temurin) OpenJDK binary releases for Windows.

35 lines (34 loc) 765 B
{ "name": "temurin-jdk-downloader", "version": "1.0.0", "description": "Utilities for downloading, extracting, and finding Eclipse Adoptium (Temurin) OpenJDK binary releases for Windows.", "main": "index.js", "type": "commonjs", "scripts": { "test": "echo \"No test scripts yet\" && exit 0" }, "keywords": [ "jdk", "java", "adoptium", "temurin", "openjdk", "windows", "installer", "download" ], "repository": { "type": "git", "url": "https://github.com/ALPhaHoai/temurin-jdk-downloader" }, "author": "ALPhaHoai <alphahoai@gmail.com>", "license": "MIT", "dependencies": { "adm-zip": "^0.5.16", "axios": "^1.9.0", "cheerio": "^1.1.0" }, "engines": { "node": ">=14.0.0" } }