UNPKG

fetch-node-website

Version:
75 lines (74 loc) 1.65 kB
{ "name": "fetch-node-website", "version": "9.0.1", "type": "module", "exports": { "types": "./build/src/main.d.ts", "default": "./build/src/main.js" }, "main": "./build/src/main.js", "types": "./build/src/main.d.ts", "files": [ "build/src/**/*.{js,json,d.ts}", "!build/src/**/*.test.js", "!build/src/{helpers,fixtures}" ], "sideEffects": false, "scripts": { "test": "gulp test" }, "description": "Fetch releases on nodejs.org", "keywords": [ "nodejs", "node", "nvm", "npx", "versions", "versioning", "exec", "shell", "terminal", "command-line", "cli", "dependency-management", "es6", "javascript", "typescript", "library", "npmjs", "operating-system", "package-manager", "bash" ], "license": "Apache-2.0", "homepage": "https://www.github.com/ehmicky/fetch-node-website", "repository": { "type": "git", "url": "git+https://github.com/ehmicky/fetch-node-website.git" }, "bugs": { "url": "https://github.com/ehmicky/fetch-node-website/issues" }, "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)", "directories": { "lib": "src" }, "dependencies": { "cli-progress": "^3.12.0", "colors-option": "^6.0.1", "figures": "^6.0.1", "got": "^13.0.0", "is-plain-obj": "^4.1.0" }, "devDependencies": { "@ehmicky/dev-tasks": "^3.0.33", "@ehmicky/eslint-config": "^20.0.31", "@ehmicky/prettier-config": "^1.0.6", "@types/node": "^22.13.14", "sinon": "^20.0.0", "test-each": "^7.0.1" }, "engines": { "node": ">=18.18.0" } }