UNPKG

node-version-use

Version:

Cross-platform solution for using multiple versions of node. Useful for compatibility testing

91 lines (90 loc) 2.34 kB
{ "name": "node-version-use", "version": "2.4.9", "description": "Cross-platform solution for using multiple versions of node. Useful for compatibility testing", "keywords": [ "node", "version", "use", "versions", "compatability", "cross", "platform", "platforms" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/node-version-use.git" }, "license": "MIT", "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.js", "source": "src/index.ts", "types": "dist/cjs/index.d.ts", "bin": { "nvu": "bin/cli.js" }, "files": [ "bin", "dist", "assets" ], "scripts": { "build": "tsds build", "build:assets": "tsds validate && mkdir -p assets && cp -R dist/cjs/assets/*.cjs assets/", "clean": "rm -rf .tmp dist", "format": "tsds format", "postinstall": "node assets/postinstall.cjs", "prepublishOnly": "tsds validate", "test": "tsds test:node --no-timeouts", "test:engines": "nvu engines tsds test:node --no-timeouts", "version": "tsds version" }, "dependencies": { "cpu-arch": "^1.1.1", "cross-spawn-cb": "^3.0.0", "exit-compat": "^1.0.0", "fs-remove-compat": "^1.0.0", "get-file-compat": "^2.0.0", "getopts-compat": "^2.2.6", "homedir-polyfill": "^1.0.3", "install-module-linked": "^1.3.16", "mkdirp-classic": "^0.5.2", "module-root-sync": "^2.0.2", "node-resolve-versions": "^1.0.0", "node-version-install": "^1.0.5", "node-version-utils": "^1.0.2", "queue-cb": "^1.0.0", "resolve-bin-sync": "^1.0.12", "spawn-streaming": "^1.1.15", "spawn-term": "^3.5.9", "tar-iterator": "^3.1.11", "zip-iterator": "^3.0.18" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "cr": "^0.1.0", "env-path-key": "^1.1.8", "fs-copy-compat": "^1.0.0", "fs-remove-compat": "^1.0.0", "is-version": "^1.0.9", "mkdirp-classic": "^0.5.2", "node-version-use": "*", "os-shim": "^0.1.0", "pinkie-promise": "*", "ts-dev-stack": "*", "tsds-config": "^1.0.4" }, "engines": { "node": ">=0.8" }, "binaryVersion": "1.1.0" }