UNPKG

get-node

Version:

Download a specific version of Node.js

83 lines (82 loc) 1.83 kB
{ "name": "get-node", "version": "15.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": "Download a specific version of Node.js", "keywords": [ "nodejs", "node", "download", "nvm", "npx", "versions", "versioning", "exec", "shell", "terminal", "command-line", "cli", "dependency-management", "es6", "javascript", "typescript", "library", "npmjs", "operating-system", "package-manager" ], "license": "Apache-2.0", "homepage": "https://www.github.com/ehmicky/get-node", "repository": { "type": "git", "url": "git+https://github.com/ehmicky/get-node.git" }, "bugs": { "url": "https://github.com/ehmicky/get-node/issues" }, "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)", "directories": { "lib": "src" }, "dependencies": { "execa": "^9.0.1", "fetch-node-website": "^9.0.0", "global-cache-dir": "^6.0.0", "is-plain-obj": "^4.1.0", "jszip": "^3.10.1", "mem": "^9.0.2", "move-file": "^3.0.0", "node-version-alias": "^5.0.0", "path-exists": "^5.0.0", "path-key": "^4.0.0", "preferred-node-version": "^5.0.0", "semver": "^7.5.4", "tar-fs": "^3.0.4", "tmp-promise": "^3.0.3" }, "devDependencies": { "@ehmicky/dev-tasks": "^2.0.110", "@types/node": "^20.8.9", "is-ci": "^3.0.1", "sinon": "^17.0.0", "test-each": "^6.0.1" }, "engines": { "node": ">=18.18.0" } }